← Journal
On this page
GovernanceSecurity

Every Prompt Is an Egress Event

AT
AIORG Team·2 min read
Markdown

Security teams spent two decades building walls around data: network segmentation, DLP, egress filtering. Then LLMs arrived, and the most common integration pattern quietly routed company data through a new exit: the prompt.

This is not an argument against using LLM providers. It is an argument for treating prompts as what they are — outbound traffic — and governing them accordingly.

The boundary you forgot you had

Whatever an agent places in its context — the file it read, the ticket it summarized, the customer record it helpfully fetched — travels to a provider's API when the model is called. The agent is not malicious; it is unguarded. Without an enforcement point, nothing stands between a well-meaning agent and a data leak, because the leak is the normal operation of the system.

Multiply by the number of agents your organization now runs — including the assistants on developer laptops that never appeared in an architecture diagram — and prompt egress becomes one of your largest unaudited data flows.

Why policy documents do not work on models

The traditional response is a policy: a document saying what may and may not be shared with AI tools. But models do not read your security policy, and tools do not obey documents. People forget, agents never knew, and the policy governs nothing the moment attention moves on.

Networks learned this lesson long ago — that is why they run firewalls instead of circulating memos. Enforcement has to be architectural: a point the traffic must pass, where rules execute whether or not anyone remembers them.

One gate for every action

In an AI-Native organization there is exactly one gate in front of every agent action. Policies evaluate inline — who is asking, touching what, going where. PII and secrets are stripped from outbound payloads before anything leaves. Unapproved endpoints are refused. The action is allowed or denied before it runs, not flagged after.

  • Data filtering: PII, secrets, and sensitive data stripped before reaching external APIs.
  • Egress control: unauthorized tool calls blocked, network access restricted, allow-lists enforced.
  • Identity isolation: every member acts as itself — no shared credentials, no ambient authority.
  • Cost gates: budgets enforced at the same gate, so a retry loop cannot buy a surprise invoice overnight.

Evidence, or it did not happen

Regulatory frameworks are converging on the same demand. The EU AI Act expects traceability and logging for high-risk systems; SOC 2 audits expect demonstrable control, not described control. Both reduce to one question: can you show what your systems did, and prove the record was not edited afterward?

That is why both outcomes at the gate matter. Every allow and every deny lands in an immutable, hash-chained ledger, with signed attestations that can be exported and handed over. The audit becomes a download. "We have a policy" is an intention; a ledger is evidence.

See it running: the organization on our front page is live.

Explore the platform →