From claude-resources
Scans repository for private/confidential information (client names, passwords, personal SNS accounts) and removes, renames, or replaces it. Useful before making a repo public or at user request.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-resources:purge-private-infoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user is unsure whether unwanted private or confidential information exists in this repository. Your job is to thoroughly scan and identify any such information, then remove, rename, or replace it.
The user is unsure whether unwanted private or confidential information exists in this repository. Your job is to thoroughly scan and identify any such information, then remove, rename, or replace it.
.env files with real credentials committed to the repoUse parallel searches to scan the repository efficiently:
password, secret, api_key, token, credential, apiKey, API_KEY, SECRET, PRIVATE_KEY.env files or similar config with sensitive valuestwitter.com/, x.com/, instagram.com/, facebook.com/, github.com/ (check if they reference specific personal accounts)For each finding, classify it:
For confirmed private information:
acme-corp, example-project, client-project)YOUR_API_KEY_HERE or changeme@example_user, https://twitter.com/example)https://example.com/blogAfter fixing, provide a summary:
googleapis, "amazon" in aws-sdk are fine)npx claudepluginhub takazudo/claude-resources --plugin claude-resourcesScans code, git history, and configs for secrets like API keys, cloud credentials, private keys, and DB strings using regex, entropy, and context. Assesses severity and generates remediation reports.
Scans files and directories for sensitive content including credentials, API keys, personal identifiers, private URLs, local paths, and security risks before publishing repos, sharing code, or exporting configs.
This skill should be used when the user asks to "find hardcoded secrets", "audit for credential leaks", "check for API keys in code", "review secret scanning alerts", "rotate a leaked secret", or needs to detect hardcoded credentials, review secret handling patterns, or remediate exposed secrets.