| Version | Supported |
|---|---|
| latest | Yes |
If you discover a security vulnerability, please report it responsibly:
- Do not open a public GitHub issue
- Email tomascaraccia@gmail.com with details
- Include steps to reproduce if possible
- You'll receive an acknowledgement within 48 hours
Taskboard runs locally and stores data in a local SQLite database. The primary attack surface is:
- The HTTP server when running
taskboard start(binds to localhost by default) - The MCP stdio server when running
taskboard mcp
- Taskboard binds to
localhostonly — it is not designed to be exposed to the internet - The SQLite database is stored in your user config directory with standard file permissions
- No authentication is implemented since this is a local-only tool