agent-dependency-auditor

Audit project lockfiles for CVEs, license risks, and maintenance signals.

12|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Space-Dinosaurs/DinoStack --skill agent-dependency-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-dependency-auditor
Source: https://github.com/Space-Dinosaurs/DinoStack/tree/main/.openclaw/skills/agent-dependency-auditor
Command: npx skills add https://github.com/Space-Dinosaurs/DinoStack --skill agent-dependency-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill surfaces supply-chain risks by auditing dependencies across multiple ecosystems, identifying CVEs, license issues, and maintenance signals to prevent risky deployments.

Core Features & Use Cases

  • Triage lockfiles and registry metadata to surface vulnerabilities, license risks, and maintenance signals across direct and transitive dependencies.
  • Produce a structured findings report for engineers, including severity, affected packages, and recommended remediation steps.
  • Read-only auditing that does not inspect application code, designed to inform upgrade decisions and governance reviews.

Quick Start

Spawn the agent on your project root to generate a supply-chain findings report for all detected dependencies.

Frequently Asked Questions about agent-dependency-auditor

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

FAQPage Schema
How do I audit project dependencies for CVEs and license risks?

A dependency audit scans lockfiles and registry metadata to identify CVEs, license issues, and maintenance signals across direct and transitive packages. It outputs a structured findings report with severity classifications and recommended remediation steps.

What is supply-chain risk auditing for software dependencies?

Supply-chain risk auditing is the process of triaging lockfiles and registry metadata to identify vulnerabilities, license issues, and maintenance signals across direct and transitive dependencies. It prevents risky deployments by informing upgrade decisions and governance reviews without inspecting application code.

Can I scan multi-ecosystem lockfiles to find transitive dependency vulnerabilities?

Yes, multi-ecosystem projects are supported. The auditor scans lockfiles and registry metadata to surface vulnerabilities, license risks, and maintenance signals for both direct and transitive dependencies across different ecosystems simultaneously.

Does dependency auditing require access to my application source code?

No, the audit is read-only and does not inspect application code. It solely scans lockfiles and registry metadata to produce a findings report, ensuring application source code remains untouched while informing upgrade decisions.

What is the best way to generate a remediation report for risky npm or pip packages?

The best way to generate a remediation report for risky packages is to run an audit on your project root. This surfaces affected packages with severity classifications and provides recommended remediation steps for engineers and governance reviews.

When should I not rely solely on lockfile scanning for security governance?

Lockfile scanning should not be your only governance step when you need deep application code analysis or runtime behavior monitoring. This audit strictly covers registry metadata and lockfiles, producing findings for upgrades without inspecting how code actually executes.