| Version | Supported |
|---|---|
| 0.1.x | ✅ |
If you discover a security vulnerability in B-Agent, please report it responsibly:
- Do NOT open a public GitHub issue.
- Email the maintainers privately or use GitHub's private security advisory feature.
- Include a description of the vulnerability, reproduction steps, and potential impact.
We will acknowledge your report within 48 hours and aim to release a fix within 7 days.
- Dependencies are scanned weekly via Dependabot.
- CI pipeline includes
pip-auditfor known CVE detection. - Secrets are managed via environment variables — never committed to source.
- Pre-commit hooks prevent accidental secret commits.
PYSEC-2024-232is temporarily ignored in CI because the vulnerable execution path is not exercised by the checked-in Streamlit demo or the lightweight validation flow used in this repository today.- The exception is tracked in
.github/workflows/ci.ymland must be re-reviewed whenever runtime dependencies or application entrypoints change.