Agent Config Directory Access
High
- Category
- Agent Snooping
- Content
ps aux | grep -iE "npx|npm exec|mcp" | grep -v grep ``` If the tool in question stores its enabled-plugin list in a config file (for Claude Code, that's `enabledPlugins` in `~/.claude/settings.json`), read it and cross-reference: plugins the user doesn't actually use are pure overhead — each one is a standing process even when idle. Also check how many separate sessions/windows of the tool are running, and for how long:
- Confidence
- 90% confidence
- Finding
- Skill reads from agent configuration directories (.claude/, .codex/, .gemini/). These directories may contain API keys, personal settings, and other credentials that the skill has no legitimate need to access.
