No Secrets

Prevent publishing sensitive material. Use before commits, reports, examples, adaptation outputs, and release.

lubochka 2a0170f 938 B Updated

File contents

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

lubochka/xiigen-general-skills/tree/main/agent-skills/no-secrets commit 2a0170f37c

Frequently asked questions

npx skillmds@latest add lubochka/no-secrets