Skip to content

Security: MehulG/vulpine

Security

SECURITY.md

Security Policy

Reporting a vulnerability

If you discover a security issue, please report it responsibly:

Please do not open public issues for undisclosed vulnerabilities.

Secrets and credentials

  • Never commit .env files, API keys, or GitHub personal access tokens.
  • Copy from *.env.example files and keep secrets local only.
  • If a token was ever committed or shared, revoke and rotate it immediately on the provider (GitHub, WandB, etc.).

Pre-push checklist

git status
git diff --cached
git grep -E '(ghp_|github_pat_|api_key|API_KEY=)' || true

Ensure .env, *.db, and runs/ are not staged.

There aren't any published security advisories