Secrets Management

Govern how secrets are stored, scoped, distributed, rotated, and surfaced to running code — never committed `.env` files, never echoed in CI logs, never embedded in URLs or error messages, never shared across environments. Complements `secret-blocking` (which detects hardcoded patterns at write time) by enforcing the lifecycle around already-secured secrets — `.gitignore` hygiene, CI log redaction, vault-backed access, scoped credentials per environment, and a documented response when exposure happens.

catpilotai Updated

File contents

catpilotai/catpilot-ai-guardrails/tree/main/src/skills/core/secrets-management commit cfd87463db

Frequently asked questions

npx skillmds@latest add catpilotai/secrets-management