Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 13 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
5 flagged · loading sourcebin/cli.jsView file
5import { fileURLToPath } from 'url';
L6: import { spawn } from 'child_process';
L7:
High
5import { fileURLToPath } from 'url';
L6: import { spawn } from 'child_process';
L7:
...
L16: console.log('\\n🚀 \\x1b[35mCEOinaBox CLI\\x1b[0m\\n');
L17: console.log('Usage: npx @millsydotdev/ceoinabox <command>\\n');
L18: console.log('Commands:');
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
bin/cli.jsView on unpkg · L5scripts/download-skill.jsView file
27[/base64\s*-d.*(\||`|\$)/i, 'base64 decode/exec'],
L28: [/(sh\s+-i|bash\s+-i|nc\s+-e|powershell\s+-enc)/i, 'reverse shell'],
L29: [/rm\s+(-rf|-r\s+-f|--recursive\s+--force)\s+\//i, 'rm -rf'],
High
scripts/test-perf.jsView file
50bench('Import infrastructure modules', () => {
L51: import('./infra/index.js');
L52: }, 1);
Medium
Dynamic Require
Package source references dynamic require/import behavior.
scripts/test-perf.jsView on unpkg · L50scripts/render-social-preview.shView file
•path = scripts/render-social-preview.sh
kind = build_helper
sizeBytes = 230
magicHex = [redacted]
Medium
Ships Build Helper
Package ships non-JavaScript build or shell helper files.
scripts/render-social-preview.shView on unpkgFindings
3 High5 Medium5 Low
HighChild Processbin/cli.js
HighShellscripts/download-skill.js
HighRuntime Package Installbin/cli.js
MediumDynamic Requirescripts/test-perf.js
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperscripts/render-social-preview.sh
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings