| name | security-review-llm |
|---|---|
| agent | Security Reviewer |
| description | Run OWASP LLM and Agentic vulnerability assessments with codebase profiling |
| argument-hint | [scope=path/to/component] |
Caution
This prompt is an assistive tool only and does not replace professional security tooling (SAST, DAST, SCA, penetration testing, compliance scanners) or qualified human review. All AI-generated vulnerability findings must be reviewed and validated by qualified security professionals before use. AI outputs may contain inaccuracies, miss critical threats, or produce recommendations that are incomplete or inappropriate for your environment.
- ${input:scope}: (Optional) Specific component or directory path to focus the assessment on.
- Override skill selection with
owasp-llm, owasp-agentic. The profiler still runs to supply codebase context, but skill detection is bypassed in favor of these two skills. - When
${input:scope}is provided, limit analysis to files within the specified directory or component. - Run in
auditmode using the standard assessment and verification workflow. - Assess both skills independently through separate Skill Assessor invocations, then consolidate findings in a single report.