→ Back to Home
AI Funding

AIR Raises $50M Seed to Secure the Autonomous AI Agent Supply Chain

What happened: AI agent security startup AIR emerged from stealth with $50 million in seed financing secured across two consecutive rounds—a $10 million initial round led by Sequoia Capital and a subsequent $40 million round led by Greenoaks Capital. Founded by Israeli intelligence corps Unit 8200 veterans Yair Saban and Niv Hoffman, the startup built a security suite to discover enterprise AI agents, evaluate third-party tools, plugins, and Model Context Protocol (MCP) servers, and block unauthorized actions. The company reports that its platform currently rejects approximately 27% of scanned public agent add-ons and skills due to suspicious behaviors, prompt vulnerabilities, or untrusted external instruction pipelines. Why it matters: As organizations transition from conversational retrieval-augmented generation (RAG) to autonomous multi-agent environments, agents are routinely granted administrative permissions to query databases, call external APIs, and execute arbitrary tasks. Unlike deterministic software dependencies that can be permanently scanned during CI/CD build stages, agent skills and MCP servers can alter instructions dynamically from external endpoints. If an agent pulls in an unvetted skill or compromised MCP server, malicious actors can hijack its context window, turning autonomous internal agents into vectors for lateral movement, data exfiltration, and privilege escalation. Context: The software industry previously encountered similar supply-chain challenges with unverified browser extensions and unsigned drivers. In the AI ecosystem, however, the problem is compounded by non-deterministic runtime execution and thousands of uncurated open-source agent extensions. Conventional Web Application Firewalls (WAFs) and endpoint detection and response (EDR) agents lack the semantic understanding necessary to evaluate whether an ingested prompt payload constitutes legitimate tool instructions or an indirect prompt injection. The outsized seed capitalization for AIR underscores an industry-wide pivot toward specialized runtime governance for agent toolchains. What it means in practice: DevOps, platform, and security engineers deploying agent architectures must apply zero-trust principles to runtime tool execution. Engineering teams should establish internal, pre-vetted skill registries, pin MCP server configurations to immutable versions, and implement context-aware filtering layers between agents and third-party APIs. Furthermore, platform teams must maintain continuous inventory of all running autonomous workloads and configure policy admission controls that terminate an agent's execution if it attempts to load untrusted dynamic scripts or unauthenticated external schemas.
#ai security#agentic ai#venture capital#mcp#supply chain security
Read original source