dependency-check
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCheck 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| Severity | Action |
|---|---|
| critical | Block deployment, fix immediately |
| high | Fix before next release |
| moderate | Schedule fix within sprint |
| low | Track in backlog |
Auto-fix:
npx @claude-flow/cli@latest security cve --fixFor 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" })