| Version | Supported |
|---|---|
| Latest | ✅ Yes |
If you discover a security vulnerability in autoresearch, please report it responsibly by using GitHub's private security advisory feature:
Please do NOT open a public GitHub issue for security vulnerabilities.
- Description of the vulnerability
- Steps to reproduce
- Affected versions
- Potential impact
- Suggested fix (if any)
- Acknowledgement within 48 hours
- Status update within 7 days
- Fix timeline communicated within 14 days
The following are considered in scope:
- Authentication and authorization bypass
- Remote code execution
- Path traversal / arbitrary file read
- Server-Side Request Forgery (SSRF)
- Injection vulnerabilities (SQL, command, prompt)
- Sensitive data exposure
- Vulnerabilities in dependencies (report to the dependency maintainer)
- Social engineering attacks
- Denial of service via resource exhaustion
When configuring credentials (Twitter/XHS cookies, GitHub/Groq tokens, proxy URLs),
prefer --stdin or --file PATH over passing the secret as a command-line argument:
pbpaste | autoresearch configure twitter-cookies --stdin
autoresearch configure github-token --file ~/secrets/gh-token.txtCommand-line arguments are visible in your shell history and to any process that can
read ps. configure warns when a credential key is passed on argv.
We appreciate responsible disclosure and will credit researchers in our release notes unless anonymity is requested.