copy-command
Facilitates copying commands from Product Forge to user or project levels, enhancing command management in Claude Code.
Install this skill
or
81/100
Security score
The copy-command skill was audited on Feb 28, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 9
Access to hidden dotfiles in home directory
SourceSKILL.md
| 9 | Copy a command from Product Forge plugins to your user-level (`~/.claude/`) or project-level (`.claude/`) directory. |
medium line 30
Access to hidden dotfiles in home directory
SourceSKILL.md
| 30 | - `--user` - Copy to `~/.claude/{plugin}/commands/{name}.md` |
low line 50
Access to hidden dotfiles in home directory
SourceSKILL.md
| 50 | ~/.claude/ |
low line 64
Access to hidden dotfiles in home directory
SourceSKILL.md
| 64 | ls ~/.claude/plugins/cache/product-forge-marketplace/*/commands/*.md 2>/dev/null |
low line 103
Access to hidden dotfiles in home directory
SourceSKILL.md
| 103 | SOURCE=~/.claude/plugins/cache/product-forge-marketplace/{plugin}/commands/{command-name}.md |
medium line 109
Access to hidden dotfiles in home directory
SourceSKILL.md
| 109 | - `--user`: `~/.claude/{plugin}/commands/{command-name}.md` |
low line 136
Access to hidden dotfiles in home directory
SourceSKILL.md
| 136 | Source: ~/.claude/plugins/cache/product-forge-marketplace/{plugin}/commands/{command-name}.md |
Scanned on Feb 28, 2026
View Security Dashboard