Skip to content

haKC-ai/SecureRepoTemplate

Repository files navigation

hakcAI Secure Python Repo Template

License Python Pip Audit Security First Timers Only

Vibe Coding Instructions

  • Code must feel structured, clear, and secure.
  • Never leak secrets. Respect .env.
  • All code must pass secret scanning, linting, SBOM generation.
  • Follow aesthetic clean coding (Black formatting).
  • Keep the security-first mindset in every change.

AI Assistant Prompt

"Assist with secure Python project respecting .env protections, salt+hash environment data, enforce Black and Flake8 compliance, avoid insecure packages. SBOM must be updated on dependency change. No hardcoded secrets. Functional, minimalistic, secure code only."