From safe-mode
Verifies Safety Net custom rules config: runs npx cc-safety-net validation, shows errors, fetches schema docs, suggests fixes via questions, re-verifies after updates.
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-mode/audit-rulesAudits .claude/rules/ files across enforceability, token efficiency, conflict detection, and correctness risk dimensions. Supports --full and --mini depth flags.
/semgrep-ruleCreates Semgrep security rules with test-first methodology, using conversation context for detection patterns, target languages, and taint modes.
/hookifyCreates custom behavioral rules from instructions to block or warn on unwanted actions like dangerous bash commands, debug code in files, or missing tests, saving regex-based rules to .claude/ files. Also analyzes conversation history for rule suggestions.
/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 format, required fields, rule files for existence/format/completeness, review stages, and commands; outputs status report with errors/warnings.
/find-misconfigScans the current project for misconfigurations in code and settings, reporting issues with potential fixes.