Static Scan Results
scanned 3h ago · by rust-scannerStatic analysis flagged 9 finding(s) at 86.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.
Static reason
High-risk behavior combination matched malicious policy.
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcedist/index.cjsView file
49let node_readline_promises = require("node:readline/promises");
L50: let node_child_process = require("node:child_process");
L51: let node_util = require("node:util");
...
L59: //#endregion
L60: //#region package.json
L61: var version$1 = "0.3.0";
...
L92: function supportsAnsi() {
L93: return process.stdout.isTTY;
L94: }
...
L123: if (!result.parsed) {
L124: const err = /* @__PURE__ */ new Error(`MISSING_DATA: Cannot parse ${vaultPath} for an unknown reason`);
L125: err.code = "MISSING_DATA";
Critical
Credential Exfiltration
Source appears to send environment or credential material to an external endpoint.
dist/index.cjsView on unpkg · L4949Trigger-reachable chain: manifest.main -> dist/index.cjs
L49: let node_readline_promises = require("node:readline/promises");
L50: let node_child_process = require("node:child_process");
L51: let node_util = require("node:util");
...
L59: //#endregion
L60: //#region package.json
L61: var version$1 = "0.3.0";
...
L92: function supportsAnsi() {
L93: return process.stdout.isTTY;
L94: }
...
L123: if (!result.parsed) {
L124: const err = /* @__PURE__ */ new Error(`MISSING_DATA: Cannot parse ${vaultPath} for an unknown reason`);
L125: err.code = "MISSING_DATA";
Critical
Trigger Reachable Dangerous Capability
A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
dist/index.cjsView on unpkg · L49Findings
2 Critical3 Medium4 Low
CriticalCredential Exfiltrationdist/index.cjs
CriticalTrigger Reachable Dangerous Capabilitydist/index.cjs
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings