rt_check_tool_poisoning
Scans MCP tool descriptions for prompt injection, detecting hidden instructions like file reads, exfiltration, override, and social engineering, then returns findings with pattern and severity.
Instructions
Analyze ALL tool descriptions for hidden prompt injection instructions. Checks for: file read instructions, exfiltration patterns, instruction override, system prompt extraction, social engineering. Returns findings with matched pattern and severity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Server command to execute (e.g. 'node', 'bun', 'npx') | |
| args | No | Command arguments (e.g. ['run', 'server.js']) | |
| env | No | Additional environment variables | |
| timeout_ms | No | Connection timeout in milliseconds (default: 30000) | |
| tool_name | No | Check only this tool (default: all tools) |