Files
o11y/SECURITY.md
Hanzo DevandGitHub 72a705a291 docs: canonical README opening + SECURITY.md (#4)
* docs: canonical README opening per Hanzo OSS taxonomy

* docs: add canonical SECURITY.md
2026-05-18 23:53:36 -07:00

791 B

Security Policy

Reporting a vulnerability

Email security@hanzo.ai with details. Encrypt with our PGP key (fingerprint TBD).

We respond within 48 hours. Critical issues receive same-day acknowledgment.

Scope

This policy covers code in this repository. For the broader Hanzo platform threat model, see hanzoai/HIPs.

Sandbox boundary

o11y ingests telemetry from every Hanzo service, so every query path is scoped by the JWT-validated X-Org-Id header — no panel, alert, or query can cross an org boundary. Logs, traces, and metrics are stored on Hanzo Datastore with per-tenant retention, and sensitive headers / payload fields are redacted at ingest time.

For runtime sandbox guarantees, see HIP-0105 (in-process extension runtimes).