Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 906 Bytes

File metadata and controls

20 lines (17 loc) · 906 Bytes

Public release checklist

  • Source code and comments are English-only.
  • Input templates are blank and use neutral headings.
  • No customer name, logo, icon, trademark, spreadsheet, supplier list, URL history, or operational log is included.
  • No internal technical manual or installation bundle is included.
  • No API key, proxy password, session cookie, private certificate, or personal path is included.
  • No browser, driver, proxy-manager installer, executable, or compiled application cache is included.
  • Secrets are accepted only through the OS keychain or environment variables.
  • The offline demo uses synthetic data and localhost.
  • Unit tests and the public-repository audit pass.
  • The project is licensed under MIT.

Before every public release, run:

python -m unittest discover -s tests -v
ruff check .
python scripts/audit_public_repo.py