No secrets
Skill lubochka/xiigen-general-skills/agent-skills/no-secrets
Open-source AI agent skills for safer Claude, Codex and Cursor coding workflows
npx -y skills add lubochka/xiigen-general-skills --skill no-secretsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Prevent publishing sensitive material. Use before commits, reports, examples, adaptation outputs, and release.
SKILL.md
0.9 KB, as published. Nobody here has run it
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
- Scan for tokens, credentials, local absolute paths, private domains, and raw evidence.
- Redact or remove unsafe content.
- Replace private examples with sanitized placeholders.
- 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