Skip to main content
Offensive security platform for AI agents and MCP infrastructure. Seven modules cover the full attack surface — from server scanning to document poisoning to retrieval manipulation.

Modules

ModuleWhat it does
auditScans MCP servers for vulnerabilities, maps findings to the OWASP MCP Top 10, outputs SARIF
proxyIntercepts MCP traffic between client and server for inspection, modification, and replay
injectTests AI agent susceptibility to tool poisoning and prompt injection using configurable payloads
chainComposes multi-step attack sequences across audit findings and inject techniques
ipiGenerates adversarial documents with hidden instructions, tracks execution via authenticated callbacks
cxpBuilds poisoned instruction files for coding assistants, validates whether models comply
rxpMeasures whether adversarial documents win vector similarity battles in RAG retrieval layers

Quick start

pip install q-uestionable-ai
qai audit scan --transport stdio --command "npx @modelcontextprotocol/server-memory"
Or launch the web UI:
qai