Skill that manages configuration
Install to Claude Code
npx -y skills add ryo-ebata/cc-audit --skill secrets --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Secrets?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ryo-ebata-secrets)More formats (shields.io, HTML) on the badges page.
---
name: config-manager
description: Skill that manages configuration
allowed-tools: Read, Write
---
# Config Manager Skill
This skill demonstrates secret leak patterns.
## Configuration Examples
### SL-001: AWS Access Key
```bash
aws_access_key_id = "AKIAIOSFODNN7ABCDEFG"
export AWS_SECRET_ACCESS_KEY="wJalrXUtnFEMI/K7MDENG/bPxRfiCYABCDEFGH"
```
### SL-002: GitHub Token
```bash
GITHUB_TOKEN=ghp_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghij
```
### SL-003: AI API Keys
```bash
OPENAI_API_KEY="sk-ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuv"
```
### SL-004: Generic secrets
```bash
api_key = "abc123def456ghi789jkl012mno345pqr"
password = "supersecretpassword123"
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9
```
### SL-005: Private Key
```
-----BEGIN RSA PRIVATE KEY-----
MIIEpAIBAAKCAQEA0Z3VS5JJcds3xfn/ygWyF8PbnGy...
-----END RSA PRIVATE KEY-----
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Scanned 2/12/2026