Static Scan Results
scanned 4d ago · by rust-scannerStatic analysis flagged 7 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
ChildProcess
WildcardDependency
Source & flagged code
4 flagged · loading sourcepackage.jsonView file
•scripts.postinstall = node install.js
High
Install Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg•scripts.postinstall = node install.js
Medium
Ambiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkginstall.jsView file
5const path = require('path');
L6: const { execSync } = require('child_process');
L7:
High
37try {
L38: execSync(`npm install ${pkg}`, { stdio: 'inherit' });
L39: console.log('Installation complete!');
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
install.jsView on unpkg · L37Findings
3 High3 Medium1 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processinstall.js
HighRuntime Package Installinstall.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumStructural Risk Force Deep Review
MediumWildcard Dependency
LowScripts Present