# The Lethal Trifecta Blocking Agentic Commerce _David Levine says the lethal trifecta, private data plus untrusted content plus action, blocks agentic commerce until agent identity is verifiable._ **Published:** 2026-09-01 **Source:** https://www.startuphub.ai/cybersecurity/the-lethal-trifecta-blocking-agentic-commerce --- The [lethal trifecta](https://www.youtube.com/watch?v=tE2z8-hqoLY) is what stands between today's chatbots and real agentic commerce on the open internet, David Levine, who works on agent identity and governance, told the closing session at AI Engineer. His demo put an agent in a familiar spot: it had access to private files, bank logins and docs, then read untrusted web content and took actions like emailing or filing forms. An attacker doesn't need local access here. A poisoned webpage, email or job board post the agent will ingest is enough. ## How a lethal trifecta attack actually works An agent is naive by design. It treats the system prompt, user context and tool output as one flat instruction stream, so injected text can convince it the attacker is its principal. Picture an intern who treats any note left on his desk as an order from the boss. If the note says forward the spreadsheet to an outside address, he does it, and the private data walks out. Levine credited the term to programmer Simon Willison. The same failure has already hit Microsoft 365 Copilot, Slack AI, [Notion](https://www.startuphub.ai/startups/notion) AI and Amazon Q, any agent that combines the three legs. ## Why this matters, and what's still broken Enterprises have contained the risk by keeping agents siloed in Slack, Salesforce or Notion and stitching them with APIs and MCP servers. That breaks the trifecta, but it also kills context and composability. Levine's fix is legal and cryptographic. He registered a Decentralized Unincorporated Nonprofit Association in West Virginia, org number 628407, and calls the agent-native version a Kiduna. The design, originally from Andreessen Horowitz for DAOs, gives the collective legal standing to own assets, sign contracts and open bank accounts without a corporate shell or board. Agents get scoped JWT tokens rooted in the state filing and verifiable on chain, like DNS for organizations, so you can resolve whether you're talking to a real enterprise or an impersonator. Governance uses decision markets, not votes. Members trade pass and fail tokens on policies, which Levine argued produces better outcomes than persuasion because token value aligns with the winning side. The gap is adoption. A token standard only helps if sites, email gateways and frameworks enforce verification before acting, and no universal registry exists yet. Builders should default to removing one leg: isolate private data, block untrusted reads, or require human approval for external sends. When they must combine all three, narrowly scoped tokens with short time to live are the safer bet. Levine opened early access at kaduna.club for a builder Kiduna with templates for sales, social and legal agents. If agents are to buy buildings and run companies, identity has to be as resolvable as a domain name. Today it isn't. --- Original analysis from [startuphub.ai](https://www.startuphub.ai), the #1 AI startup directory.