dependency-risk-review

Assess vulnerabilities, licenses, and supply chain risks in project dependencies.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/Burburton/amazing_agent_specialist --skill dependency-risk-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dependency-risk-review
Source: https://github.com/Burburton/amazing_agent_specialist/tree/main/.opencode/skills/security/dependency-risk-review
Command: npx skills add https://github.com/Burburton/amazing_agent_specialist --skill dependency-risk-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dependency risk-review identifies known vulnerabilities, maintenance risks, and license concerns in project dependencies to prevent supply-chain issues.

Core Features & Use Cases

  • Detect known CVEs and deprecated packages across manifests (package.json, requirements.txt, go.mod, and pom.xml).
  • Assess maintenance status and license compliance, and generate remediation guidance and gate decisions.
  • Use case: quarterly audits or after adding new dependencies to ensure compliance and security.

Quick Start

Provide a complete dependency risk assessment by running a single command in your CI or local environment.

Frequently Asked Questions about dependency-risk-review

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

FAQPage Schema
How do I audit npm dependencies for known vulnerabilities and supply chain risks?

To audit npm dependencies for supply chain risks, you can apply a dependency risk review to your package.json manifest. This identifies known CVEs, deprecated packages, and maintenance status, generating a risk report suitable for governance and remediation planning.

Can I check license compliance across multiple manifest formats like pom.xml and go.mod?

Yes, you can check license compliance across multiple manifest formats including pom.xml, go.mod, package.json, and requirements.txt. The review assesses maintenance status and license compliance, producing remediation guidance and gate decisions for your project dependencies.

What is the best way to automate a dependency risk assessment for new project packages?

The best way to automate a dependency risk assessment is by running a single command in your CI or local environment. This applies the review to new or updated dependencies, listing vulnerabilities, licenses, and supply chain risks to ensure compliance and security.

Does dependency auditing work with Python requirements.txt to detect deprecated packages?

Yes, dependency auditing works with Python requirements.txt to detect deprecated packages and known CVEs. It assesses maintenance status and license compliance, producing remediation guidance and gate decisions to prevent supply chain issues in your project.

When do I need to perform a software supply chain risk review on my project dependencies?

You need to perform a software supply chain risk review during quarterly audits or immediately after adding new dependencies. This ensures continuous compliance and security by identifying known vulnerabilities, maintenance risks, and license concerns across your project manifests.