Atlas is currently in active development. Security updates will be applied to the latest version on the main branch.
| Version | Supported |
|---|---|
| main | ✅ |
| < 1.0 | ❌ |
We take the security of Atlas seriously. If you discover a security vulnerability, please follow these steps:
Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.
Send a detailed report to the project maintainers via:
- GitHub Security Advisories (preferred)
- Direct message to the repository owner
Your report should include:
- Description of the vulnerability
- Steps to reproduce the issue
- Potential impact
- Suggested fix (if any)
- Your contact information
- Initial Response: Within 48 hours
- Status Update: Within 7 days
- Fix Timeline: Depends on severity
- Critical: 1-7 days
- High: 7-14 days
- Medium: 14-30 days
- Low: 30-90 days
When using Atlas:
- Data Privacy: Be cautious with training data containing sensitive information
- Checkpoint Security: Store model checkpoints securely with appropriate file permissions
- Environment Isolation: Use virtual environments to isolate dependencies
- Input Validation: Sanitize user inputs before feeding to the model
- Output Filtering: Review generated outputs before displaying to end users
- Resource Limits: Set appropriate
max_new_tokenslimits to prevent resource exhaustion
- Regular Updates: Keep dependencies up to date
- Audit Packages: Review
requirements.txtfor known vulnerabilities - Use Official Sources: Install packages from trusted sources (PyPI)
- API Security: If deploying as a service, implement authentication and rate limiting
- HTTPS Only: Use encrypted connections for model serving
- Monitoring: Log and monitor for unusual activity or abuse
- Prompt Injection: The model may be susceptible to prompt injection attacks
- Bias & Harmful Content: Model outputs may contain biases or generate harmful content
- Data Memorization: Models may memorize and reproduce training data
- GPU Access: Training requires GPU access which may expose system resources
- File System Access: Scripts have access to file system for checkpoints and data
- Memory Usage: Large models may exhaust system memory if not properly configured
Security updates will be documented in:
docs/CHANGELOG.md- All changes including security fixes- GitHub Security Advisories - Critical vulnerabilities
- Release notes - Version-specific security improvements
We appreciate responsible disclosure and will acknowledge security researchers who help improve Atlas security (with permission).
Last Updated: December 7, 2025