
Every week, a new AI agent framework ships with tools, memory, and API access baked in. CrewAI. LangGraph. AutoGen. Swarm. They move fast, delegate freely, and often — nobody checks the chain of trust before production.
At AxiomGate, we build deterministic security audits for multi-agent systems. No vibe checks. No "looks good to me." Math, static analysis, and a posture score that actually means something.
Here's what we've learned from scanning real-world deployments:
1. Delegation chains are the blind spot
Most teams know their agent has file access or API tokens. Almost nobody has mapped who the agent can delegate to — and what those sub-agents can reach. One hidden escalation path is all it takes.
2. Tool permissions are set once and forgotten
Agents get broader access during prototyping than they need in production. The "it works" commit becomes the "it's in prod" commit. Nobody revokes, nobody audits.
3. External content becomes model instructions
Web scraping, document retrieval, MCP tool output — it all lands in the same context window as your system prompt. Without a strict data/instruction boundary, you're one prompt injection away from an incident.
4. Partial failures get buried
An agent returns a confident report. But 30% of the research actually failed. If your agent can fail silently and still produce output, your risk model is wrong.
What we built to fix this:
AxiomGate runs a bounded TLA+ model check and AST-based static analysis against your agent architecture. No code execution. No runtime overhead. Under 3 minutes, you get:
- A Posture Score (0–100) with letter grade and risk classification
- A CISO-ready executive report with regulatory mapping to EU AI Act Art. 9 & 15 and OWASP LLM06:2025
- Actionable hardening steps ranked by severity
We also run Open Security Teardowns on popular open-source agents — so you can see the methodology before you commit.
🔗 Try the free scan: axiomgate.org/#request-audit
🔗 Read our teardown of browser-use: axiomgate.org/teardowns/browser-use
🔗 Sample executive audit: axiomgate.org/assets/sample-executive-audit.pdf
If you're shipping AI agents and your security review is "we read the docs" — let's talk.
Top comments (0)