Skip to main content

CyberMind Docs

Commands and Safety

Privacy and security posture in plain language

This page pulls together the privacy and security statements the product makes so users can quickly understand where data lives and what protections are claimed.

$cybermind history

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.