This project is designed for local-only deployment.
Threat Model
- Local adversary with user access.
- Malicious configuration or tampered binaries.
- Misconfiguration exposing API or UI beyond localhost.
Reporting If you discover a security issue:
- Do not disclose publicly.
- Open a private issue or contact the maintainer.
- Include steps to reproduce, impact, and suggested fixes.
Guidelines
- Keep API and Web UI bound to
127.0.0.1. - Use strong tokens.
- Drop privileges when running as root.