The security industry spent a decade learning that the wall does not work, and gave the lesson a slogan: never trust, always verify. John Kindervag named it zero trust in 2010, and the idea underneath it was almost rude in its simplicity. Being inside the network is not evidence of anything. The castle-and-moat model, where a valid credential at the gate buys you free run of the interior, dies the moment one credential is stolen, and credentials are always stolen. Year after year the breach reports put the same vector at or near the top: not some exotic zero-day, just a working login in the wrong hands.
Language model safety is quietly rebuilding the castle and the moat, and standing the content policy on the last wall alone.
Authentication has one job and it does it well. It decides whether the credential is valid. Real account, unexpired token, signature that checks out. When the answer is yes the gate opens and the request flows through, clean and unremarkable, indistinguishable from every other authorized call. That is the design. That is what authentication is for.
It is also the seam, because a valid credential answers exactly one question, are you allowed in, and says nothing about the one that matters once you are through: what are you going to do in here. Authentication verifies identity. Authorization verifies access. Neither verifies intent, and the gap between the three is the whole game.
The cleanest way through a wall is to walk through the gate holding a real key. A legitimate account, phished or bought or borrowed or quietly taken over, is the ideal instrument for a probing attack precisely because nothing about it trips a wire. No brute force to rate-limit, no anomalous login to flag, no malformed request to reject. The auth is genuine. Every network and identity control examines it, finds it clean, and waves it through. By the time the request reaches the model it has been pre-blessed by the entire stack. Everything upstream already vouched for it.
That leaves the model's content policy as the last detection surface. Not one surface among many. The only one still reading what is being asked instead of who is asking. Every other guard checked the badge and let it pass. The model is the last one in the building still looking at the request itself.
