From sd0x-dev-flow
Performs OWASP Top 10 security review using Codex MCP with context preservation. Delegates to security-review skill for full workflow.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sd0x-dev-flow:codex-securityThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Thin entry-point skill — routes to the parent skill for full workflow.
Thin entry-point skill — routes to the parent skill for full workflow.
This skill delegates to security-review for the full OWASP security review workflow, prompt templates, and audit logic.
See @skills/security-review/SKILL.md
/codex-review-fast)/dep-audit)/codex-test-review)npx claudepluginhub sd0xdev/sd0x-dev-flow --plugin sd0x-dev-flowRuns OWASP Top 10 security audits and dependency vulnerability checks on code changes. Use for security-sensitive code, not general code review.
Guides systematic security reviews and vulnerability assessments following OWASP Top 10. Helps audit code for injection, authentication failures, misconfigurations, and other common risks with severity classification.
Reviews code against OWASP Top 10 security vulnerabilities including broken access control, injection, XSS, cryptographic failures, and misconfigurations.