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
ChildProcessCryptoEnvironmentVarsFilesystemShell
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcedist/index.jsView file
1494init_esm_shims();
L1495: import { spawnSync } from "child_process";
L1496: import { existsSync as existsSync6, readdirSync, readFileSync as readFileSync6 } from "fs";
High
3457execute: () => {
L3458: const r = spawn("claude", ["plugin", "uninstall", "--scope", "project", pluginId]);
L3459: return r.status === 0 ? { ok: true } : { ok: false, message: (r.stderr || "").trim() };
...
L3465: return {
L3466: label: `npx skills remove ${source}`,
L3467: execute: () => {
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/index.jsView on unpkg · L3457scripts/prune-ecc.shView file
•path = scripts/prune-ecc.sh
kind = build_helper
sizeBytes = 11869
magicHex = [redacted]
Medium
Ships Build Helper
Package ships non-JavaScript build or shell helper files.
scripts/prune-ecc.shView on unpkgFindings
3 High3 Medium5 Low
HighChild Processdist/index.js
HighShell
HighRuntime Package Installdist/index.js
MediumEnvironment Vars
MediumShips Build Helperscripts/prune-ecc.sh
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings