Skip to main content

skill-scout

Helps users find existing skills before creating new ones, ensuring efficient skill development and avoiding duplication.

Install this skill

or
97/100

Security score

The skill-scout skill was audited on May 18, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 44

Access to hidden dotfiles in home directory

SourceSKILL.md
44find ~/.claude/skills -maxdepth 2 -name SKILL.md 2>/dev/null | grep -iE "keyword|synonym"
low line 45

Access to hidden dotfiles in home directory

SourceSKILL.md
45find ~/.claude/plugins/marketplaces -path '*/skills/*/SKILL.md' 2>/dev/null | grep -iE "keyword|synonym"
low line 51

Access to hidden dotfiles in home directory

SourceSKILL.md
51grep -RilE "keyword|synonym" ~/.claude/skills ~/.claude/plugins/marketplaces 2>/dev/null
Scanned on May 18, 2026
View Security Dashboard
Installation guide →