From maven-mcp
Runs a combined dependency audit: checks for outdated packages, vulnerabilities, and optionally license compliance in a single report.
How this skill is triggered — by the user, by Claude, or both
Slash command
/maven-mcp:audit-project-dependenciesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run one combined dependency audit: scan the project, check for available updates,
Run one combined dependency audit: scan the project, check for available updates,
optionally query OSV.dev for vulnerabilities, and optionally add license categorization —
in a single tool call instead of chaining /scan-project-dependencies +
/compare-dependency-versions + /dependency-vulnerabilities + /dependency-license by
hand.
Call audit_project_dependencies with:
projectPath (default: cwd)includeVulnerabilities — default trueproductionOnly — default true (excludes test-scope dependencies)includeLicenses — default false; set true when the user wants license posture
in the same report (adds extra POM/GitHub fetches, so it's opt-in)Present the report:
dependencies[] (current → latest, upgradeType), grouped by
source.kind like /check-deps does.vulnerabilities[], sorted by
severity; call out malicious: true findings first.includeLicenses was set, a licenses section (summary.byCategory,
uniqueSpdxIds, hasProprietaryOrCopyleft) plus newLicenseCategories — categories
that appear exactly once in the scanned set (e.g. one AGPL dependency in an otherwise
Apache/MIT tree).summary block (total, upgradeable, vulnerable, major, minor,
patch) as the headline, details below.Follow the same confirm-before-edit discipline as /check-deps if the user wants
updates applied — this skill's job is the combined report, not unattended edits.
/check-deps is narrower and offers to apply them./check-deps-vulnerabilities./check-multiple-versions, /compare-dependency-versions, /dependency-vulnerabilities,
or /dependency-license.Compose the fallbacks of /scan-project-dependencies, /compare-dependency-versions, and
/dependency-vulnerabilities (plus /dependency-license when licenses were requested) by
hand. State clearly that this loses the single-call dedup (metadata/POM fetches are no
longer cached across the three checks).
npx claudepluginhub kirich1409/krozov-ai-tools --plugin maven-mcpAudits project dependencies for known vulnerabilities, license compliance issues, and outdated packages with prioritized remediation strategies.
Audits project dependencies for vulnerabilities, license compliance, and supply chain risks. Provides remediation strategies and upgrade paths.
Audits project dependencies for security vulnerabilities, license compliance, outdated packages, and transitive dependency risk. Produces a vulnerability findings table, license compliance matrix, update priority matrix, health score, and 30-day remediation plan.