| Package | Version | Supported |
|---|---|---|
| hypertopos | 0.1.x | Yes |
| hypertopos-mcp | 0.1.x | Yes |
| hypertopos-skills | 0.1.x | Yes |
All hypertopos packages run locally. No network services, no auth layer, no multi-tenancy.
- Pickle files — chain cache (
.cache/chains_*.pkl) uses pickle. Don't load cache files from untrusted sources. - Sphere paths —
HyperSphere.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.
Use GitHub private vulnerability reporting or email contact@hypertopos.com.