integrate-command
Integrates user or project commands into Product Forge, enhancing plugin functionality and streamlining command management.
Install this skill
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
Template literal with variable interpolation in command context
| 49 | ```bash |
Template literal with variable interpolation in command context
| 60 | ``` |
Template literal with variable interpolation in command context
| 74 | ```bash |
Template literal with variable interpolation in command context
| 79 | ``` |
Template literal with variable interpolation in command context
| 92 | ```bash |
Template literal with variable interpolation in command context
| 99 | ``` |
Template literal with variable interpolation in command context
| 110 | ```bash |
Template literal with variable interpolation in command context
| 116 | ``` |
Access to hidden dotfiles in home directory
| 9 | Import a command from your user-level (`~/.claude/`) or project-level (`.claude/`) directory into a Product Forge plugin. |
Access to hidden dotfiles in home directory
| 32 | - `--source=user`: Searches in `~/.claude/*/commands/` directories |
Access to hidden dotfiles in home directory
| 51 | find ~/.claude -path "*/commands/${command-name}.md" -type f 2>/dev/null |
Access to hidden dotfiles in home directory
| 64 | - ~/.claude/*/commands/${command-name}.md |