Tachyonic Documentation
AI security assessment for LLM systems, AI agents, and MCP servers
Security testing for AI systems. Tachyonic tests LLM endpoints, AI agents, and MCP servers against OWASP LLM Top 10 and MITRE ATLAS.
Install
curl -fsSL https://tachyonic.sh/install | bashFirst Scan
# Set your provider API key
export ANTHROPIC_API_KEY=sk-ant-...
# Scan an endpoint
tachyonic scan --target https://your-api.com/v1/chat/completions --provider anthropic