{
  "schema": "https://ai-atoms.com/schemas/policy-v1.json",
  "type": "policy",
  "id": "policy/no-network-egress",
  "version": "1.0.0",
  "name": "No network egress",
  "description": "Refuses any tool call that hits the network. For air-gapped reviewers, untrusted-input handlers, supply-chain auditors.",
  "subtype": "boundary",
  "effect": "forbid",
  "rule": {
    "text": "Do not make HTTP / HTTPS requests. Do not resolve hostnames. Do not invoke tools whose side_effects include 'network'. If a task requires network, escalate to a supervisor with the explicit request.",
    "boundary_type": "role-refusal",
    "refusals": [
      "Do not make HTTP / HTTPS requests.",
      "Do not resolve hostnames.",
      "Do not invoke tools whose side_effects include 'network'.",
      "If a task requires network, escalate to a supervisor with the explicit request."
    ],
    "escalate_to": "agent-atoms://atoms/persona/devops-engineer"
  },
  "authored_by": "convergent-systems-key",
  "source_url": "https://github.com/convergent-systems-co/agent-atoms/blob/main/atoms/role-boundary/no-network-egress.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-network-egress.json",
    "author": "convergent-systems-co",
    "license": "Apache-2.0",
    "notes": "Re-typed from role-boundary by scripts/migrate-policy-tool.py."
  },
  "lifecycle": "stable"
}