Commit 93aa711
fix: restrict Bash tool access in create-marketplace command
Change unrestricted `Bash` to `Bash(mkdir:*)` following the
least-privilege security principle documented in the
command-development skill.
The command only needs mkdir for directory creation, so
unrestricted Bash access was unnecessary and inconsistent
with the sister command create-plugin.md.
Fixes #106
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent f32a1b0 commit 93aa711
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments