Do not open a public issue. Email security@ailinter.dev with details.
We aim to respond within 48 hours and resolve within 7 days.
- Steps to reproduce
- Affected version
- Any proof-of-concept code (if available)
ailinter itself is built with security-first principles:
- Secrets: We scan our own codebase with ailinter before every commit. No API keys, tokens, or credentials are committed.
- Vulnerabilities: We run the same 25 vulnerability patterns on our source that we ship to you.
- Dependencies: We pin all Go module versions and review dependency changes.
Our GitHub Actions CI pipeline:
- Runs
ailinter checkon all changed files - Requires passing checks before merge
- Does not log secrets or credentials
- Uses read-only repository tokens by default
We follow the Secure Software Development Framework (SSDF) practices and align with OWASP Top 10 recommendations.
