How this command is triggered — by the user, by Claude, or both
Slash command
/keygate:scancommands/The summary Claude sees in its command listing — used to decide when to auto-load this command
Use the `keygate-secret-scan` skill to scan staged Git changes (`git diff --cached`) for leaked secrets and report findings. The skill will: 1. Verify `keygate` is installed (and guide installation if not) 2. Run `keygate scan --profile agent` to get JSON output 3. Interpret the result (`status: pass | warn | block`) 4. Report findings with masked snippets Trust the skill's output verbatim — `snippet` fields are pre-masked by keygate.
Use the keygate-secret-scan skill to scan staged Git changes (git diff --cached) for leaked secrets and report findings.
The skill will:
keygate is installed (and guide installation if not)keygate scan --profile agent to get JSON outputstatus: pass | warn | block)Trust the skill's output verbatim — snippet fields are pre-masked by keygate.
npx claudepluginhub kanekoyuichi/keygate --plugin keygate/scanScans current codebase for security vulnerabilities via SAST, dependency CVEs (npm/pip/composer), and config issues. Outputs structured report with severity ratings, findings, and remediation steps.
/scanScans configured MCP servers for security vulnerabilities and policy violations using clawdstrike_scan tool. Groups findings by severity with remediation steps and summary.
/scanRuns a multi-surface security scanner (SCA, secrets, authz, MCP, pipeline, logic, diff) with focused modes and supplementary output blocks. Exit codes convey severity.
/scanDrafts a technical spec from code symbols and a roadmap from TODO markers plus git churn data. Generates prefilled documents that you verify and triage.
/scanScans a codebase against the Solana Security Standard (SOL-0XX), reporting advisory findings grouped by rule with file locations, descriptions, and fixes.
/scanLoads Hypo-Workflow skill instructions and executes /hw:maintain scan semantics with user-provided arguments for system maintenance scanning.