Static Scan Results
scanned 3h ago · by rust-scannerStatic analysis flagged 9 finding(s) at 93.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.; previous stored version diff introduced dangerous source
Decision evidence
public snapshotBehavioral surface
ChildProcessEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcesrc/harnesses/codegpt.jsView file
1import { spawnSync } from "node:child_process";
L2:
...
L56: console.log(" Open CodeGPT settings and remove or replace the PennyRouter provider:");
L57: console.log(" - Base URL: https://api.pennyrouter.com/v1");
L58: console.log(" - API Key: pr-...");
...
L64: const commands =
L65: process.platform === "darwin"
L66: ? [["pbcopy"]]
L67: : process.platform === "win32"
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
src/harnesses/codegpt.jsView on unpkg · L1src/cli.jsView file
•matchType = previous_version_dangerous_delta
matchedPackage = pennyrouter@0.1.11
matchedIdentity = npm:cGVubnlyb3V0ZXI:0.1.11
similarity = 0.846
summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta
This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
src/cli.jsView on unpkgFindings
2 High3 Medium4 Low
HighSandbox Evasion Gated Capabilitysrc/harnesses/codegpt.js
HighPrevious Version Dangerous Deltasrc/cli.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings