supply-chain-risk-auditor

Identify project dependencies with heightened exploitation or takeover risk.

965|142|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/vigolium/vigolium --skill supply-chain-risk-auditor-vigolium
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supply-chain-risk-auditor
Source: https://github.com/vigolium/vigolium/tree/main/platform/vigolium-audit/src/content/skills/supply-chain-risk-auditor
Command: npx skills add https://github.com/vigolium/vigolium --skill supply-chain-risk-auditor-vigolium

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes references (resource) and assets (resource) components.

What problem does it solve?

It helps you identify which third-party dependencies are most likely to be exploited or taken over so you can reduce supply-chain risk before deeper security work.

Core Features & Use Cases

  • Dependency risk identification: Flags dependencies with red-risk indicators such as single-maintainer risk, unmaintained projects, low popularity, high-risk feature categories, past CVEs, and missing security contact information.
  • Evidence-backed reporting: Produces a structured report listing high-risk dependencies and the specific criteria that triggered each flag.
  • Post-audit remediation guidance: Recommends more popular and better-maintained alternatives with a short justification, and summarizes risk-factor counts in the executive summary.

Quick Start

Use the supply-chain-risk-auditor skill to audit your project's dependencies by running an instruction like: "Audit this project's dependencies for supply-chain risk and generate the 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 check my project dependencies for supply chain risk?

To check dependencies for supply chain risk, audit your project to identify third-party libraries with heightened exploitation or takeover likelihood. The audit evaluates maintainer concentration, maintenance status, popularity signals, dangerous features, past CVEs, and missing security contacts.

What makes a dependency a high supply chain takeover risk?

A dependency poses a high supply chain takeover risk when it exhibits single-maintainer concentration, lacks active maintenance, shows low popularity, contains dangerous features, has past CVEs, or lacks a designated security contact.

Do I need gh installed to audit repository metrics for dependency health?

Yes, you need the gh command-line tool installed to accurately retrieve repository metrics during a dependency health review. The supply chain audit relies on gh to gather data for evaluating maintenance status and popularity signals.

How do I generate a vulnerability report for risky dependencies before active scanning?

To generate a vulnerability report for risky dependencies before active scanning, run a pre-engagement supply chain scoping assessment. This produces a structured report listing high-risk dependencies and the specific criteria that triggered each flag.

Can I get remediation guidance for unmaintained dependencies flagged in a security posture assessment?

Yes, following a security posture assessment, you receive post-audit remediation guidance that recommends more popular and better-maintained alternative dependencies, including a short justification for each suggested replacement.