Static Scan Results
scanned 8h 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 sourcedist/index.jsView file
98path: ["openai_api_key"],
L99: 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.'
L100: });
...
L150: if (options.verbose) {
L151: process.stderr.write(`${c.dim("debug")} ${c.dim(message)}
L152: `);
...
L241: ).action(async (opts) => {
L242: const cwd = program.opts().cwd ?? process.cwd();
L243: await runInit({ cwd, ...opts.force !== void 0 && { force: opts.force } }, logger);
...
L467: const content = readFileSync(resolved.path, "utf8");
L468: return JSON.parse(content);
L469: } catch (cause) {
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 · L98•matchType = previous_version_dangerous_delta
matchedPackage = @ndnci/translify@0.0.5
matchedIdentity = npm:QG5kbmNpL3RyYW5zbGlmeQ:0.0.5
similarity = 0.667
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.
dist/index.jsView on unpkgFindings
2 High3 Medium4 Low
HighSandbox Evasion Gated Capabilitydist/index.js
HighPrevious Version Dangerous Deltadist/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings