blacklist/ · Body: must be empty
Blacklist entries carry no body — the pattern is in frontmatter.
Frontmatter
Fields NOT supported
id,tenant_id,created_at,updated_at— system-set
Example
blacklist/rm-rf-root.mdx
blacklist/interactive-editors.mdx
Gotchas
- Substring match by default.
pattern: vimblocksvim file.txt,git --paginate=vim, anywherevimappears. Use globs for precise patterns:pattern: rm -rf *. - No regex. Only
*and?are interpreted; everything else is literal. - Tenant blacklist beats org. Tenant-scoped entries can’t be overridden by an org-scoped allowlist (there is no allowlist concept).
- Body must be empty. Common mistake: putting an explanation in the body. Move it to
descriptionin frontmatter.

