security-guard
Prevent secret leaks and block dangerous commands. Catches API keys, credentials, and tokens before they hit your codebase.
Installation
If you haven't added the marketplace yet, see Getting Started.
claude plugin install security-guard@wrxck-claude-plugins
Or add to your ~/.claude/settings.json:
{
"enabledPlugins": {
"security-guard@wrxck-claude-plugins": true
}
}
Features
- Detects API keys and credentials in code
- Blocks sudo and privilege escalation commands
- Catches hardcoded secrets and tokens
- Validates environment variable usage
Source
View the source code, report issues, or contribute on GitHub: