gaia-review-deps

Audit project dependencies for CVEs, outdated versions, and license conflicts.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gaiastudio-ai/gaia-public --skill gaia-review-deps
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gaia-review-deps
Source: https://github.com/gaiastudio-ai/gaia-public/tree/main/plugins/gaia/skills/gaia-review-deps
Command: npx skills add https://github.com/gaiastudio-ai/gaia-public --skill gaia-review-deps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits project dependencies across common manifests to reveal security and license risks, helping teams harden software supply chains.

Core Features & Use Cases

  • Detects known CVEs, deprecated packages, and license conflicts across dependencies.
  • Scans manifests such as package.json, requirements.txt, pom.xml, pubspec.yaml, go.mod, Gemfile, and Cargo.toml to compile a holistic risk report.
  • Provides prioritized remediation guidance and upgrade paths to reduce attack surface.

Quick Start

Run the dependency audit on your project root to generate a risk-ranked report.

Frequently Asked Questions about gaia-review-deps

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

FAQPage Schema
How do I audit project dependencies for known CVEs and license conflicts?▼

A dependency audit cross-checks your manifests against security advisories to identify known CVEs, outdated packages, and license conflicts, producing a risk-ranked report with remediation guidance.

Can I scan dependencies in manifests like package.json, requirements.txt, and Cargo.toml?▼

Yes, dependency auditing supports common manifests including package.json, requirements.txt, pom.xml, pubspec.yaml, go.mod, Gemfile, and Cargo.toml to compile a holistic risk report across different project environments.

What is included in a dependency audit report?▼

A dependency audit report is a deterministic Markdown document containing CVE IDs, outdated packages, license concerns, and prioritized remediation guidance to help reduce your attack surface.

How do I get remediation guidance for outdated packages and deprecated dependencies?▼

You get remediation guidance for outdated packages by running an audit that cross-checks advisories, outputting a risk-ranked findings report with prioritized upgrade paths to reduce your software attack surface.

What is the best way to harden software supply chains by checking manifests?▼

The best way to harden software supply chains is performing a CVE-aware dependency audit on project manifests to detect deprecated packages, license conflicts, and known vulnerabilities with prioritized remediation guidance.