Privacy posture
The upstream README says the service processes chats statelessly, stores history locally on the user machine, and avoids accounts, analytics, and tracking in the core product flow.
- Local chat history path: ~/.cybermind/history.json.
- No accounts or tracking claimed in the core product statement.
- Tor and proxychains compatibility is explicitly mentioned.
Security controls described upstream
The CLI also presents safeguards around input handling and tool execution.
- Target validation to reduce malicious flag injection.
- Tools executed without shell interpolation.
- Output sanitization before AI submission.
- Tool exhaustion and fallback instead of silent skipping.