Skip to content

Conversation

@danielpmadden
Copy link
Owner

Summary

  • remove the in-tree requests/ and nacl/ shims, keep results/ empty, and tighten ignore rules with tracked placeholders
  • align dependency metadata on real PyPI packages, add Prometheus/PyNaCl requirements, and support offline Docker builds via a wheelhouse
  • harden configuration samples, docker-compose defaults, and CI to enforce coverage, secret scanning, and security tooling

Testing

  • pytest --maxfail=1 --disable-warnings -q
  • black --check . (fails: repository still carries legacy formatting debt)
  • ruff check . (fails: repository has existing lint violations)
  • pip-audit --requirement requirements.txt (fails: pip-audit unavailable in sandbox)
  • bandit -r reconscript (fails: bandit unavailable in sandbox)

https://chatgpt.com/codex/tasks/task_e_68f47bbbcbf48332b1cb14c302d19d33

@danielpmadden danielpmadden force-pushed the codex/audit-and-prepare-reconscript-for-deployment branch from 4e8a13f to 3e787c0 Compare October 19, 2025 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants