← Back to Skills Marketplace
124
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skylv-secrets-scanner
Description
Scans code for leaked secrets, API keys, tokens, and passwords. Triggers: scan secrets, check api key, security scan, leaked token.
Usage Guidance
This skill is instruction-only and simply tells the agent how to run local grep/Select-String patterns to find likely secrets. Before installing: (1) confirm you trust the skill trigger and understand it will read files in the working directory (it does recursive scans); (2) note that the provided commands only check GitHub tokens and AWS keys in .js/.py files — update the commands if you need other patterns or file types; (3) add safe handling steps for any discovered secrets (rotate/secure them) and ensure findings are not sent to external services; (4) avoid running this over unrelated system dirs (home, /etc) to prevent accidental disclosure of unrelated secrets; and (5) if you expect broader coverage or automation, prefer a maintained scanner (repo with code) rather than instruction-only text so you can review the exact implementation.
Capability Analysis
Type: OpenClaw Skill
Name: skylv-secrets-scanner
Version: 1.0.0
The skylv-secrets-scanner skill is a legitimate security utility designed to identify leaked secrets and API keys in local files. It uses standard system commands (grep and Select-String) to search for common patterns like AWS keys and GitHub tokens, and it contains no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Tags
Capability Assessment
Purpose & Capability
Name and description match the behavior: SKILL.md describes searching repositories for leaked secrets. The declared requirements (none) are appropriate for an instruction-only scanner. Minor inconsistency: the 'Patterns to Detect' lists multiple secret types but the provided command examples only search for GitHub tokens and AWS keys and only in .js/.py files, so the commands don't fully implement all claimed patterns.
Instruction Scope
Instructions tell the agent to recursively scan the working tree using Select-String/grep, which is expected for a repo scanner. However: (1) commands are narrowly targeted (only two regexes and file extensions), (2) there is no guidance on safe handling/storage/transmission of discovered secrets, and (3) no instruction to exclude sensitive system directories. These are usability/security hygiene gaps but not evidence of malicious intent.
Install Mechanism
No install spec and no code files (instruction-only). This minimizes disk-write risk; nothing is downloaded or installed.
Credentials
The skill requests no environment variables, credentials, or config paths — proportional to a local scanning helper.
Persistence & Privilege
always:false and no requests to modify agent/system config. The skill has normal, non-persistent invocation behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skylv-secrets-scanner - After installation, invoke the skill by name or use
/skylv-secrets-scanner - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of skylv-secrets-scanner.
- Scans code for leaked secrets, API keys, tokens, and passwords.
- Detects patterns for AWS keys, GitHub tokens, generic API keys, private keys, passwords in URLs, and Slack tokens.
- Supports security scans via relevant triggers.
- Provides command examples for both Windows and Linux/macOS environments.
- Offers prevention tips for avoiding secret leaks.
Metadata
Frequently Asked Questions
What is Skylv Secrets Scanner?
Scans code for leaked secrets, API keys, tokens, and passwords. Triggers: scan secrets, check api key, security scan, leaked token. It is an AI Agent Skill for Claude Code / OpenClaw, with 124 downloads so far.
How do I install Skylv Secrets Scanner?
Run "/install skylv-secrets-scanner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skylv Secrets Scanner free?
Yes, Skylv Secrets Scanner is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skylv Secrets Scanner support?
Skylv Secrets Scanner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skylv Secrets Scanner?
It is built and maintained by SKY-lv (@sky-lv); the current version is v1.0.0.
More Skills