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

n2ns/antigravity-panel

TypeScript·173 files·commit 7b39f57·scanned 2h 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?
threat-state: dangerouslive

FINDINGS ░▒▓

criticalFunction() constructor detectednew Function() is equivalent to eval() and can execute arbitrary code strings.src/test/suite/automation.service.test.ts
    const execute = (script: string) => {
        const run = new Function('window', 'document', 'NodeFilter', 'MouseEvent', script);
        run(window, document, { SHOW_ELEMENT: 1 }, class { });
   ...
+5
criticalFunction() constructor detectednew Function() is equivalent to eval() and can execute arbitrary code strings.src/test/suite/webview_chart.test.ts
        try {
            const importModule = new Function('specifier', 'return import(specifier)') as
                (specifier: string) => Promise<{
                    SidebarApp: RenderableCompo...
+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 9 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/extension.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/model/services/quota.service.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/model/services/storage.service.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/shared/platform/ambient_discovery.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/shared/platform/detection_utils.ts+3
warningHigh-entropy string literalsFound 7 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/shared/platform/platform_strategies.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.

134 files scanned @ 7b39f57 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution12
network & exfiltration0
file system access0
obfuscation15
supply chain0
owasp / injection0
telemetry
files 134/173rules hit 9engine v6commit 7b39f57

github

n2ns/antigravity-panel

Community toolkit for Google Antigravity IDE. Quota dashboard (Gemini/Claude/GPT), usage trends + runway prediction, cache manager (Brain Tasks & Code), auto-accept mode, AI commit generator. 13 languages.

TypeScript
714
37
289d
173 files
134 scanned(77%)
7b39f57

architecture░▒▓

entry (0) flagged (18) pkg (14)
112 nodes · 231 edgesscroll to zoom · click node to jump to finding
⚠️ DANGEROUS (70/100) — n2ns/antigravity-panel — ScanRepo