| Version | Supported |
|---|---|
| 0.1.x (development) | Yes — best effort |
Please do not open a public GitHub issue for security vulnerabilities.
Prefer:
- GitHub Private vulnerability reporting on this repository (Security → Advisories)
- Email: security@uaii.dev (placeholder — replace with maintainer address before public release)
Include:
- Description of the issue
- Impact assessment (if known)
- Steps to reproduce
- Affected commit / tag
We will acknowledge reports as quickly as possible and coordinate a fix and disclosure timeline.
- Plugins load in-process (
dlopen/LoadLibraryW). Treatplugin.dirslikePATH: only trusted directories. - Weight / IR paths may be sandboxed via
SessionOptions.weights_sandbox/ C APIweights_sandbox. - Untrusted model files should be treated as untrusted input (validate IR; prefer sandboxed weight dirs).