This repository contains evaluation code for academic research that may interface with API providers. To prevent accidental exposure of API keys, tokens, or other sensitive credentials:
- GitHub Secret Scanning should be enabled on this repository
- Pre-commit hooks with
detect-secretsare recommended before merging any PRs - All
.envfiles, API keys, and private credentials must remain in.gitignore
If you discover a security vulnerability or exposed credential in this repository, please report it privately via GitHub Security Advisories or contact the maintainer directly.
- Never commit
.envfiles or hardcoded API keys - Use environment variables or secure vaults for credentials
- Run
detect-secrets scan --baseline .secrets.baselinebefore committing - Review all diffs carefully before pushing to public branches