Static Scan Results
scanned 3h 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
Source & flagged code
3 flagged · loading sourcedist/src/install.jsView file
9import { fileURLToPath } from 'node:url';
L10: import { execSync } from 'node:child_process';
L11: const __dirname = dirname(fileURLToPath(import.meta.url));
High
Child Process
Package source references child process execution.
dist/src/install.jsView on unpkg · L9353}
L354: execSync(`npm install -g ${PKG_NAME}@latest`, { stdio: 'inherit' });
L355: p.outro('Update complete. Re-run claude-skills to install updated skill files.');
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/src/install.jsView on unpkg · L353bin/verify-internet-research.pyView file
•path = bin/verify-internet-research.py
kind = build_helper
sizeBytes = 14111
magicHex = [redacted]
Medium
Ships Build Helper
Package ships non-JavaScript build or shell helper files.
bin/verify-internet-research.pyView on unpkgFindings
3 High4 Medium5 Low
HighChild Processdist/src/install.js
HighShell
HighRuntime Package Installdist/src/install.js
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperbin/verify-internet-research.py
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings