registry  /  @loopskills/claude-skills  /  0.4.2

@loopskills/claude-skills@0.4.2

Research-driven planning, debugging, and audit skills for Claude Code and Pi

Static Scan Results

scanned 3h ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 21.0 KB of source, external domains: registry.npmjs.org

Source & flagged code

3 flagged · loading source
dist/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 · L9
353} 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 · L353
bin/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 unpkg

Findings

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