From safe-mode
Verifies the Safety Net custom rules configuration, checks for validation errors, and offers guided fixes.
How this command is triggered — by the user, by Claude, or both
Slash command
/safe-mode:verify-custom-rulesThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
You are helping the user verify the custom rules config file. ## Your Task Run `npx -y cc-safety-net --verify-config` to check current validation status If the config has validation errors: 1. Show the specific validation errors 2. Run `npx -y cc-safety-net --custom-rules-doc` to read the schema documentation 3. Use AskUserQuestion tool to offer fixes with your best suggestions 4. After fixing, run `npx -y cc-safety-net --verify-config` to verify again
You are helping the user verify the custom rules config file.
Run npx -y cc-safety-net --verify-config to check current validation status
If the config has validation errors:
npx -y cc-safety-net --custom-rules-doc to read the schema documentationnpx -y cc-safety-net --verify-config to verify againnpx claudepluginhub alexandephilia/ai-cli-safe-mode --plugin safe-mode6plugins reuse this command
First indexed Jan 8, 2026
/audit-rulesAudits .claude/rules/ files across enforceability, token efficiency, conflict detection, and correctness risk dimensions. Supports --full and --mini depth flags.
/security-auditAudits plugin configuration files including hooks, settings, agents, and CLAUDE.md for 8 security risks like command injection, secrets, and over-permissions. Produces severity-graded report.
/lint-rulesValidates .spartan/config.yaml and rule files, checking YAML syntax, paths, rule existence, and completeness. Produces a report with errors and warnings.
/config-validateValidates application configuration files for security, consistency, and correctness across environments. Generates validation schemas and automated testing strategies.
/semgrep-ruleCreates Semgrep rules using a test-first methodology based on conversation context about the vulnerability or pattern to detect.
/hookifyCreates custom behavioral rules that block or warn about unwanted actions in Claude Code. Analyzes conversation history to suggest rules or creates them from explicit instructions.