supply-chain-risk-auditor

Identify high-risk dependencies in a project's dependency graph and generate a structured report.

77|3|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/FlorianBruniaux/starmapper --skill supply-chain-risk-auditor-florianbruniaux
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supply-chain-risk-auditor
Source: https://github.com/FlorianBruniaux/starmapper/tree/main/.claude/plugins/supply-chain-risk-auditor/skills/supply-chain-risk-auditor
Command: npx skills add https://github.com/FlorianBruniaux/starmapper --skill supply-chain-risk-auditor-florianbruniaux

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identifies and surfaces high-risk dependencies within a project's dependency graph to help security teams prioritize remediation.

Core Features & Use Cases

  • Automated dependency risk evaluation: scans all direct and transitive dependencies against a defined risk criteria (single maintainer, unmaintained, low popularity, high-risk features, past CVEs, lack of security contact) and flags high-risk items.
  • Structured reporting: generates a results document detailing risks, justifications, and suggested mitigations, aligned with a standard results-template.
  • Scope-aware auditing: suitable for security assessments, pre-engagement scoping, and ongoing dependency health reviews across code repositories and CI pipelines.

Quick Start

Ask the tool to audit this project's dependencies to generate a 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 security risks?

Auditing dependencies for security risks involves enumerating all project packages and evaluating them against criteria like single maintainers, unmaintained status, low popularity, past CVEs, and lack of a security contact to generate a structured risk report.

What makes a dependency high-risk in a software supply chain?

A dependency is flagged as high-risk in a software supply chain if it exhibits factors such as being unmaintained, having a single maintainer, low popularity, high-risk features, past CVEs, or lacking a designated security contact.

Can I use dependency risk auditing in CI pipelines for ongoing health reviews?

Yes, you can use dependency risk auditing in CI pipelines for ongoing health reviews. The process evaluates your codebase's dependency graph continuously, making it suitable for automated security assessments and pre-engagement scoping.

What is the best way to surface unmaintained dependencies in a codebase?

The best way to surface unmaintained dependencies in a codebase is to scan the entire dependency graph against defined risk criteria, automatically flagging packages that lack active maintenance or recent updates to produce a structured report for remediation prioritization.

Does dependency risk evaluation include transitive dependencies?

Yes, dependency risk evaluation includes transitive dependencies. The audit scans all direct and transitive packages within a project's dependency graph to ensure comprehensive coverage of potential security vulnerabilities and maintenance risks.

What format do dependency risk audit results follow?

Dependency risk audit results follow a structured reporting template that details identified risks, justifications for each flag, and suggested mitigations, aligning with standard results documents for security assessments.