supply-chain-risk-auditor

Audits project dependencies via GitHub CLI to identify security risks and generate risk reports.

1|Updated Jul 5, 2026
One-click install
npx skills add https://github.com/AidenSbVevo/claude-code-starter --skill supply-chain-risk-auditor-aidensbvevo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supply-chain-risk-auditor
Source: https://github.com/AidenSbVevo/claude-code-starter/tree/main/skills/tob-supply-chain/skills/supply-chain-risk-auditor
Command: npx skills add https://github.com/AidenSbVevo/claude-code-starter --skill supply-chain-risk-auditor-aidensbvevo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the security blind spots in software projects by identifying dependencies that are unmaintained, lack security contacts, or exhibit high-risk characteristics prone to exploitation.

Core Features & Use Cases

  • Risk Assessment: Evaluates dependencies based on maintainer activity, popularity, and historical vulnerability data.
  • Security Reporting: Generates a structured audit report identifying high-risk dependencies and suggesting safer alternatives.
  • Use Case: Run this before a security audit to proactively identify and replace risky third-party libraries that could serve as an attack vector for your project.

Quick Start

Ask the assistant to audit this project's dependencies to generate a comprehensive supply chain risk report.

Frequently Asked Questions about supply-chain-risk-auditor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit project dependencies for supply chain security risks?

To audit project dependencies for supply chain security risks, the skill systematically evaluates libraries to identify unmaintained projects, lack of security contacts, or historical vulnerabilities and generates a structured risk report.

What are common supply chain attack surface risks in software development?

Supply chain attack surface risks often involve third-party libraries that are unmaintained, lack security contacts, or have historical vulnerabilities, which could serve as an attack vector for your project.

Do I need the GitHub CLI to assess dependency risk?

Yes, you need the GitHub CLI tool installed to query repository metadata and generate accurate risk assessment reports for your project dependencies.

How do I check if a dependency is a single-maintainer project?

You can check if a dependency is a single-maintainer project by evaluating repository metadata through the GitHub CLI, which queries maintainer activity and popularity to identify high-risk characteristics.

What is the best way to find safer alternatives for risky dependencies?

The best way to find safer alternatives is to run a comprehensive security audit that generates a report identifying high-risk dependencies and suggesting safer replacements before a security review.