Appearance
SEC469 / MD-CHGRP-ALLOWED-TOOLS flags AI-native markdown frontmatter that grants blanket chgrp authority through allowed-tools.
Why this matters:
Bash(chgrp:*)gives broad group-changing authority as a default shared capability- the grant is wider than a reviewed ownership-update workflow
- shared instructions should prefer a narrow scoped command instead of open-ended group changes
Triggers:
yaml
allowed-tools: Bash(chgrp:*)Does not trigger:
yaml
allowed-tools: Bash(chgrp staff ./bin/tool)Remediation:
- replace
Bash(chgrp:*)with a narrower reviewed group-change command or remove the grant entirely