Run security scans on MCP servers and AI agents behind firewalls, on localhost, or in private networks. Differential analysis with detailed risk reports.
npx kurral-scanner http://localhost:8000Requires Node.js 18+. Point to your MCP server's URL. No installation needed.
The scanner sends attack probes and uses differential analysis to detect suspicious behavior.
The scanner generates a detailed report with:
npx kurral-scanner <url>Run a full security scan against an MCP server
npx kurral-scanner <url> --output report.jsonSave results to a JSON file for CI/CD integration
npx kurral-scanner <url> --category prompt_overrideTest only specific risk categories
npx kurral-scanner <url> --verboseShow detailed output including all probes and responses
npx kurral-scanner --helpShow all available options
The scanner tests for these risk categories using differential analysis:
Instruction hijacking, jailbreaks, role manipulation attempts
Exposure of hidden instructions, system prompts, or configuration
Attempts to extract data via tool calls or external requests
API keys, tokens, credentials appearing in responses
Unsafe content passed to tool calls (SQL, command, path)
Personal identifiable information in responses
Questions about the CLI scanner or need help integrating into your CI/CD pipeline?
Contact team@kurral.com