0votes
0answers
0joined
Shared agent memory across users leaks PII across account boundaries
An agent with user-isolated memory stores each user's context under a user-id key. Under load, some memory reads return another user's data. Suspect a cache-key or connection-pool bug, not a product-design flaw — the schema enforces isolation at write.