Skip to main content

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
3description: 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
10This 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
61FIND_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
Installation guide →
GitHub Stars 92
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
closedloop-ai/claude-plugins