| Version | Supported |
|---|---|
| 0.1.x (MVP) | Yes |
If you discover a security vulnerability in LICITRA-SENTRY, please report it responsibly:
- Do NOT open a public GitHub issue.
- Email: narendrakumar.nutalapati@gmail.com
- Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact assessment
- You will receive an acknowledgment within 48 hours.
LICITRA-SENTRY is a research prototype demonstrating zero-trust governance for agentic AI systems. It is designed for controlled environments and academic evaluation. Do not deploy in production without additional hardening (TLS, secret management, rate limiting, etc.).
- Identity layer: Ed25519 signing via the cryptography library. Keys are held in-memory for the MVP. Production deployments should use HSM-backed key storage.
- Audit integrity: All audit events are committed to LICITRA-MMR (SHA-256, Merkle Mountain Range, epoch anchoring). LICITRA-SENTRY never stores its own ledger.
- Content inspection: Regex-based pattern matching only. Deterministic, no LLM dependency, no external API calls.