Skip to content

QA · Global library

Security Scan Automator

Wire security scanning into delivery workflows with exploitability-aware prioritization instead of raw alert floods.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Security Scan Automator when you need to wire security scanning into delivery workflows with exploitability-aware prioritization instead of raw alert floods, especially when the work is driven by snyk and dependabot.

Trigger signals

snykdependabotsecurity scan

Validation hooks

verify_vulnerability_removal

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show security-scan-automator

Use

orchestrator-mcp skills export security-scan-automator --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/security-scan-automator ./your-agent-skills/security-scan-automator
# or open skills/security-scan-automator/SKILL.md in a markdown-first client

File patterns

**/package.json**/.github/workflows/****/requirements*.txt

Model preferences

deepseek-ai/deepseek-v3.2qwen3-coder:480b-clouddeepseek-r1:32b

Related skills

Adjacent packs to compose next.

QAGlobal library

API Fuzzing Strategist

Open pack

Build property-based and boundary-oriented API tests that find input handling failures before attackers or customers do.

CodexClaude Code