live · scanning repos
Scanrepo
github.com
DANGER
malware detected
github.com / vahapogut

vahapogut/antigravity-add-model

TypeScript·208 files·commit 7c0ee88·scanned 16m ago·cached ✓
70/100
DANGEROUS
Sensitive capability combinations reachable from entry points. Do not run without review.

This repository contains patterns associated with malware. Do NOT run this code.

verdict accurate?
21% file coverage
threat-state: dangerouslive

FINDINGS ░▒▓

criticalchild_process / exec usageExecuting shell commands can be used to download and run malware, exfiltrate data, or modify system files.src/updater.ts
import * as path from 'path';
import { spawn } from 'child_process';

export enum MenuUpdateStep {
+8
criticalSuspicious code is reachable from an entry pointFlagged files are imported by the application's entry path: src/ideInstall/constants.ts, src/languageServer.ts, src/proxy.ts. This means the suspicious code can execute when the app runs.+8
warningCluster of suspicious files reachable from entry6 flagged files form a connected cluster that is reachable from an entry point, suggesting coordinated malicious behavior rather than isolated false positives.+5
infoSuspicious files are not reachable from entry pointsFlagged files exist but are not imported by any entry point. They may be dead code, tests, or attack payloads triggered by another mechanism.+2
warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/main.ts+3
warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/ideInstall/constants.ts+3
warningHigh-entropy string literalsFound 5 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/languageServer.ts+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/proxy.ts+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/proxy/registry.ts+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/proxy/translators/anthropic.ts+3
infoSuspicious file in repoExecutable file (deploy.ps1) in repositorydeploy.ps1+2
infoSuspicious file in repoExecutable file (repack.ps1) in repositoryrepack.ps1+2
infoSuspicious file in repoExecutable file (repatch.bat) in repositoryrepatch.bat+2

Scores are heuristics. A “safe” verdict means no known-malicious patterns were found — clever malware can look boring. Wrong verdict? Flag it above; confirmed false positives become regression tests.

43 files scanned @ 7c0ee88 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution23
network & exfiltration0
file system access0
obfuscation15
supply chain6
owasp / injection0
telemetry
files 43/208rules hit 13engine v6commit 7c0ee88

github

vahapogut/antigravity-add-model

Proxy patch for Google Antigravity that intercepts internal Cloud Code API and adds support for OpenAI, Claude, Ollama, Gemini and any custom LLM provider.

TypeScript
51
22
128d
208 files
43 scanned(21%)
7c0ee88

architecture░▒▓

entry (1) flagged (11) pkg (16)
53 nodes · 104 edgesscroll to zoom · click node to jump to finding