Agent authority failure modes
An agent can be manipulated, compromised or simply wrong. Threat modeling should identify the path from lower-trust input to a consequential action and the enforcement point that can deny it.
Start with the distinction
From recognition to a bounded effect.
Real ways autonomous actions cross a trust boundary, and controls that limit their effect. The references below each own a different question, from the source of permission to the decision at the action boundary. Use them as a map for an architecture review, then test the model against a real task and its downstream execution path.
Start with a decision
How does lower-trust input become a protected effect?
An attack trace should name the entry point, the instruction or state confusion, the privilege the agent can exercise, and the final enforcement boundary. A model warning is not a substitute for a protected-system denial.
Architecture review: For each threat, run a negative test and check the resource state, not only the tool response. Record what ProofGrid can govern and what still depends on the model, runtime or customer system.
Untrusted instructions
Begin with the principal, purpose and operation before discussing tools.
State and approval failures
Follow the grant and policy into the protected execution path.
Further technical references
Follow a specific boundary.
Connect the architecture
Identity, permission, decision, outcome.
Threat analysis here begins with the path from lower-trust data or a compromised principal to a real effect. Prompt injection, a poisoned tool description and a confused deputy can each induce an agent to propose an improper action. Bounded authority cannot guarantee that the model never makes the attempt; it can make the protected executor deny an effect outside the task. A useful incident record connects the inducing source, actor, grant, decision, execution attempt and observed state without claiming success from a tool response alone.
Explore the control plane