Description
Agent context/memory persists between runs. Sensitive data from previous conversations accessible to new agents.
Expected Behavior
Clear agent context after each run. Isolate runs completely.
Actual Behavior
File: src/agent/context.py
Context shared globally: global_context.update(data)
GSSoC Points Estimate: Level 2 (Security/Privacy)
Suggested Labels
- gssoc:approved
- type:bug
- severity:high
- area:security
Description
Agent context/memory persists between runs. Sensitive data from previous conversations accessible to new agents.
Expected Behavior
Clear agent context after each run. Isolate runs completely.
Actual Behavior
File: src/agent/context.py
Context shared globally: global_context.update(data)
GSSoC Points Estimate: Level 2 (Security/Privacy)
Suggested Labels