The skill risks resource exhaustion from
Claims to do
Review CLAUDE.md from conversation history: Analyze recent conversations to improve both global (~/.claude/CLAUDE.md) and local (project) CLAUDE.md files.
Actually does
The skill uses `pwd`, `sed`, `ls`, `date`, `mkdir`, `basename`, `cat`, `jq`, and `grep` to locate conversation history in `~/.claude/projects/`, extract the 20 most recent conversations from `.jsonl` files, and convert them into plain text files in a temporary directory (`/tmp/claudemd-review-*`). It then describes launching internal 'Sonnet subagents' to analyze these conversations along with `~/.claude/CLAUDE.md` and `./CLAUDE.md` to identify potential improvements, and finally aggregates these findings for the user.
The skill explicitly launches 'parallel Sonnet subagents' to process data. While the subagent prompt is fixed, the number of agents is not explicitly capped, which could lead to resource exhaustion or amplify other attacks if not properly managed by the underlying platform.
Launch parallel Sonnet subagents to analyze conversations.
The skill's primary function is to suggest improvements to `CLAUDE.md` files, which serve as a knowledge base for the agent. Malicious or subtly biased suggestions, if approved by a human, could poison the agent's future instructions or context, leading to long-term behavioral changes.
Analyze the conversations against BOTH CLAUDE.md files. Find: ... Patterns that should be added to LOCAL CLAUDE.md ... Patterns that should be added to GLOBAL CLAUDE.md ... Ask user if they want edits drafted.
[](https://mondoo.com/ai-agent-security/skills/github/Fleron/Claude-plugins/review-claudemd)<a href="https://mondoo.com/ai-agent-security/skills/github/Fleron/Claude-plugins/review-claudemd"><img src="https://mondoo.com/ai-agent-security/api/badge/github/Fleron/Claude-plugins/review-claudemd.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/Fleron/Claude-plugins/review-claudemd.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.