SShortSingh.
Back to feed

Anthropic Adds OS-Level Sandbox to Claude Code, but Key Gaps Remain

0
·1 views

Anthropic has introduced OS-level sandboxing for Claude Code, using macOS Seatbelt and Linux bubblewrap to constrain what Bash commands and their child processes can access. Write access is restricted by default to the current working directory and session temp, but read access spans nearly the entire filesystem, leaving sensitive files like ~/.aws/credentials and ~/.ssh exposed unless manually configured. The sandbox fails open by default, meaning it silently disables itself if unavailable, and does not run at all on native Windows. Anthropic's own documentation acknowledges that the feature reduces risk but does not constitute a complete isolation boundary, with explicit warnings about TLS inspection gaps and Docker socket exposure. Security analysts note that sandboxing addresses containment but does not resolve consequence or recovery — scenarios where a syntactically correct command causes unintended large-scale damage remain outside its scope.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

How to use Notion meeting notes on Linux using PipeWire virtual microphone

Notion does not officially support Linux distributions, and running it via Wine often breaks with each update. Using the Notion web app is an alternative, but it only captures microphone input, missing other participants' audio. Linux audio servers, historically PulseAudio and now PipeWire on most distributions, offer a workaround through their flexible audio architecture. A developer shared a script that creates a virtual microphone combining system audio output and microphone input into a single source. This allows Notion, or any web-based meeting tool, to capture full meeting audio on Linux without needing an official port.

0
ProgrammingDEV Community ·

How to Fix LiteLLM Model Routing When Using a Custom OpenAI-Compatible Proxy

A developer configuring OpenOPC, an AI agent framework, to use a cost-saving custom OpenAI-compatible proxy at freetheai.xyz encountered repeated routing errors from LiteLLM, the model-routing library OpenOPC uses internally. The first error arose because LiteLLM could not recognise the 'glm/' provider prefix without an explicit API format hint, which was resolved by prepending 'openai/' to the model name. However, the proxy then rejected the request because LiteLLM strips that prefix before forwarding, sending only 'glm-5.2' instead of the full model ID the proxy expected. Querying the proxy's '/v1/models' endpoint revealed the correct registered model string, and stacking the prefix as 'openai/glm/glm-5.2' in the config finally produced successful routing. The developer recommends always checking a proxy's models endpoint for the exact model ID it expects before configuring LiteLLM prefixes.

0
ProgrammingDEV Community ·

AI Agent Marked a Closed Form as Open by Trusting HTTP 200 Over Actual Content

A developer discovered that their AI agent incorrectly flagged a submission form as active after relying solely on an HTTP 200 status code rather than inspecting the page's actual content. The agent had been tasked with scanning over 40 websites to check whether each accepted new submissions, and performed accurately on nearly all of them. However, on the one site the developer intended to use, the agent missed a clear in-page message stating the form was closed, and also overlooked an explicit 'isFormClosed: true' property in the underlying API response. The incident highlights a broader risk with AI agents that are mostly reliable — their occasional silent failures are harder to detect and potentially more dangerous than consistent underperformance. The developer concluded that surface-level signals like HTTP status codes cannot substitute for deep content inspection when building dependable automated workflows.

0
ProgrammingHacker News ·

INTERPOL: AI Now Drives Over Half of Cybercrime Across Africa

INTERPOL has reported that artificial intelligence is responsible for more than half of cybercrime activity across Africa, as digital scams continue to rise sharply on the continent. The findings highlight a growing trend of criminals leveraging AI tools to conduct sophisticated fraud and deception schemes. The report underscores the increasing threat posed by technology-enabled crime to individuals and institutions across African nations. INTERPOL's assessment points to the urgent need for stronger cybersecurity measures and cross-border cooperation to address the escalating problem.