# Security Policy
OpenLatch is security infrastructure — we hold our own code to the same standard we enforce for AI agents.
## Supported Versions
| Latest release | :white_check_mark: |
| Previous minor | :white_check_mark: (backport on request) |
| Older | :x: |
We recommend always running the latest version.
## Reporting a Vulnerability
**Do not open a public issue for security vulnerabilities.**
Use one of these private channels:
| GitHub Private Reporting | [Report a vulnerability](https://github.com/OpenLatch/openlatch-client/security/advisories/new) (preferred) |
| Email | **security@openlatch.ai** |
### What to Include
- Description of the vulnerability and its impact
- Steps to reproduce (minimal reproducible example preferred)
- Affected version(s)
- Severity assessment (if known)
### Our Commitment
| Acknowledge receipt | Within **2 business days** |
| Triage and initial assessment | Within **5 business days** |
| Fix shipped | Best effort, dependent on severity |
| Public disclosure | After fix is released, coordinated with reporter |
## Acknowledgments
We credit researchers who report vulnerabilities responsibly in our release notes (unless you prefer anonymity). Include your preference in your report.
## Supply Chain Security
- All release binaries are built via GitHub Actions with full provenance
- Dependencies are audited via `cargo audit` and Dependabot
- We pin all CI action versions to specific SHAs
Thank you for helping make AI agents safer.