Rules that do not do what they look like
rule_findingsIdentify permission rules that are accepted but ignored or misinterpreted, with cited documented behavior, so you can debug and fix your coding agent's actual permissions before relying on them.
Instructions
Permission rules whose documented behaviour differs from their apparent intent: rules Claude Code accepts and never consults, /path rules in user settings that anchor at the config directory rather than your project, wildcards without a word boundary, allow rules on commands that run other commands, and allow rules a deny or ask rule reaches first. Each finding cites the documented behaviour. Use before trusting a guard rail you wrote a while ago.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | No | Absolute path to the project directory whose permissions you want. Defaults to the server's working directory. | |
| kind | No | Restrict to one category of finding. |