Only the latest minor of ardalink-engine receives security updates.
Email security@ardalink.local (or open a private security advisory on GitHub). Please do not file a public issue.
Include:
- Description of the vulnerability
- Reproduction steps
- Potential impact
- Your contact info
We aim to acknowledge within 2 business days and triage within 7 days.
- Satellite ingestion depends on third-party Google Earth Engine quotas.
- API endpoints are consumed by
ardalink-apiover private network only. - Database connection string carries credentials — never commit
.env. - Voice transcripts may contain PII — see docs/04-SECURITY.md.
- All credentials live in environment variables or cloud secret stores.
.env.examplelists every required variable with placeholder values.- Pre-commit hooks scan for accidental commits of
.env.