Skip to main content

Claude Code Plugin Builder

Facilitates the creation of Claude Code plugins with structured components and integration capabilities for enhanced functionality.

Install this skill

or
0/100

Security score

The Claude Code Plugin Builder skill was audited on Feb 9, 2026 and we found 13 security issues across 2 threat categories, including 7 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 51

Template literal with variable interpolation in command context

SourceSKILL.md
51```json
medium line 132

Template literal with variable interpolation in command context

SourceSKILL.md
132```json
medium line 148

Template literal with variable interpolation in command context

SourceSKILL.md
148```json
high line 222

Template literal with variable interpolation in command context

SourceSKILL.md
222| Hooks not firing | `chmod +x hooks/script.sh`, use `${CLAUDE_PLUGIN_ROOT}` |
high line 223

Template literal with variable interpolation in command context

SourceSKILL.md
223| MCP server fails | Use `${VAR:-}` for optional env vars, test command independently |
medium line 263

Template literal with variable interpolation in command context

SourceSKILL.md
263```bash
high line 343

Template literal with variable interpolation in command context

SourceSKILL.md
343- Use `${CLAUDE_PLUGIN_ROOT}` for paths
high line 349

Template literal with variable interpolation in command context

SourceSKILL.md
349- Use `${VAR:-}` for optional env vars
high line 381

Template literal with variable interpolation in command context

SourceSKILL.md
381- `${CLAUDE_PLUGIN_ROOT}` - Plugin directory
high line 382

Template literal with variable interpolation in command context

SourceSKILL.md
382- `${VAR:-}` - Optional env var
high line 383

Template literal with variable interpolation in command context

SourceSKILL.md
383- `${VAR}` - Required env var
low line 250

External URL reference

SourceSKILL.md
250- Git URL: `/plugin marketplace add https://git.server.com/plugins.git`
low line 403

External URL reference

SourceSKILL.md
403- [MCP](https://modelcontextprotocol.io/)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →