registry  /  @12errh/antigravity-proxy  /  1.0.11

@12errh/antigravity-proxy@1.0.11

LLM proxy for Antigravity — translate Google Gemini API calls to any provider

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 13 finding(s) at 72.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
One or more suspicious static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 139 file(s), 837 KB of source, external domains: api.anthropic.com, api.groq.com, api.openai.com, generativelanguage.googleapis.com, integrate.api.nvidia.com, opencode.ai, openrouter.ai

Source & flagged code

4 flagged · loading source
bin/cli.jsView file
3import { createRequire } from 'module'; L4: import { execSync, spawn } from 'child_process'; L5: import { platform } from 'os';
High
Child Process

Package source references child process execution.

bin/cli.jsView on unpkg · L3
47const vbsFile = `${process.env.TEMP || ''}\\antigravity_elevate.vbs`; L48: const vbs = `Set oShell = CreateObject("Shell.Application")\noShell.ShellExecute "cmd.exe", "/c ""${tmpFile}""", "", "runas", 1`; L49: fs.writeFileSync(vbsFile, vbs, 'ascii');
High
Shell

Package source references shell execution.

bin/cli.jsView on unpkg · L47
dist/cli/utils/cert.jsView file
2import path from 'path'; L3: import { execSync } from 'child_process'; L4: import { platform } from 'os'; ... L38: const b64 = lines.join(''); L39: const derBytes = Buffer.from(b64, 'base64'); L40: const crypto = require('crypto');
Low
Weak Crypto

Package source references weak cryptographic algorithms.

dist/cli/utils/cert.jsView on unpkg · L2
dist/cli/commands/start.jsView file
134depSpinner.text = 'Installing dependencies...'; L135: execSync('npm install --production', { cwd: PROXY_DIR, stdio: 'pipe', timeout: 120000 }); L136: succeedSpinner(depSpinner, 'Dependencies installed');
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/cli/commands/start.jsView on unpkg · L134

Findings

3 High3 Medium7 Low
HighChild Processbin/cli.js
HighShellbin/cli.js
HighRuntime Package Installdist/cli/commands/start.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowWeak Cryptodist/cli/utils/cert.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License