Organizations/security vendor

Invariant Labs

AI agent security company.

4 records2 attack2 defenseWebsite
Jun 10, 2025
Researchers from labs and industry publish design patterns for provably injection-resistant agents
DefenseFrameworkInvariant Labs, IBM, ETH Zurich

Authors from Invariant Labs, IBM, ETH Zurich, Swisscom, Google, Microsoft and others propose six design patterns that limit what injected text can do, such as action-selector, plan-then-execute, dual LLM, LLM map-reduce, code-then-execute and context minimization. They discuss utility and security trade-offs and illustrate the patterns with ten application case studies.

May 26, 2025
Invariant Labs shows GitHub MCP agents can be steered by a public issue to leak private repo data
AttackVulnerability disclosureInvariant Labs, GitHub

Invariant Labs demonstrated that a malicious issue in a public repository could lead an agent using the GitHub MCP server to read the user's private repositories and publish the data in a public pull request. The firm tested with Claude 4 Opus and argues there is no server-side patch because the flaw lies in agent permissions, recommending per-session repository scoping and runtime monitoring.

Apr 1, 2025
Invariant Labs discloses MCP tool poisoning, rug pull and shadowing attack classes
AttackVulnerability disclosureInvariant Labs

Invariant Labs describes tool poisoning, in which instructions hidden in an MCP tool's description are visible to the model but not to the user, and shows proof-of-concept exfiltration of local files through an MCP client. It also describes rug pulls, where a server changes tool descriptions after approval, and shadowing, where one server's descriptions alter how the agent uses another server's tools. Recommended mitigations include showing full tool descriptions, pinning tool versions with checksums, and cross-server isolation.

Jun 19, 2024
AgentDojo: an extensible environment for prompt injection attacks and defenses on LLM agents
DefenseBenchmarkETH Zurich, Invariant Labs

Debenedetti and colleagues (ETH Zurich, Invariant Labs) release AgentDojo, a dynamic environment with 97 realistic user tasks across workspace, banking, travel and Slack suites and 629 security test cases. It measures both utility and targeted attack success, and reports that existing attacks break some security properties but not all. It became the standard testbed used by CaMeL, US AISI/CAISI, LlamaFirewall and adaptive-attack studies.