Inkog Verify Documentation
Static Analysis for AI Agents
Prevent Infinite Loops, Token Bombing & Prompt Injection
Inkog Verify is the Static Analysis engine for the Inkog Platform. It scans agent code and configs to prevent logic flaws before they reach production.
Looking for Runtime Protection? Inkog Runtime provides real-time monitoring and protection for deployed agents. Currently in private beta. Contact Sales for early access.
Quick Start
Get up and running with Inkog in seconds:
Why Inkog?
Agentic Pattern Analysis
Purpose-built for AI agents. Detects token bombing, infinite recursion, and logic flaws that generic SAST tools miss.
Code & No-Code Support
Scan LangChain, CrewAI, AutoGen code alongside n8n, Flowise, and Langflow workflows.
Compliance Ready
Automated mapping to EU AI Act, OWASP LLM Top 10, and NIST AI RMF. Audit reports out of the box.
Supported Frameworks
Supported Frameworks
What Inkog Detects
# Prompt injection vulnerability
def process_query(user_input):
prompt = f"Answer this: {user_input}"
return llm.generate(prompt)# Sanitized input with validation
def process_query(user_input):
sanitized = sanitize_input(user_input)
validate_input(sanitized)
prompt = PROMPT_TEMPLATE.format(query=sanitized)
return llm.generate(prompt)Explore the Docs
Installation Guide
Install Inkog via Docker, Homebrew, or from source. Get scanning in under a minute.
Vulnerability Database
Browse our comprehensive database of AI agent vulnerabilities with detection rules and remediation guides.
CLI Reference
Complete reference for all Inkog Verify commands, flags, and configuration options.
EU AI Act Compliance
Map Inkog's capabilities to EU AI Act Article 15 requirements for high-risk AI systems.