dependency-check

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
Check dependencies for CVEs and outdated packages:
bash
npx @claude-flow/cli@latest security cve --check
npx @claude-flow/cli@latest security audit --include-dev
npm audit --json
SeverityAction
criticalBlock deployment, fix immediately
highFix before next release
moderateSchedule fix within sprint
lowTrack in backlog
Auto-fix:
npx @claude-flow/cli@latest security cve --fix
For continuous monitoring, dispatch via MCP:
mcp__claude-flow__hooks_worker-dispatch({ trigger: "audit" })
检查依赖项中的CVE和过时包:
bash
npx @claude-flow/cli@latest security cve --check
npx @claude-flow/cli@latest security audit --include-dev
npm audit --json
严重程度操作
critical阻止部署,立即修复
high在下一版本发布前修复
moderate在当前迭代中安排修复
low在待办事项中跟踪
自动修复:
npx @claude-flow/cli@latest security cve --fix
如需持续监控,通过MCP调度:
mcp__claude-flow__hooks_worker-dispatch({ trigger: "audit" })