Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 8 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 snapshotBehavioral surface
ChildProcessFilesystemShellWebSocket
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourceserver.jsView file
10import path from "path";
L11: import { execSync } from "child_process";
L12:
High
cli.jsView file
27L28: const { execSync } = await import('child_process');
L29:
...
L31: execSync(
L32: 'claude mcp add gemini-browser-mcp -- npx gemini-browser-mcp start',
L33: { stdio: 'inherit', timeout: 30000 }
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
cli.jsView on unpkg · L27package.jsonView file
•scripts registry_only=start
Critical
Manifest Confusion
Tarball package.json differs from the npm registry version manifest for scripts or dependency sets.
package.jsonView on unpkgFindings
1 Critical3 High1 Medium3 Low
CriticalManifest Confusionpackage.json
HighChild Processserver.js
HighShell
HighRuntime Package Installcli.js
MediumStructural Risk Force Deep Review
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings