Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 8 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
ChildProcessFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcestorm.mjsView file
9import { homedir } from 'os';
L10: import { execSync, spawn } from 'child_process';
L11:
High
780try {
L781: execSync(`npm install ${driverPackage} --prefix "${globalDir}"`, {
L782: stdio: 'pipe',
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
storm.mjsView on unpkg · L780Findings
3 High2 Medium3 Low
HighChild Processstorm.mjs
HighShell
HighRuntime Package Installstorm.mjs
MediumNetwork
MediumStructural Risk Force Deep Review
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings