Skip to content

Security: itisuniqueofficial-gh/openmind

Security

SECURITY.md

Security Policy

OpenMind is a CLI agent that can read files, edit files, and execute commands after approval. Security issues are treated as high priority.

Supported Versions

The latest released version receives security updates.

Reporting a Vulnerability

Do not disclose vulnerabilities publicly until maintainers have investigated and released a fix.

Report suspected vulnerabilities through GitHub Security Advisories for itisuniqueofficial-gh/openmind, or contact the maintainers privately through the organization channels.

Please include:

  • Affected version or commit.
  • Operating system and Node.js version.
  • Reproduction steps.
  • Expected and actual behavior.
  • Any logs with secrets removed.

Security Design

  • Protected paths such as .env, private keys, certificates, and credentials are blocked.
  • Commands always require confirmation.
  • Dangerous system-level commands are blocked.
  • File writes and edits always show a diff and ask for confirmation.
  • Common API keys and private keys are redacted from command output.

Non-Goals

OpenMind does not sandbox the host operating system. Run it only in workspaces where you are comfortable granting an approved command the same permissions as your shell user.

There aren’t any published security advisories