技能 编程开发 依赖漏洞安全检测工具

依赖漏洞安全检测工具

v20260716
dependency-check
用于扫描项目的所有第三方依赖包,检查是否存在已知的CVE(通用漏洞披露)或安全漏洞。它在项目发布前、更新依赖后或进行安全审计时使用,帮助开发者系统性地发现并修复潜在的软件安全风险,并根据严重等级给出修复建议。
获取技能
260 次下载
概览

Check dependencies for CVEs and outdated packages:

npx @claude-flow/cli@latest security cve --list
npx @claude-flow/cli@latest security cve --severity critical
npx @claude-flow/cli@latest security scan --type deps --depth deep
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 via the scan command: npx @claude-flow/cli@latest security scan --type deps --fix

For continuous monitoring, dispatch via MCP: mcp__plugin_ruflo-core_ruflo__hooks_worker-dispatch({ trigger: "audit" })

信息
Category 编程开发
Name dependency-check
版本 v20260716
大小 1.01KB
更新时间 2026-07-18
语言