From project-analizer
Audits project dependencies and generates a detailed report with findings, risk analysis, and documentation for each dependency.
How this command is triggered — by the user, by Claude, or both
Slash command
/project-analizer:run-dependency-auditThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Dependency Audit Process Command You MUST invoke the dependency-auditor agent using the Task tool with subagent_type="dependency-auditor". Extract the following parameters from command arguments: - project-folder (optional, default: entire project root) - output-folder (optional, default: "/docs/agents/dependency-auditor") - ignore-folders (optional, comma-separated list) Pass the following prompt to the agent: "Execute dependency audit with the following parameters: Project scope: [PROJECT_SCOPE] Output location: [OUTPUT_FOLDER] Folders to ignore: [IGNORE_FOLDERS] Execute your comp...
You MUST invoke the dependency-auditor agent using the Task tool with subagent_type="dependency-auditor".
Extract the following parameters from command arguments:
Pass the following prompt to the agent:
"Execute dependency audit with the following parameters:
Project scope: [PROJECT_SCOPE] Output location: [OUTPUT_FOLDER] Folders to ignore: [IGNORE_FOLDERS]
Execute your complete workflow following all internal guidelines.
CRITICAL REMINDERS:
REPORT must include:
Replace [PROJECT_SCOPE] with the specified project-folder or "entire project root" if not provided. Replace [OUTPUT_FOLDER] with the specified output-folder or "/docs/agents/dependency-auditor" if not provided. Replace [IGNORE_FOLDERS] with the comma-separated list or "none" if not provided.
# Audit the entire project (default: root folder)
/run-dependency-audit
# Audit a specific folder
/run-dependency-audit --project-folder=project-folder
# Audit and save report to custom location (default: /docs/agents/dependency-auditor/)
# File pattern: dependencies-report-{YYYY-MM-DD HH:MM:SS}.md
/run-dependency-audit --output-folder=output-folder
# Exclude specific folders from audit
/run-dependency-audit --ignore-folders=adk_repo,venv,.env,node_modules,.git
# Combined usage
/run-dependency-audit --project-folder=src --output-folder=reports --ignore-folders=node_modules,dist
2plugins reuse this command
First indexed Jan 1, 2026
npx claudepluginhub lucassamuel97/claude-plugins --plugin project-analizer/run-dependency-auditAudits project dependencies and generates a detailed report with findings, risk analysis, and documentation for each dependency.
/dependency-auditAudits project dependencies for security vulnerabilities, version outdatedness, license compliance, and supply chain risks across multiple package managers.
/dep-auditAudits project dependencies for known CVEs and supply-chain risks by auto-detecting the ecosystem and running native audit tools, producing a prioritized vulnerability report.
/dep-crusadeAudits all project dependencies across monorepo workspaces for vulnerabilities, outdated packages, unused imports, and bloat. Generates a consolidated report with severity triage and optional auto-fix.
/auditAudits an existing codebase — detects stack, finds gaps, creates tasks, generates PROJECT.md. Also supports eval and lint subcommands.
/audit-depsAudits project dependencies for vulnerabilities, licensing issues, and maintenance status. Generates a prioritized action list with severity levels and recommendations.