Skip to content

Security · Global library

OWASP Top 10 Guardian

Systematically surface high-probability application security weaknesses across common OWASP failure modes.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use OWASP Top 10 Guardian when you need to systematically surface high-probability application security weaknesses across common OWASP failure modes, especially when the work is driven by owasp and xss.

Trigger signals

owaspxsscsrf

Validation hooks

verify_owasp_compliance

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show owasp-top-10-guardian

Use

orchestrator-mcp skills export owasp-top-10-guardian --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/owasp-top-10-guardian ./your-agent-skills/owasp-top-10-guardian
# or open skills/owasp-top-10-guardian/SKILL.md in a markdown-first client

File patterns

**/*.ts**/*.py**/api/**

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