rt_check_tool_poisoning
Detects hidden prompt injection in tool descriptions: file read, exfiltration, instruction override, system prompt extraction, social engineering. 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 |
|---|---|---|---|
| env | No | Additional environment variables for stdio | |
| url | No | MCP server URL for HTTP/SSE transport (e.g. 'http://localhost:3000/mcp') | |
| args | No | Command arguments for stdio (e.g. ['run', 'server.js']) | |
| command | No | Server command for stdio transport (e.g. 'node', 'bun', 'npx') | |
| headers | No | Custom HTTP headers (e.g. { 'Authorization': 'Bearer token' }) | |
| tool_name | No | Check only this tool (default: all tools) | |
| timeout_ms | No | Connection timeout in milliseconds (default: 30000) |