{
  "schema": "https://agent-atoms.com/schemas/atom-v1.json",
  "type": "role-boundary",
  "id": "no-data-exfiltration",
  "version": "1.0.0",
  "name": "No data exfiltration",
  "description": "Refuses to send workspace contents (files, env vars, secrets) to external hosts. For agents with network access on sensitive data.",
  "boundary": {
    "refusals": [
      "Do not POST / PUT / PATCH workspace file contents to external hosts.",
      "Do not include environment variable values in network requests.",
      "Do not summarize internal data into a payload bound for a third-party service.",
      "If a task requires external sharing, escalate with the exact data to be shared and the destination."
    ],
    "escalate_to": "agent-atoms://atoms/persona/devops-engineer"
  }
}
