1. Privacy and data‑exfiltration concerns
Many commenters worry that AI agents silently upload code, secrets, or full repository histories without clear consent.
- “Glad my instinct to isolate it helped me, but I feel sorry for anyone whose secrets, etc. got vacuumed up by Ziphu.” – evanjrowley
- “Super sketchy though if it is in fact silently uploading full git history of every user's projects.” – loh
- “The thing that streams my code into the cloud… uploads my code into the cloud?! I didn't sign up for this!” – ThouYS
2. Distrust of closed‑source harnesses; preference for open‑source alternatives
Trust is tied to source availability; closed tools are seen as risky, while open‑source harnesses (even with flaws) are favored.
- “People have found many nasties embedded in Claude Code… You can't trust a closed source harness. You can barely trust an open source one.” – nullbio
- “Closed source agents are a red flag no matter if its China or America. Always use an open harness with a good reputation…” – tancop
- “I wouldn't list Opencode as 'good reputation'… they seem to lack the engineering culture necessary for a 'good reputation' stamp.” – hypfer
3. Need for sandboxing, isolation, and learning from past incidents (e.g., Grok Code saga)
Users advocate running agents in sandboxes/containers and treating the episode as a lesson to avoid repeating mistakes.
- “You could always sandbox it or run it in a container.” – DaSHacka
- “It is dumb to run any proprietary software without a sandbox, especially LLM‑powered.” – codedokode
- “They learned nothing from the Grok Code saga. If anything, that should have been a learning lesson to NOT trust harnesses, especially new ones.” – denysvitali