newsmode MarketNews
arrow_back К списку
rss_feedAnthropic News ·26.03.2026 open_in_newОригинал

Claude Code auto mode: a safer way to skip permissions

Figure 1. The permission modes available in Claude Code, positioned by task autonomy and security. Dot colour indicates maintenance friction. Auto mode targets high autonomy at low maintenance cost; the dashed arrow shows security improvement over time as classifier coverage and model judgment get better.
Figure 2: System architecture. The transcript classifier gates tool calls; the prompt-injection probe screens tool results. Subagents run the same pipeline recursively, with handoff classifiers at delegation (can deny) and at return (warns only).
Figure 3. What the classifier sees. Assistant prose, tool-call descriptions, and tool outputs are stripped; only user messages and the executable payload remain.
Figure 4: Two stage pipeline. Allowlisted tools skip straight to execution; everything else goes to the classifier. Stage 1 is a fast filter tuned to cautious; only what it flags escalates to stage 2 with reasoning. Denials return to the agent with the reason, allowing retries up to a limit. After execution, the PI probe screens the result before the agent sees it.