LLM06: clarify delegated authorization context#70
Conversation
Adds a delegated / multi-agent authorization example, mitigation wording, and attack scenario. Signed-off-by: Xabier <xabiermuruaga@gmail.com>
|
+1 from me. Clean PR, and the confused-deputy scenario in Scenario #2 is exactly the gap that's hard to close with static permission minimization alone. |
Summary
Clarifies delegated and multi-agent authorization context in LLM06.
This PR makes three small changes:
Why
The current entry already covers excessive permissions, user-context execution, and complete mediation. This change clarifies how those principles apply to chained workflows, where each individual step may look legitimate but the overall chain can exceed the original user's authority.
Review checklist