What problem does it solve? AI agents routinely clone repositories, install packages, and load skills without verifying their safety, exposing developers to supply chain attacks, credential theft, and prompt injection. This Skill audits any target before execution and returns a weighted risk verdict with detailed findings. ## Core Features & Use Cases - Eight-Phase Security Analysis: Detects install hooks, dangerous code patterns, network exfiltration, credential access, obfuscation, provenance issues, prompt injection, and skill security threats across 125 detection rules. - Multi-Target Scanning: Accepts local paths, GitHub URLs or shorthand, npm packages, pip packages, and arbitrary URLs, returning a unified JSON verdict with score and per-phase findings. - Environment and Skills Audits: Scans local .env files, credential file permissions, and shell history for leaked secrets, and audits all installed skills across agent directories like ~/.claude/skills and ~/.cursor/skills. - Use Case: Before running npm install on an unfamiliar package, ask the agent to scan it; if a critical postinstall hook is detected, the Skill flags it as CRITICAL RISK and blocks installation until you explicitly approve. ## Quick Start Ask the agent to scan a target before using it, for example: scan the GitHub repository owner/repo and tell me if it is safe to install.