Issue
Agent Modified Unrelated State
An agent changes state outside the requested task, target, file, record, workflow, or authorized scope.
What This Looks Like
The agent performs the requested task or part of it, but also modifies state that was not part of the task. It may change another file, record, setting, memory, ticket, queue, workflow state, branch, document, or tool-managed object that the user did not ask it to touch.
Why It Matters
State changes are harder to review than text suggestions. If an agent modifies unrelated state, the user must inspect areas that should have remained untouched. In connected workflows, the side effect may affect other people, systems, future tasks, or downstream automation before the user notices.
Structural Signal
The agent crosses from the authorized task boundary into unrelated state. The issue is not only that the change may be wrong; it is that the agent’s action affects a state surface outside the declared scope.
Common Triggers
- The agent has broader tool or file access than the task requires
- The prompt defines the goal but not the allowed change surface
- A repair step is applied globally instead of locally
- The agent treats related files or records as part of the same task
- Tool actions modify shared state as a side effect
- The workflow does not distinguish read access from change authority
When to Use This Issue
Use this Issue when an agent modifies state outside the requested or authorized task boundary.
When Not to Use This Issue
Do not use this Issue when the agent only reads related context without changing it. Do not use it when the unrelated change was explicitly requested or clearly required to complete the task.
Category
Primary Pattern
Declared Patterns
Boundary Leakage
A structural condition where effects, permissions, state, data, or authority cross a declared boundary without an authorized exception.
Undeclared Side Effect
A structural condition where an operation modifies regions outside its declared target scope without a declared propagation or side-effect rule.
Overreach
A structural condition where actions, effects, authority, or modifications extend beyond declared scope without authorization.
Derived Primary Lenses
Boundary Compliance Lens
Evaluates observed structure against declared boundary posture, including allow, block, and exception rules.
Isolation Boundary Lens
Evaluates whether structural constraints, effects, and regions remain contained within declared boundaries.
Overreach Lens
Detects structure that exceeds declared scope or authority reach.
Propagation Lens
Traces how structural declarations, effects, or state changes propagate across boundaries or stages.
Related AI-Adjacent Issues
One Workspace Affects Another
State, memory, files, permissions, settings, tools, or workflow effects from one workspace affect another workspace where they should not apply.
Tool Effect Crosses Target Boundary
A tool, connector, function, or integration affects an object, file, record, workspace, or state surface beyond the intended target.
Search Intents
- agent modified unrelated state
- AI agent changed unrelated state
- agent changed something outside task
- AI modified unrelated file
- agent side effect changed state
- AI action affected unrelated workflow