Skip to content

Commit 93aa711

Browse files
sjnimsclaude
andcommitted
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

File tree

plugins/plugin-dev/commands/create-marketplace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Create plugin marketplaces with guided workflow
33
argument-hint: [marketplace-description]
4-
allowed-tools: Read, Write, Edit, Grep, Glob, Bash, TodoWrite, AskUserQuestion, Skill, Task
4+
allowed-tools: Read, Write, Edit, Grep, Glob, Bash(mkdir:*), TodoWrite, AskUserQuestion, Skill, Task
55
---
66

77
# Marketplace Creation Workflow

0 commit comments

Comments
 (0)