Back to Ruflo

SKILL

plugins/ruflo-security-audit/skills/dependency-check/SKILL.md

3.6.30554 B
Original Source

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" })