Files
Claude Code b28e691e46 feat: Add 6 new Claude Code skills
Skills added:
- 🔐 Secret Scanner: Detect leaked credentials in codebases
- 🏛️ Git Archaeologist: Analyze git history, find bugs
- 💾 Backup Automator: Automated encrypted cloud backups
- 🌐 Domain Manager: Unified DNS management
- 🔒 SSL Guardian: Certificate automation and monitoring
- 📡 Log Sentinel: Log analysis and anomaly detection

All skills include:
- SKILL.md with trigger patterns
- README.md with documentation
- GLM 5 attribution and disclaimer

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
b28e691e46 · 2026-02-22 03:25:06 -05:00
History
..
2026-02-22 03:25:06 -05:00
2026-02-22 03:25:06 -05:00

🔐 Secret Scanner

Detect Leaked Credentials Before They Exploit You


Designed by GLM 5

Autonomously developed by GLM 5 Advanced Coding Model

⚠️ Disclaimer: Test in a test environment prior to using on any live system

Overview

Scans codebases for leaked API keys, passwords, tokens, private keys, and connection strings.

Detected Secrets

  • AWS Access Keys, GitHub Tokens, Google API Keys
  • Stripe Keys, Slack Tokens
  • Private SSH Keys, PGP Keys
  • Database connection strings
  • Hardcoded passwords

Quick Start

# Install gitleaks
sudo apt install -y gitleaks

# Scan current directory
gitleaks detect --source . --verbose

# Scan git history
gitleaks detect --source . --log-opts="--all"

Learn more about GLM 5