| Version | Supported |
|---|---|
| main | ✅ |
If you discover a security vulnerability in auto-dao, please report it responsibly:
- Do NOT open a public issue.
- Send a description of the vulnerability to the repository maintainer via GitHub Security Advisories.
- Include steps to reproduce, impact assessment, and any suggested fix.
We aim to acknowledge reports within 48 hours and provide a fix or mitigation plan within 7 days for confirmed vulnerabilities.
This policy covers:
- All code in this repository (skills, scripts, templates).
- Configuration handling (API keys,
.envfiles). - Any third-party API interactions (e.g., MinerU API).
- Never commit
settings/.env— it is already in.gitignore. - Review materials before uploading to third-party conversion APIs (MinerU). See PRIVACY.md for details.
- Keep your local dependencies up to date (
pip install --upgrade -r requirements.txt).