Skip to content

Security: hypertopos/hypertopos-mcp

SECURITY.md

Security

Current version: 0.6.7

hypertopos-mcp runs locally as a stdio MCP server. No network services, no auth layer, no multi-tenancy.

What to watch for

  • Sphere pathsopen_sphere(path) reads from the local filesystem. Don't point it at user-controlled paths without validation.
  • stdio transport — communicates with the agent host over stdio. Not designed for network exposure.
  • Force reloadopen_sphere(force_reload=true) reloads Python modules and is intended for development only. Not thread-safe; do not call from concurrent agents.
  • Inherits from hypertopos — see hypertopos-py SECURITY.md for the underlying core library considerations (pickle chain cache, sphere file trust).

Reporting

If you find a security issue: GitHub private vulnerability reporting or email contact@hypertopos.com.

There aren't any published security advisories