What problem does it solve? LLM-based applications introduce an attack surface that traditional security reviews miss: prompt injection, tool misuse, data exfiltration through tool arguments, and agent delegation abuse. This Skill provides a structured procedure to test and document these AI-specific vulnerabilities before production exposure. ## Core Features & Use Cases - Prompt Injection Testing: Tests direct injection patterns and indirect injection via retrieved web pages, PDFs, and database records, with documented success rates. - Tool and Exfiltration Audits: Constructs adversarial scenarios for every agent tool and tests each exfiltration channel with synthetic canary strings. - Governance and MCP Gatekeeping: Includes merged references for agent permission audits (least privilege, approval gates, audit logging) and for deciding whether to activate external MCP connectors with minimum scope. - Use Case: Before launching a customer-facing agent with web browsing and email tools, run this review to map the attack surface, attempt indirect injection through a test web page, verify output sanitization, and produce a prioritized finding report. ## Quick Start Use the ai-security-review skill to perform a full AI security review of my agent application before it goes to production.