Static Scan Results
scanned 11d 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
1387init_esm_shims();
L1388: import { spawnSync } from "child_process";
L1389: import { existsSync as existsSync6, readdirSync, readFileSync as readFileSync6 } from "fs";
High
3449execute: () => {
L3450: const r = spawn("claude", ["plugin", "uninstall", "--scope", "project", pluginId]);
L3451: return r.status === 0 ? { ok: true } : { ok: false, message: (r.stderr || "").trim() };
...
L3457: return {
L3458: label: `npx skills remove ${source}`,
L3459: execute: () => {
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/index.jsView on unpkg · L3449scripts/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