Agent Config Directory Access
High
- Category
- Agent Snooping
- Content
data. Check if it's available: ```bash GRAPH_QUERY=$(find ~/.claude/plugins -name "graph_query.py" -path "*/gauntlet/*" 2>/dev/null | head -1) ``` **If gauntlet is not installed** (GRAPH_QUERY is empty):
- Confidence
- 92% confidence
- Finding
- The skill instructs the agent to enumerate `~/.claude/plugins` to locate a helper script in the user's local agent configuration. Even though the command is read-only and narrowly scoped, it crosses a trust boundary by probing agent-local filesystem state outside the repository being analyzed, which can disclose installed plugins and environment layout and normalize access to sensitive config directories.
