What problem does it solve? Modern projects depend on dozens of third-party packages, and any one of them can become an attack vector through maintainer compromise, abandonment, or unpatched vulnerabilities. Manually vetting every dependency's maintenance health and security posture is slow and error-prone. ## Core Features & Use Cases - Risk Factor Evaluation: Scores each dependency against six criteria including single-maintainer status, staleness, low popularity, high-risk features like FFI or deserialization, past CVEs, and missing security contacts. - Structured Risk Report: Generates a results.md report with an executive summary, counts by risk factor, a high-risk dependencies table, and suggested safer alternatives. - Use Case: Before a security engagement, point it at a repository to enumerate all direct dependencies, query their GitHub repositories via the gh CLI, and produce a prioritized list of risky packages with drop-in replacement recommendations. ## Quick Start Audit this project's dependencies for supply chain risk and generate a report of high-risk packages with suggested alternatives.