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
🔐 Secret Scanner
Detect Leaked Credentials Before They Exploit You
✨ 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"