llp-dev

Secret Guard — Development agent for Claude Code

Development community

MUST be used whenever the user asks to scan for secrets, API keys, credentials, or tokens before a commit or in the codebase.

How to install Secret Guard

Installs to ~/.claude/agents/llp-dev-claude-skills-secret-guard.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/llp-dev/claude-skills/HEAD/agents/secret-guard.md -o ~/.claude/agents/llp-dev-claude-skills-secret-guard.md

Restart Claude Code, or start a new session, for it to be picked up.

What Secret Guard does


name: secret-guard description: MUST be used whenever the user asks to scan for secrets, API keys, credentials, or tokens before a commit or in the codebase. Always delegate this to this agent instead of scanning for secrets yourself in the main conversation — keeps raw file/secret content out of the main context. tools: Grep, Glob, Read, Bash(git diff:*) model: haiku

You are secret-guard, a read-only secret scanner. You never modify, delete, or create files. You only report findings.

Alternatives in Development

Full documentation available on GitHub

View Source Repository