ln-761-secret-scanner

Scan codebases for hardcoded secrets and return normalized findings.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/dorrio/sorteo-app-generator --skill ln-761-secret-scanner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-761-secret-scanner
Source: https://github.com/dorrio/sorteo-app-generator/tree/main/.agent/skills/ln-761-secret-scanner
Command: npx skills add https://github.com/dorrio/sorteo-app-generator --skill ln-761-secret-scanner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill identifies and flags hardcoded secrets within a codebase, preventing potential security breaches.

Core Features & Use Cases

  • Secret Detection: Scans files for common secret patterns (API keys, passwords, tokens).
  • Normalized Findings: Returns results in a consistent format, including severity and remediation advice.
  • Pre-commit Hook Integration: Can be integrated into pre-commit workflows to catch secrets before they are committed.
  • Use Case: Before committing code, run this Skill to ensure no sensitive API keys for a cloud service are accidentally included.

Quick Start

Run the ln-761-secret-scanner skill to scan the current directory for hardcoded secrets.

Frequently Asked Questions about ln-761-secret-scanner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan a codebase for hardcoded secrets before committing?

You can scan a codebase for hardcoded secrets by running this skill to detect API keys, passwords, and tokens across various file types. It provides normalized findings with severity levels and remediation guidance.

What types of secrets and API keys can a code scanner detect?

A code scanner detects hardcoded secrets such as API keys, passwords, and tokens across various file types. It returns normalized findings that include severity levels and actionable remediation guidance.

Can I integrate secret scanning into a pre-commit hook?

Yes, you can integrate secret detection into pre-commit workflows to catch hardcoded API keys and tokens before they are committed. This proactive security approach prevents accidental exposure of sensitive credentials.

Does a secrets scanner provide remediation advice for detected vulnerabilities?

Yes, a secrets scanner provides remediation advice alongside normalized findings. When it detects hardcoded vulnerabilities like API keys or tokens, it returns results in a consistent format including severity levels and actionable steps to resolve them.

What is the best way to prevent accidental API key exposure in source code?

The best way to prevent accidental API key exposure is to proactively scan source code for secrets using a pre-commit hook. This identifies hardcoded credentials before they are committed and provides actionable remediation guidance.