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 {+8criticalSuspicious 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
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
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.
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