| Version | Supported |
|---|---|
| latest | ✅ |
Please do NOT open public GitHub issues for security vulnerabilities.
If you discover a security vulnerability in this project, please report it responsibly:
- Email: security@allyshipglobal.com
- Subject:
[SECURITY] AllysecLabs AI-SOC — <brief description> - Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
- Acknowledgment: Within 48 hours
- Initial Assessment: Within 5 business days
- Fix Target: Critical issues within 14 days; others within 30 days
This policy covers:
- The AI-SOC codebase and its modules
- API endpoints exposed by the platform
- LLM prompt injection or manipulation vectors
- Authentication and authorization flaws
- Data exfiltration or information disclosure
- Vulnerabilities in upstream dependencies (report to the respective project)
- Wazuh core vulnerabilities (report to Wazuh)
- Social engineering attacks
- Never commit
.envfiles — they contain API keys and passwords - Use HTTPS for all API and dashboard access
- Restrict network access — bind services to localhost or use a reverse proxy
- Keep dependencies updated — run
pip auditregularly - Review LLM outputs — AI-generated analysis should be verified by human analysts
- Enable audit logging — the
action_audit.jsonltracks all automated actions
We appreciate responsible disclosure and will acknowledge reporters (with permission) in our changelog.