secrets-tools
OfficialScan & redact secrets safely.
Legal & Compliance#automation#security#compliance#data protection#secrets management#DevSecOps#redaction
AuthorEffortlessMetrics
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses the critical security risk of accidental exposure of sensitive information (API keys, private keys) in code or artifacts. It automates the detection and redaction of secrets, preventing costly data leaks and ensuring compliance.
Core Features & Use Cases
- Secure Scanning: Scans files for common secret patterns (GitHub tokens, AWS keys, private keys, JWTs) and reports locations only, strictly never exposing the secret content itself.
- In-Place Redaction: Safely replaces identified secret types with
[REDACTED:type]placeholders directly within files. - Publish Gate Integration: Designed to determine
safe_to_publishstatus, acting as a critical safeguard against accidental secret exposure before deployment or publication. - Use Case: Before publishing any artifacts or code, use this skill to scan the relevant files for secrets. If any are found, automatically redact them in-place and report the findings to a JSON file, ensuring no sensitive data leaves the secure environment.
Quick Start
Use the secrets-tools skill to scan the '.runs/my-feature/deploy' directory for secrets and output findings to 'secrets_scan.json'.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: secrets-tools Download link: https://github.com/EffortlessMetrics/demo-swarm/archive/main.zip#secrets-tools Please download this .zip file, extract it, and install it in the .claude/skills/ directory.