← ClaudeAtlas

no-secretslisted

Prevent publishing sensitive material. Use before commits, reports, examples, adaptation outputs, and release.
lubochka/xiigen-general-skills · ★ 1 · AI & Automation · score 72
Install: claude install-skill lubochka/xiigen-general-skills
# No Secrets ## Purpose Prevent publishing sensitive material. ## When to Use Use before commits, reports, examples, adaptation outputs, and release. ## Inputs Changed files, generated outputs, configs, logs, evidence artifacts. ## Steps 1. Scan for tokens, credentials, local absolute paths, private domains, and raw evidence. 2. Redact or remove unsafe content. 3. Replace private examples with sanitized placeholders. 4. Block release when secrets remain. ## Gates No secrets, private paths, raw evidence logs, copied worktrees, or private prompts are published. ## Evidence Release-gate scan results and sanitizer notes. ## Anti-Patterns Committing evidence logs, local config, or copied private worktrees. ## Related `source-material-classification`, `evidence-before-final`