- 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.
"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."