A specialized security analysis tool for detecting hardcoded secrets, API keys, and credential misconfigurations within Infrastructure as Code (IaC) and configuration files.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install secrets-scanner
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install secrets-scanner using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The AWS Secrets & Credential Exposure Scanner is a professional-grade security tool designed to act as a safeguard for cloud developers. By analyzing your configuration files and environment variable schemas, this skill identifies critical risks like exposed AWS Access Key IDs, Secret Access Keys, and third-party API keys from services like Stripe, Twilio, and Slack. It is a key component for any developer looking to strengthen their security posture using Openclaw Skills.
This tool operates on an instruction-only basis, meaning it never accesses your AWS account directly. Instead, it processes data you provide—such as Terraform HCL, CloudFormation YAML, or CLI outputs—to provide actionable remediation steps, migration plans for AWS Secrets Manager, and git history cleanup strategies. It serves as an expert auditor to ensure no sensitive credentials leak into your repositories or production environments.
To use this scanner effectively within the framework of Openclaw Skills, you should have the AWS CLI installed to export necessary metadata. Use the following read-only IAM policy to gather the required data safely:
{
"Version": "2012-10-17",
"Statement": [{
"Effect": "Allow",
"Action": ["lambda:GetFunctionConfiguration", "ecs:DescribeTaskDefinition", "ssm:DescribeParameters"],
"Resource": "*"
}]
}
You can then provide environment variable keys for analysis using commands like:
aws lambda get-function-configuration --function-name YOUR_FUNCTION --query 'Environment.Variables' --output json
The skill organizes its security analysis into a structured output format for easy integration into devsecops workflows:
| Data Point | Description |
|---|---|
| Critical Findings | Immediate credential risks that require urgent rotation. |
| Findings Table | A detailed list containing File, Line Number, Secret Type, Severity, and Blast Radius. |
| Migration Plan | Configuration snippets for AWS Secrets Manager and SDK code examples. |
| Git Remediation | Specific CLI commands for BFG Repo-Cleaner or git-filter-repo. |
| Prevention | Configuration templates for pre-commit hooks and AWS CodeGuru Secrets detector. |
Loading
A security auditing skill that identifies misconfigured S3 buckets and generates hardened policies using your exported AWS data.

An AI-driven financial advisor that analyzes AWS usage data to recommend the most cost-effective Reserved Instance and Savings Plan strategies.

An AI-driven advisor that analyzes Azure usage data to recommend optimal Reservation and Hybrid Benefit stacking for maximum cost savings.

A specialized security analysis tool for auditing Azure Network Security Groups and Firewall policies to eliminate dangerous internet exposure.

An instruction-based security auditor that analyzes AWS security group exports to identify dangerous internet exposure and provide hardened remediation rules.

A professional FinOps analysis tool that processes AWS billing data to identify cost-saving opportunities and expenditure anomalies.








































