Static Scan Results
scanned 1d ago · by rust-scannerStatic analysis flagged 13 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
NoLicense
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
203const distUrl = new URL(`file:///${distCliEntry.replace(/\\/g, '/')}`);
L204: const cli = await import(distUrl.href);
L205: 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 · L203dist/audit/orchestrator/reviewPackets.jsView file
68let current = [];
L69: const verbose = Boolean(process.env.AUDIT_CODE_VERBOSE);
L70: for (const task of tasks.sort(compareTasksForPacket)) {
...
L79: if (verbose) {
L80: process.stderr.write(`[audit-code:packet-planning] isolated large-file chunk: task="${task.task_id}" file="${task.file_paths[0]}" estimatedTokens=${taskEstimatedTokens} targetPacke...
L81: }
Low
Weak Crypto
Package source references weak cryptographic algorithms.
dist/audit/orchestrator/reviewPackets.jsView on unpkg · L68Findings
1 High5 Medium7 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
LowNo License