Only the current release on the main branch is supported with security fixes. Older versions do not receive patches.
| Version | Supported |
|---|---|
latest on main |
Yes |
| older releases | No |
Please report vulnerabilities privately through GitHub Security Advisories:
- Open the repository on GitHub
- Go to the Security tab
- Click Report a vulnerability
Do not open a public issue for anything you believe is a security problem.
HyperSABMemory is a local-first tool. When assessing a report, keep this threat model in mind:
- The CLI and MCP server read files from local codebases on your machine
- The checkpoint system executes
gitcommands locally (it never pushes) - The dashboard runs a local HTTP server on port 4321, bound to
127.0.0.1(localhost only)
Reports about remote exploitation of the dashboard or about the tool escaping its local scope are in scope. Reports requiring an attacker to already run arbitrary code on your machine generally are not, but when in doubt, report anyway.
We respond to valid reports on a best-effort basis within 7 days. After triage we will work with you on a fix and coordinate disclosure timing.