| Version | Supported |
|---|---|
| main | β |
We take security vulnerabilities seriously. If you discover a security vulnerability in this project, please follow these steps:
- Do NOT open a public issue β this helps prevent malicious actors from exploiting the vulnerability before a fix is available.
- Instead, send a private report via GitHub Security Advisories.
- Include as much detail as possible: steps to reproduce, affected component, potential impact, and any suggested fix.
- We will acknowledge receipt within 48 hours and aim to provide a resolution or timeline within 7 days.
- Code execution vulnerabilities in source files (
src/,docs/) - Supply chain attacks via dependency injection
- Cross-site scripting (XSS) in the GitHub Pages site (
docs/) - Sensitive data exposure (secrets, tokens, keys)
- Path traversal or file inclusion issues
- Theoretical concerns about the transformer architecture itself
- Performance degradation issues
- Documentation inaccuracies (open a regular issue instead)
We follow Coordinated Disclosure principles. After a fix is released, credit will be given to the reporter in the relevant commit or release notes (unless anonymity is requested).
This project uses minimal dependencies to reduce attack surface:
- The GitHub Pages site (
docs/) is pure HTML/CSS/JS with no build step - Python scripts in
src/use only PyTorch and standard library - No API keys, secrets, or tokens are committed to the repository