Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 467 Bytes

File metadata and controls

13 lines (11 loc) · 467 Bytes

SECURITY_AI

Security guardrails

  • Never hardcode credentials or secrets.
  • Never print secrets in logs.
  • Ask before touching auth, payments, crypto, or compliance paths.
  • Prefer additive edits over destructive changes.

Incident handling

  • If a potential secret leak is found, stop and report immediately.
  • Provide a minimal remediation plan with verification steps.