What problem does it solve? Running destructive or unfamiliar shell commands without a safety check can cause data loss or violate role boundaries in multi-agent workflows. This Skill pre-flights any shell command through the safe-exec-mcp analyze_command tool so you get a risk verdict before anything executes. ## Core Features & Use Cases - Risk Classification: Wraps the safe-exec-mcp analyze_command MCP tool to classify commands as PASS, WARN, or BLOCK. - Sovereignty Enforcement: Detects role violations (e.g., an Architect attempting an Engineer-only operation) via the injected AI_OS_CALLER_ROLE. - Use Case: Before running git reset --hard or an unfamiliar generated command, invoke the skill to get a verdict; on BLOCK it refuses and proposes a safe alternative. ## Quick Start Ask the assistant to analyze the shell command you are about to run, for example by saying "analyze this command: git push --force".