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
ChildProcessEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
1 flagged · loading sourcedist/index.jsView file
139path: ["openai_api_key"],
L140: message: 'openai_api_key is required when provider is "openai" and ai_translation is enabled.\nSet it via process.env.OPENAI_API_KEY or directly in your config.'
L141: });
...
L236: if (options.verbose) {
L237: process.stderr.write(`${c.dim("debug")} ${c.dim(message)}
L238: `);
...
L512: const content = readFileSync(resolved.path, "utf8");
L513: return JSON.parse(content);
L514: } catch (cause) {
...
L4931: "classProperties",
L4932: "classPrivateProperties",
L4933: "classPrivateMethods",
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/index.jsView on unpkg · L139Findings
1 High3 Medium4 Low
HighSandbox Evasion Gated Capabilitydist/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings