Skip to content

Security: hypertopos/.github

Security

SECURITY.md

Security Policy

Supported Versions

Package Version Supported
hypertopos 0.1.x Yes
hypertopos-mcp 0.1.x Yes
hypertopos-skills 0.1.x Yes

Architecture

All hypertopos packages run locally. No network services, no auth layer, no multi-tenancy.

What to watch for

  • Pickle files — chain cache (.cache/chains_*.pkl) uses pickle. Don't load cache files from untrusted sources.
  • Sphere pathsHyperSphere.open(path) reads from the local filesystem. Don't point it at user-controlled paths without validation.
  • MCP server — communicates over stdio. Not designed for network exposure.

Reporting a Vulnerability

Use GitHub private vulnerability reporting or email contact@hypertopos.com.

There aren’t any published security advisories