Static Scan Results
scanned 8h ago · by rust-scannerStatic analysis flagged 9 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
ChildProcessEnvironmentVarsEvalFilesystemShell
HighEntropyStringsUrlStrings
Source & flagged code
3 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 unpkgdist/tools/index.jsView file
1116const vulnPatterns = [
L1117: { name: "eval() usage", regex: "\\beval\\s*\\(" },
L1118: { name: "innerHTML usage", regex: "\\.innerHTML\\s*=" },
Low
Eval
Package source references a known benign dynamic code generation pattern.
dist/tools/index.jsView on unpkg · L1116Findings
1 High3 Medium5 Low
HighInstall Time Lifecycle Scriptspackage.json
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowEvaldist/tools/index.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings