| Version | Supported |
|---|---|
| 1.0.x | Yes |
If you discover a security vulnerability, please do not open a public GitHub issue. Instead, report it privately:
- Open a GitHub Security Advisory in this repository, or
- Send a brief description to the maintainer via the contact on github.com/lukisch.
Please include:
- A description of the vulnerability
- Steps to reproduce or a proof-of-concept
- The potential impact
You can expect an acknowledgement within 7 days and a fix or mitigation plan within 30 days where feasible.
ticket-master is a local agent router. It does not handle network requests, authentication, or user data directly. The primary security surface is:
- Provider CLI invocation: starters pass a bootstrap prompt to your locally installed LLM CLI. Ensure your provider CLI is from a trusted source.
- Config file:
config/ticket-master.config.jsonis gitignored. Do not commit credentials or API keys. - Ticket files: tickets may contain internal project information. The
tickets/directory is partially gitignored (lifecycle subdirs are empty by default; adapt.gitignoreto your privacy requirements).