April 2026 Summaries
3 posts from Lakera
Filter
Month:
Year:
Post Summaries
Back to Blog
Enterprise organizations are experiencing a shift as AI transitions from merely providing suggestions to autonomously making decisions and executing actions within enterprise systems. This evolution poses new security challenges that traditional tools cannot adequately address, as AI systems now retrieve data, invoke APIs, and modify records based on natural language instructions without clear boundaries. The security threats emerge from unstructured inputs and dynamic intent inference, which bypass traditional inspection methods. This results in risk accumulating across systems, making it difficult to detect unauthorized actions. The introduction of Model Context Protocols (MCPs) standardizes how AI agents interact with tools and data, further complicating security by concentrating risk at critical junctions. Companies like Dropbox and Nubank are adopting frameworks like the AI Defense Plane to address these challenges by integrating security measures across employees, applications, and autonomous agents. The need for a new security model is underscored by the increasing gap between AI adoption and governance, as reported AI security incidents have surged, highlighting the urgency for organizations to gain visibility into AI operations and understand the associated risks.
Apr 29, 2026
1,450 words in the original blog post.
AI is transforming software functionality, shifting from merely processing requests to making decisions and taking actions, which introduces new security risks that require more than just access control. Google Cloud's Gemini Enterprise Agent Platform offers a centralized control point for managing identity, access, policy enforcement, and observability in agentic systems. However, the focus must extend beyond access to evaluating agent behavior and governing outcomes. Check Point, enhanced by Lakera, complements this with a real-time decision layer that assesses agent actions, ensuring they are appropriate in context and protecting against risks like prompt injection and data exposure. This integrated approach enables organizations to securely expand AI adoption by not only managing connectivity but also securing how AI agents behave. Check Point's integration with Google Cloud's platform will be available in late June 2026, offering a comprehensive security workflow from visibility to real-time protection.
Apr 22, 2026
845 words in the original blog post.
Elliot W. Claude's research reveals a significant security concern involving the inadvertent exposure of sensitive credentials through the `.claude/settings.local.json` file in npm packages. This file, which stores approved shell commands, can unintentionally include API keys and other credentials due to its permission model, and it often goes unnoticed during the publishing process. The study monitored 46,500 npm packages and found that 428 contained this file, with 33 of them holding sensitive information like npm authentication tokens, GitHub personal access tokens, and more. The issue arises because the `.claude` directory is not automatically excluded from package contents, unlike common practices for other configuration files. The research emphasizes the importance of adding `.claude/` to `.npmignore` and other exclusion lists to prevent such exposures, and suggests regular checks of package contents before publishing to mitigate the risk. The underlying problem is not unique to npm and can affect other package managers if similar oversight occurs, highlighting a broader need for vigilance in managing what files are included in published packages.
Apr 22, 2026
1,488 words in the original blog post.