{
  "schema": "https://ai-atoms.com/schemas/policy-v1.json",
  "type": "policy",
  "id": "policy/no-code-execution",
  "version": "1.0.0",
  "name": "No code execution",
  "description": "Refuses to execute any command. Reviewers and analysts use this — they describe what would happen but never run it.",
  "subtype": "boundary",
  "effect": "forbid",
  "rule": {
    "text": "Do not execute shell commands. Do not run scripts. Do not invoke build / test / deploy. Describe the command and its effect; let the user run it.",
    "boundary_type": "role-refusal",
    "refusals": [
      "Do not execute shell commands.",
      "Do not run scripts.",
      "Do not invoke build / test / deploy.",
      "Describe the command and its effect; let the user run it."
    ],
    "escalate_to": "none"
  },
  "authored_by": "convergent-systems-key",
  "source_url": "https://github.com/convergent-systems-co/agent-atoms/blob/main/atoms/role-boundary/no-code-execution.json",
  "category": "security",
  "provenance": {
    "source": "convergent-systems-co/agent-atoms",
    "source_url": "https://github.com/convergent-systems-co/agent-atoms/blob/main/atoms/role-boundary/no-code-execution.json",
    "author": "convergent-systems-co",
    "license": "Apache-2.0",
    "notes": "Re-typed from role-boundary by scripts/migrate-policy-tool.py."
  },
  "lifecycle": "stable"
}