AutomataLab only provides security updates for the current major release. If you are on an older version, please update via the automatic updater or download the latest release from GitHub.
| Version | Supported |
|---|---|
| 5.0.x | ✅ |
| < 5.0.0 | ❌ |
If you discover a security vulnerability within AutomataLab, please do NOT open a public issue on GitHub.
Instead, please report it via the GitHub Security Advisory feature.
Because AutomataLab operates as a completely local, client-side application without cloud backends, the primary security concerns we monitor are:
- Malicious Payloads: Exploits triggered by importing maliciously crafted
.autolab.jsonor.jfffiles (e.g., prototype pollution or arbitrary code execution via the parser). - Tauri Vulnerabilities: Local privilege escalation or IPC bridging issues inherited from the Tauri framework.
- Web Worker Escapes: Vulnerabilities related to our background Web Workers executing untrusted computations.
All verified security vulnerabilities will be promptly addressed, and patched releases will be pushed via the auto-updater.