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
Drafts and publishes fact-checked GitHub Discussions announcements. Use for releases, updates, or project news; not for release creation or issue responses.
testing
Prepares and publishes a tagged GitHub release from repository evidence. Use for an explicit release request; not for ordinary commits, packages, or community news.
testing
Validates, commits, pushes, and remotely verifies approved repository changes. Use when publication is requested; not for releases, package publishing, or announcements.
development
Reviews standalone skills and their configured distribution surfaces before publication. Use for skill release readiness; not for product code or implementation-plan review.