Reference skill for security-focused phases (/security, /pentest, /redteam-ai, /harden). Provides OWASP Top 10 checklist, STRIDE threat model, common attack patterns, and exploit classification standards. Load this skill when performing any security audit or generating security-related code reviews.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Reference skill for security-focused phases (/security, /pentest, /redteam-ai, /harden). Provides OWASP Top 10 checklist, STRIDE threat model, common attack patterns, and exploit classification standards. Load this skill when performing any security audit or generating security-related code reviews.
model
opus
metadata
{"version":"1.0.0","category":"security"}
Offensive Security Reference
OWASP Top 10 (2021) — Quick Checklist
A01 — Broken Access Control
Horizontal privilege escalation (IDOR) — can user access other users' data?
Vertical privilege escalation — can user perform admin actions?
Missing function-level access control on API endpoints
JWT / session token manipulation
CORS misconfiguration allowing unauthorized origins
Force-browsing to authenticated pages
A02 — Cryptographic Failures
Sensitive data transmitted without TLS
Weak cipher suites (RC4, 3DES, MD5, SHA-1 for signing)
Hardcoded secrets / API keys in source code
Passwords stored without hashing or with weak hash (MD5, SHA-1)