From jeremylongshore-claude-code-plugins-plus-skills
Detects hardcoded credentials in codebases using Read, Grep, and Bash(npm:*) tools. Provides step-by-step guidance, best practices, and remediation for security audits.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin langchain-py-packThis skill is limited to using the following tools:
This skill provides automated assistance for hardcoded credential finder tasks within the Security Fundamentals domain.
Detects hardcoded secrets, API keys, credentials, tokens, and private keys in source code and git history using regex patterns for pentesting and code reviews.
Flags hardcoded secrets like API keys, passwords, tokens, connection strings, and private keys in code, configs, env scripts, and tests. Recommends secure loading from env vars or secrets managers with fail-fast checks.
Scans codebases for exposed API keys, passwords, tokens, and private keys using pattern matching and entropy analysis. Generates reports with file locations and remediation guidance.
Share bugs, ideas, or general feedback.
This skill provides automated assistance for hardcoded credential finder tasks within the Security Fundamentals domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with hardcoded credential finder" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the Security Fundamentals skill category. Tags: security, authentication, validation, owasp, secure-coding