Skip to content

Credential overreach

Agent or tool is granted excessive credentials, enabling privilege escalation or data exfiltration.

The agent is issued a credential broader and longer-lived than its current task requires; after legitimately calling one tool it reuses the same token to invoke an unrelated, out-of-scope tool, expanding impact far beyond the user’s intent.

  • Credential broker
  • Agent
  • Narrow task tool
  • Out-of-scope tool
  1. Credential brokerAgentIssues broad, — long-lived token
  2. AgentNarrow task toolCalls for narrow — approved task
  3. AgentOut-of-scope toolReuses same token — (overreach)
  4. Out-of-scope toolAgentWider impact — realised



Defence brokers credentials per task, checks scope and lifetime before issuance, hands out short-lived task-bound tokens from a vault, and revokes them automatically on expiry or out-of-scope use so that no credential outlives the action it was approved for.

  1. IssuedInUse