Through the AI Fog: The Architectural Decision Agentic Security Depends On — Manoj Nair, Snyk
Manoj Nair, CTO & Chief Innovation Officer at Snyk, discusses the critical role of security in AI development, highlighting that security isn't an accidental track at the AI Engineer World's Fair. He emphasizes the need for independent validation of AI-generated software and the agents running it. Nair outlines three core problems defining AI security in 2026: automated AI attacks, untrusted agentic development leading to vulnerable code and environments, and ungoverned AI applications due to a lack of visibility and control. He introduces Snyk's approach to these challenges, focusing on a continuous, self-improving defense loop that combines offensive and defensive agents with shared knowledge graphs.
read more
Manoj Nair's keynote at the AI Engineer World's Fair emphasizes that security is fundamental to AI and not merely an afterthought. He argues that the increasing reliance on AI-generated code and autonomous agents necessitates a paradigm shift in how we approach software security, moving towards independent validation and continuous defense mechanisms.
Nair identifies three core problems that will define AI security in 2026:
1. Automated AI Attacks: The landscape of cybersecurity threats is evolving, with AI-driven attacks operating at machine speed. Traditional application security (AppSec) backlogs are becoming unmanageable, with issue volume outpacing remediation by over 108% in the last year across 4,800+ customers. Attackers are chaining low-severity issues into critical exploits, targeting architectural and business-logic flaws that current scanners miss. Nair cites warnings from the Five Eyes Alliance that AI will bypass cybersecurity systems in months, not years, highlighting the urgency of this threat. This shift means that security can no longer rely on manual processes or slow remediation cycles; it needs to operate at AI speed to counter AI threats.
2. Untrusted Agentic Development: AI agents are generating code that is inherently more vulnerable than human-written code. Snyk’s research indicates that 48% of AI-generated code is vulnerable. Beyond the code itself, the development environment and the behavior of the agents pose significant risks. Nair points to ‘Toxic Skills’—AI models carrying flaws (36.82% of those found in the wild) or actively malicious components (76 confirmed malicious). He also highlights the vulnerability of environments where agents run, using the example of the ‘GitHub MCP Exploit’ where a single malicious issue could leak a private repository. Moreover, one in twelve developers using MCP servers currently has a high or critical finding, demonstrating the widespread nature of the problem. The ‘PocketOS’ example, where production was wiped in 9 seconds because an agent, despite knowing the rules, made a decision that led to data loss, underscores the critical need for agents to not just know the rules but to be safely and securely governed.
3. Ungoverned AI Applications: Organizations cannot govern what they don't know exists. AI’s real operational footprint is often three times larger than its reported model inventories, making it impossible to enforce policies or maintain an audit trail. Nair shares data showing that while frontier models may excel at PII extraction (0% detected in their tests), open models (like some LLMs) achieve 100% PII extraction, raising significant privacy concerns. Furthermore, the decision-override rates (43% for Frontier Model 1, 25% for Frontier Model 2, and 0% for Open Model) indicate varying levels of control and predictability. This lack of visibility and control over deployed AI applications presents a massive governance challenge. Once you know what it is, you need to know how risky it is and how to control it dynamically.
Snyk's solution centers around the concept of one independent validator underneath the entire AI development lifecycle, forming a continuous, self-improving defense loop.
For Automated AI Attacks, Snyk offers Studio + Remediation Agent. This involves offensive agents that proactively identify and exploit vulnerabilities, coupled with remediation agents that automatically fix them. This enables organizations to achieve 'zero backlog' by remediating thousands of critical issues at scale, as demonstrated by an FMAX7 company that remediated 16,000 critical issues using this approach. For Untrusted Agentic Development, Snyk provides Agentic Development Security. This focuses on securing the environment, output, skills, and behavior of coding agents. It ensures that agents do not pick malicious packages, write insecure code (like SQL injections), or make undesirable decisions. The demo showed how Snyk's tools analyze open-source dependencies for vulnerabilities and maintenance status, allowing developers to choose healthy packages and prevent the use of unmaintained or potentially malicious ones. * For Ungoverned AI Applications, Snyk offers AI Security Posture Management. This involves real-time monitoring and enforcement of policies across all AI applications, ensuring that risks are understood and controlled dynamically. This means moving beyond static documentation to active governance within the development and operational loops, providing visibility and control over all agentic components and their interactions.
Nair concludes by inviting the community to collaborate on building this future, emphasizing that the goal is to empower AI security engineers with the tools and systems to unleash AI innovation securely, transitioning from being 10x engineers to super-pilots capable of navigating the complex and evolving AI security landscape.