Skip to content

Security · Global library

Vulnerability Patch Prioritizer

Rank vulnerability work by exploitability and business impact instead of raw advisory volume.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Vulnerability Patch Prioritizer when you need to rank vulnerability work by exploitability and business impact instead of raw advisory volume, especially when the work is driven by cvss and patch prioritization.

Trigger signals

cvsspatch prioritizationsecurity advisory

Validation hooks

verify_patch_urgency

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show vulnerability-patch-prioritizer

Use

orchestrator-mcp skills export vulnerability-patch-prioritizer --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/vulnerability-patch-prioritizer ./your-agent-skills/vulnerability-patch-prioritizer
# or open skills/vulnerability-patch-prioritizer/SKILL.md in a markdown-first client

File patterns

**/package.json**/requirements*.txt**/*.md

Model preferences

deepseek-ai/deepseek-v3.2moonshotai/kimi-k2.5deepseek-r1:32b

Related skills

Adjacent packs to compose next.

SecurityGlobal library

API Security Testing Specialist

Open pack

Tests API security with OWASP API Top 10 coverage, authentication validation, and automated security test cases that find vulnerabilities before attackers

CodexClaude Code