find-plugin-file
This skill helps locate files within the Claude Code plugins cache directory, resolving paths dynamically for efficient plugin management.
Install this skill
or
89/100
Security score
The find-plugin-file skill was audited on May 30, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 3
Access to hidden dotfiles in home directory
SourceSKILL.md
| 3 | description: This skill should be used when needing to locate files within the Claude Code plugins cache directory (~/.claude/plugins/cache). Triggers include finding tool scripts, skill files, or any |
medium line 10
Access to hidden dotfiles in home directory
SourceSKILL.md
| 10 | This skill provides a utility to dynamically locate files within the Claude Code plugins cache directory. Instead of hardcoding plugin-cache paths, use this skill to find files in `~/.claude/plugins/c |
low line 61
Access to hidden dotfiles in home directory
SourceSKILL.md
| 61 | FIND_SCRIPT=`ls ~/.claude/plugins/cache/closedloop-ai/code/*/skills/find-plugin-file/scripts/find_plugin_file.py 2>/dev/null | sort -V | tail -1` |
Scanned on May 30, 2026
View Security Dashboard