Skip to main content

integrate-command

Integrates user or project commands into Product Forge, enhancing plugin functionality and streamlining command management.

Install this skill

or
48/100

Security score

The integrate-command skill was audited on Feb 28, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 49

Template literal with variable interpolation in command context

SourceSKILL.md
49```bash
medium line 60

Template literal with variable interpolation in command context

SourceSKILL.md
60```
medium line 74

Template literal with variable interpolation in command context

SourceSKILL.md
74```bash
medium line 79

Template literal with variable interpolation in command context

SourceSKILL.md
79```
medium line 92

Template literal with variable interpolation in command context

SourceSKILL.md
92```bash
medium line 99

Template literal with variable interpolation in command context

SourceSKILL.md
99```
medium line 110

Template literal with variable interpolation in command context

SourceSKILL.md
110```bash
medium line 116

Template literal with variable interpolation in command context

SourceSKILL.md
116```
medium line 9

Access to hidden dotfiles in home directory

SourceSKILL.md
9Import a command from your user-level (`~/.claude/`) or project-level (`.claude/`) directory into a Product Forge plugin.
medium line 32

Access to hidden dotfiles in home directory

SourceSKILL.md
32- `--source=user`: Searches in `~/.claude/*/commands/` directories
low line 51

Access to hidden dotfiles in home directory

SourceSKILL.md
51find ~/.claude -path "*/commands/${command-name}.md" -type f 2>/dev/null
low line 64

Access to hidden dotfiles in home directory

SourceSKILL.md
64- ~/.claude/*/commands/${command-name}.md
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →