Static Scan Results
scanned 2d ago · by rust-scannerStatic analysis flagged 12 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
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
2 flagged · loading sourcesrc/tools.jsView file
1import { execSync } from 'node:child_process'
L2: import { env } from 'node:process'
High
src/commands/init.jsView file
25console.log(`\n → Installing OpenCode...`)
L26: const npm = await import('node:child_process')
L27: npm.execSync('npm install -g opencode', { encoding: 'utf8', stdio: 'inherit', timeout: 120000 })
L28: }
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
src/commands/init.jsView on unpkg · L25Findings
3 High3 Medium6 Low
HighChild Processsrc/tools.js
HighShell
HighRuntime Package Installsrc/commands/init.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License