| Version | Supported |
|---|---|
| 0.1.x | ✅ |
If you discover a security vulnerability in AI Commanders, please report it responsibly.
- Do not open a public GitHub issue for security vulnerabilities
- Email the maintainers directly or use GitHub's private vulnerability reporting feature
- Include a detailed description of the vulnerability
- Provide steps to reproduce if possible
- Description of the vulnerability
- Affected components (e.g., LLM integration, physics engine)
- Potential impact
- Steps to reproduce
- Suggested fix (if any)
- We will acknowledge receipt within 48 hours
- We will provide an initial assessment within 7 days
- We will work with you to understand and resolve the issue
- Never commit API keys to the repository
- Store your
OPENROUTER_API_KEYin a.envfile (which is gitignored) - Do not share
.envfiles or expose API keys in logs
- The LLM captains make decisions within a sandboxed simulation
- Captain outputs are parsed through structured tool calls
- No arbitrary code execution from LLM responses
- Keep dependencies updated
- Review pull requests for security implications
- Use environment variables for sensitive configuration