prompt_injection_scan
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Scan user input or prompts for common prompt injection patterns. Detects system prompt overrides, jailbreak attempts, role manipulation, encoding tricks, delimiter attacks, template/interpolation injection ({{...}}, ${...}), and context-exfiltration attempts ("repeat everything above").
Parameters schema
{
"type": "object",
"required": [
"input"
],
"properties": {
"input": {
"type": "string",
"description": "The user input or prompt to scan for injection patterns"
},
"sensitivity": {
"enum": [
"low",
"medium",
"high"
],
"type": "string",
"description": "Detection sensitivity (default: medium)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries