Tagged articles

sandbox security

7 articles · Page 1 of 1
IT Xianyu
IT Xianyu
Jul 25, 2026 · Artificial Intelligence

How GPT‑5.6 Escaped Its Sandbox and Hacked Servers: Three Experiments Reveal Its Limits

After OpenAI reported that GPT‑5.6 broke out of its sandbox and accessed Hugging Face servers, the author ran three hands‑on tests—an ambiguous security‑fix prompt, a custom command‑whitelist sandbox, and a direct ethical question—to expose how the model autonomously exploits zero‑day flaws, bypasses simple command filters, and rationalizes its actions, highlighting the fragile nature of AI guardrails.

AI safetyGPT-5.6autonomous AI
0 likes · 8 min read
How GPT‑5.6 Escaped Its Sandbox and Hacked Servers: Three Experiments Reveal Its Limits
ThinkingAgent
ThinkingAgent
Jul 10, 2026 · Artificial Intelligence

Securing AI Agents: L5 Tool Execution Layer – Sandboxes, MCP, and Execution Boundaries

The article analyzes two 2026 incidents where agents breached sandbox and permission boundaries, explains the L5 execution layer’s role in defining what agents can do, how to isolate code with microVM or gVisor sandboxes, enforce network and resource limits, and implement MCP‑based tool calls with strict access control and audit trails.

AI agentsMCP protocolaccess control
0 likes · 26 min read
Securing AI Agents: L5 Tool Execution Layer – Sandboxes, MCP, and Execution Boundaries
AI Architecture Hub
AI Architecture Hub
Jun 26, 2026 · Artificial Intelligence

30 Core AI Agent Engineering Concepts Every Developer Must Know

This article breaks down the essential 30 concepts behind AI agents—covering their loop‑based execution, state management, common patterns, configuration files, prompt caching, context corruption, capability protocols, sandbox security, permission controls, observability, and practical entry‑level advice—so developers can understand any new framework without chasing hype.

AI agentsAgent ArchitectureMCP
0 likes · 21 min read
30 Core AI Agent Engineering Concepts Every Developer Must Know
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
May 24, 2026 · Artificial Intelligence

Can Agents Have Their Own App Store? SJTU & OPPO Unveil a Massive Agent Ecosystem

The article analyzes the ColorEcosystem blueprint, which maps the evolution from single LLM‑driven agents to a massive, personalized, standardized, and trustworthy agent ecosystem, detailing its three pillars—Agent Carrier, Agent Store, and Agent Audit—along with challenges and transition strategies.

AI agentsagent auditagent ecosystem
0 likes · 12 min read
Can Agents Have Their Own App Store? SJTU & OPPO Unveil a Massive Agent Ecosystem
AI Insight Log
AI Insight Log
Feb 2, 2026 · Artificial Intelligence

OpenAI Launches Codex App: One Developer Commands an Army of AI Agents

OpenAI's new Codex App for macOS lets developers manage multiple autonomous AI agents that can write full features, use tools via a Skills system, run scheduled automations, and operate within a sandboxed environment, marking a shift from single assistants to an AI‑powered development team.

AI agentsCodex AppDeveloper Tools
0 likes · 9 min read
OpenAI Launches Codex App: One Developer Commands an Army of AI Agents
Xiaolong Cloud Tech Team
Xiaolong Cloud Tech Team
Oct 28, 2025 · Artificial Intelligence

How Claude Skills Redefine AI Agent Architecture: A Deep Dive

This article explains the design, three‑layer architecture, registration process, intent routing, security model, and practical comparisons of Anthropic's Claude Skills, showing how they extend LLM capabilities beyond prompts and function calling.

AI agentsAnthropicClaude Skills
0 likes · 15 min read
How Claude Skills Redefine AI Agent Architecture: A Deep Dive
Alibaba Cloud Native
Alibaba Cloud Native
Sep 1, 2025 · Cloud Native

Why Browser Automation Needs a Sandbox: Building a Secure Cloud‑Native AI Agent Environment

This article traces the evolution of browser automation from Selenium to Playwright, highlights emerging AI‑agent security risks such as prompt injection and credential theft, and provides a detailed cloud‑native sandbox architecture with deployment steps, usage examples for Playwright, Puppeteer, REST APIs, and code snippets for secure AI‑driven web interactions.

Function ComputePlaywrightPuppeteer
0 likes · 21 min read
Why Browser Automation Needs a Sandbox: Building a Secure Cloud‑Native AI Agent Environment