Run a lightweight regex-based scan for accidentally committed secrets, tokens, credentials, and unsafe secret hygiene signals.
From claude-dev-ecosystemnpx claudepluginhub oiranca/claude-dev-ecosystemThis skill is limited to using the following tools:
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides implementation of event-driven hooks in Claude Code plugins using prompt-based validation and bash commands for PreToolUse, Stop, and session events.
Use this skill to perform a lightweight secret hygiene scan before opening a pull request.
This skill is intentionally lightweight and uses pattern matching and repository hygiene checks. It does not replace dedicated secret scanning tools.
Detect likely accidental exposure of:
.agent-cache/skill_budget_state.json (Max 1 run per skill per cycle; requires explicit justification)..agent-cache/AGENT_STATE.json.docs/STACK_PROFILE.md.docs/SECURITY_REPORT.md..gitignore.node_modules/, .git/, dist/, build/, binary files, images, lockfiles, or minified files.Check whether the following are ignored in .gitignore and classify accordingly:
.env not ignored..env.local not ignored..env.*.local, .env.production, .env.development, .env.test) not ignored.BEGIN PRIVATE KEY) or obvious live credentials with strong indicators.AKIA...), JWT secrets, or database URLs with embedded credentials.secret=, password=, or token= assignments with non-trivial literals, bearer tokens, or suspicious auth headers.For every finding, record only:
Never record full secret values, full tokens, private key material, or full credential strings.
The security-reviewer is the owner of this artifact.
docs/SECURITY_REPORT.md.docs/DECISIONS.md.docs/SECURITY_REPORT.md, mark as clean with limitations.