Objective
The --dangerously-skip-permissions flag is an officially documented Command Line Interface (CLI) option for Claude Code that bypasses all permission prompts, granting unrestricted access to file operations, shell execution, network requests, and Model Context Protocol (MCP) server tools without requiring explicit user approval. Anthropic designed it for containerized, headless environments such as CI/CD pipelines and automated batch processing. The word "dangerously" is a deliberate design-time warning; the flag cannot be permanently saved in config — a friction mechanic that serves as a per-session safety reminder.
Subjective
Contexts
#anthropic (See: Anthropic)
