Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 10 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStrings
NoLicense
Source & flagged code
2 flagged · loading sourcebin/devflow.cjsView file
8L9: var childProcess = require('child_process');
L10: var path = require('path');
High
dist/commands/plugin-guide.jsView file
50try {
L51: execSync(`npm install -g ${plugin}`, { stdio: "inherit" });
L52: console.log(`✓ ${plugin}`);
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/commands/plugin-guide.jsView on unpkg · L50Findings
3 High3 Medium4 Low
HighChild Processbin/devflow.cjs
HighShell
HighRuntime Package Installdist/commands/plugin-guide.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowNo License