Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 12 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
4 flagged · loading sourcepackage.jsonView file
•scripts.postinstall = node scripts/postinstall.mjs
High
Install Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg•scripts.postinstall = node scripts/postinstall.mjs
Medium
Ambiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgwrapper/audit-code-wrapper-lib.mjsView file
274const distUrl = new URL(`file:///${distCliEntry.replace(/\\/g, '/')}`);
L275: const cli = await import(distUrl.href);
L276: await cli.runCli([process.execPath, distCliEntry, commandName, ...commandArgs]);
Medium
Dynamic Require
Package source references dynamic require/import behavior.
wrapper/audit-code-wrapper-lib.mjsView on unpkg · L274dist/audit/orchestrator/reviewPackets.jsView file
119* `isolateAlone`/`onIsolate`/`onBeforeFlush` so behavior — including the
L120: * exact stderr wording — is unchanged.
L121: */
L122: function chunkPacketTasks(tasks, options) {
L123: const verbose = Boolean(process.env.AUDIT_CODE_VERBOSE);
L124: const sortedTasks = tasks.sort(compareTasksForPacket);
...
L137: const taskEstimatedTokens = taskContentTokens(task, options.sizeIndex, options.lineIndex);
L138: process.stderr.write(`[audit-code:packet-planning] isolated large-file chunk: task="${task.task_id}" file="${task.file_paths[0]}" estimatedTokens=${taskEstimatedTokens} targetPacke...
L139: },
Low
Weak Crypto
Package source references weak cryptographic algorithms.
dist/audit/orchestrator/reviewPackets.jsView on unpkg · L119Findings
1 High5 Medium6 Low
HighInstall Time Lifecycle Scriptspackage.json
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumDynamic Requirewrapper/audit-code-wrapper-lib.mjs
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowWeak Cryptodist/audit/orchestrator/reviewPackets.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings