Appearance
SEC529 / MD-GH-API-DELETE-ALLOWED-TOOLS
SEC529 flags AI-native markdown frontmatter when allowed-tools or allowed_tools grants the exact token Bash(gh api --method DELETE:*).
Why It Matters
gh api --method DELETE is a broad destructive GitHub mutation path. Shared frontmatter should not quietly make remote DELETE mutations a default capability for every agent that loads the file.
Trigger Shape
- AI-native markdown surface with parsed frontmatter
- path is not fixture-like
allowed-toolsorallowed_toolscontains the exact tokenBash(gh api --method DELETE:*)
Safer Example
md
---
allowed-tools:
- Bash(gh api --method GET:*)
---