skills-catalog/ln-761-secret-scanner/SKILL.md
Scans codebase for hardcoded secrets with severity classification and remediation guidance. Use when auditing a project for leaked credentials.
npx skillsauth add levnikolaevich/claude-code-skills ln-761-secret-scannerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Paths: File paths (
shared/,references/,../ln-*) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Ifshared/is missing, fetch files via WebFetch fromhttps://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}.
Type: L3 Worker Category: 7XX Bootstrap
Scans codebase for hardcoded secrets and credentials, returning structured findings for remediation.
Step 1: Check Available Scanners
Step 2: Load Configuration
.gitleaks.toml if exists (custom rules).gitleaksbaseline if exists (known false positives)references/detection_patterns.mdStep 1: Run Available Scanner
Step 2: Parse Results
Step 1: Severity Classification
references/detection_patterns.mdStep 2: False Positive Filtering
Step 3: Build Report
Step 1: Attach Remediation Actions
references/remediation_guide.mdStep 2: Return Results
| File | Purpose |
|------|---------|
| references/detection_patterns.md | Secret patterns by confidence level |
| references/gitleaks_config_template.toml | Template for project gitleaks config |
| references/remediation_guide.md | Rotation procedures by secret type |
Version: 2.0.0 Last Updated: 2026-01-10
testing
Audits architecture config boundaries: typed settings, scattered env reads, config leakage, and layer ownership. Use for config architecture.
tools
Finds architecture-level modernization opportunities: obsolete custom mechanisms, overbuilt extension points, and simplifiable architecture. Use when auditing architecture evolution.
development
Builds dependency topology, detects cycles, validates import rules, and calculates coupling metrics. Use when auditing architecture topology.
testing
Checks layer, resource ownership, and orchestration boundaries. Use when auditing architecture boundary enforcement.