| Version | Supported |
|---|---|
| 0.1.x | Yes |
Do NOT open a public GitHub issue for security vulnerabilities.
Report privately via one of these channels:
- GitHub Security Advisories (preferred): https://github.com/RudrenduPaul/agent-eval/security/advisories/new
- Email: agent.eval.oss.security@gmail.com
We will acknowledge your report within 48 hours and provide a remediation timeline within 7 days.
Public disclosure follows 90 days after the report date, or after a patch ships, whichever comes first.
This policy covers the core library (src/agent_regress/). Third-party
integrations are covered on a best-effort basis -- identify the specific
integration package in your report.
- Code execution via malformed input to any public API function
- Credential leakage via log output or error messages
- Dependency with a known CVE in the default install
- Issues in optional dependencies when not installed
- Security issues in user-provided agent callables passed to
compare()