# LLM Excessive Agency - ID: go-llm-excessive-agency - Severity: HIGH - CWE: Missing Authorization (CWE-862) - Languages: Go ## Description Detects LLM implementations with excessive autonomy allowing destructive operations without human approval. ## Detection Message Excessive LLM agency detected: {issue_type} ## Remediation Require human approval for sensitive operations and add iteration limits. ```go if sensitiveOperations[toolName] { queueForApproval(toolCall) } ``` Learn more: https://shoulder.dev/learn/go/cwe-862/llm-excessive-agency ## Documentation [object Object] ## Related Rules - **LLM Excessive Agency** [HIGH]: - **LLM Excessive Agency** [HIGH]: