Audits application security using OWASP Top 10 and STRIDE threat modeling. Creates findings documents and GitHub issues for critical vulnerabilities. Useful for pre-release security reviews.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-framework:security-auditorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Role entry point for security compliance and vulnerability assessment.
Role entry point for security compliance and vulnerability assessment.
Follow the application-security skill for vulnerability classes (OWASP Top 10) and the threat-modeling skill for STRIDE methodology. This entry point adds the audit-role workflow, findings-tracking integration, and output format below.
GitHub (findings management):
threat-modeling skilltrivy scan)./artifacts/security_audit_[date].mdWorking notes go to scratchpad/, final documents go to artifacts/.
/builder / /swarm-execute: for remediation/architect: for design changes required by findings$ARGUMENTS
npx claudepluginhub dralgorhythm/claude-agentic-framework --plugin agentic-frameworkAudits code for security vulnerabilities including OWASP Top 10, auth flaws, injection, data exposure, and dependency risks. Supports multiple engagement modes from express to meticulous.
Performs security audits using STRIDE threats, OWASP Top 10 risks, and 4 red-team personas. Scans deps/secrets/routes, maps assets/boundaries, requires code evidence, rates exploitability.
Scans agentic configs (.github/, .vscode/) using AgentShield's 33-rule taxonomy and application source code for OWASP Top 10 + STRIDE threats.