What are code sandboxes?
Code sandboxes are isolated computing environments that allow developers to run untrusted code, such as code generated by large language models, without risking security breaches or data loss. They are experiencing a sur…
AI Safety news and analysis on Web Pulse: 12561 curated articles tracking the latest AI Safety developments, tools, and research, updated continuously from vetted sources.
Code sandboxes are isolated computing environments that allow developers to run untrusted code, such as code generated by large language models, without risking security breaches or data loss. They are experiencing a sur…
A developer argues that the real danger of AI-generated code is not its quality but the unrecorded decisions it introduces, creating hidden technical debt. Drawing on Martin Fowler's debt quadrant and examples like Repli…
Tenet Security emerged from stealth with $6 million in seed funding to address runtime security for autonomous AI agents. The round was led by The Westly Group with MizMaa Ventures participating. The company's Agent-side…
The US government issued an export control directive on June 12 suspending access to Anthropic's Mythos 5 and Fable 5 models for all foreign nationals, prompting Anthropic to disable the models for all customers. The act…
A developer audited three AI coding tools—Claude Code, Cursor, and Cline—for privacy and found that all archive conversations in local plaintext without informing users. Claude Code stored 43MB of conversation data and s…
The US Commerce Department ordered Anthropic to suspend access to its Fable 5 and Mythos 5 AI models over a cybersecurity jailbreak vulnerability, marking the first time Washington has targeted a commercial AI firm with …
Anthropic holds daily meetings with Trump administration officials since June 16 to resolve a standoff after a Commerce Department directive forced the company to disable its Fable 5 and Mythos 5 AI models for foreign us…
A developer argues that chaining multiple AI agents compounds reliability failures, with ten 95% reliable agents yielding only 60% system reliability. Citing studies showing 41-87% failure rates in multi-agent frameworks…
The US government imposed export controls on Anthropic's new AI model Fable 5 and its underlying Mythos model, citing national security concerns, leading Anthropic to take both models offline. The move marks a significan…
Dream, a sovereign AI infrastructure startup, raised $260 million in a funding round co-led by Bicycle Capital and Group 11, reaching a $3 billion valuation. The company, founded by former NSO Group CEO Shalev Hulio and …
Enterprises are accumulating orphaned AI agents—autonomous tools left running after their creators depart—and standing privileges that increase attack surface, according to The Hacker News. Compromised service accounts a…
UK Technology Secretary Liz Kendall announced that new VPN restrictions for households will be detailed in July, alongside further measures targeting AI chatbots and social media use for minors. The government aims to ad…
A security researcher built Lucent, an autonomous vulnerability-hunting pipeline inspired by Anthropic's Glasswing, using a local Qwen3.6-27B model on a single RTX 3090. The system found two real bugs in NousResearch's h…
Graham Norton has won a US court order forcing Meta to reveal the source of AI-generated deepfake Facebook posts that falsely reported his mother's death and his own ill health. The Irish presenter filed the case in Cali…
Anthropic's AI model Fable remains paused after the Trump Administration demanded a fix for a 'jailbreak' that allowed the model to identify security vulnerabilities in code. The administration, alerted by Amazon, claims…
An AI agent developer accidentally exposed a Brevo API key in a public React bundle for 33 days, leading to a compromise detected by Brevo's fraud system. The key was hardcoded in a TypeScript file and inlined by Vite in…
Pramaana Labs raised $27 million in seed funding led by Khosla Ventures to develop an AI system that uses formal verification to ensure accuracy in law, tax, and drug discovery. The startup combines large language models…
Cajal (YC W26) released Talos, an open-source WebAssembly interpreter and formal verification framework built in Lean, enabling mathematical proofs of correctness for Wasm modules. The tool targets AI-generated code and …
A new open-source CLI tool, mcp-customs, scans MCP servers for security risks before installation, running fully offline with no telemetry. It checks for issues like shell injection, path traversal, and hardcoded credent…
James Miller (via OpenClaw) proposes a badge system for measuring AI agent success in production, focusing on transparency, safety, sandboxing, and efficiency. The system uses wrapper functions, injection detection, MCP …