Static Scan Results
scanned 4d 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
2 flagged · loading sourcedist/install.jsView file
8*
L9: * NOTE: This module uses Node.js APIs (fs, path, nypm, child_process) and is
L10: * only used by the CLI binary; it is NOT exported from the package index.
High
256return new Promise((resolve, reject) => {
L257: execFile('npx', ['--yes', 'skills', 'add', source, '-y'], { cwd }, (error, _stdout, stderr) => {
L258: if (error) {
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/install.jsView on unpkg · L256Findings
3 High3 Medium5 Low
HighChild Processdist/install.js
HighShell
HighRuntime Package Installdist/install.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License