Review skill
Security Review Skill
Review code, skills, and prompts for vulnerabilities and insecure defaults.
Install command
AI DevKit installs its built-in skills as one curated set. Run this once to install security-review with the rest of the built-in workflow skills.
npx ai-devkit@latest skill add --built-inWhat it does
Use security-review when auditing implementation, AI skills, prompts, or release changes. It focuses on concrete vulnerabilities, prompt injection, business logic flaws, and insecure defaults.
When to use it
- Audit code before a release
- Review AI skills or prompts for injection risk
- Find security issues with evidence and severity
Supported agents
Claude CodeCodexCursoropencode
Related skills
Workflow
Dev Lifecycle
Orchestrate requirements, design, planning, implementation, testing, and review.
Debugging
Structured Debug
Guide debugging with expected behavior, reproduction, root cause analysis, and validation.
Testing
TDD
Apply test-driven development by writing a failing test before production code.
Verification
Verify
Require fresh terminal evidence before an agent claims work is complete.