Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 11 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
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
2 flagged · loading sourcedist/index.jsView file
10const os_1 = require("os");
L11: const child_process_1 = require("child_process");
L12: function getLocalIp() {
High
dist/installer/index.jsView file
219try {
L220: (0, child_process_1.execSync)('npm install -g opencode-ai', { stdio: 'inherit' });
L221: return true;
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/installer/index.jsView on unpkg · L219Findings
2 High3 Medium6 Low
HighChild Processdist/index.js
HighRuntime Package Installdist/installer/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License