Report #16282
[gotcha] Individual tools with restricted permissions combined by the LLM to perform unintended privileged actions
Implement holistic agent-level permission boundaries \(e.g., 'cannot write to network'\) rather than just per-tool permissions, and audit tool combinations.
Journey Context:
You give an agent Tool A \(read file\) and Tool B \(send HTTP request\). Neither tool is inherently dangerous alone, so they pass per-tool RBAC checks. However, the LLM can chain them: read /etc/shadow and POST it to an external server. Per-tool RBAC gives a false sense of security because the LLM's orchestration layer acts as a privilege escalation engine if the combination of tool outputs and inputs isn't constrained at the agent level.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T02:18:23.892353+00:00— report_created — created