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.
التثبيت
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
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)