The skill enables arbitrary command execution via
Claims to do
Health: Audit the Six-Layer Stack: Prefix your first line with 🥷 inline, not as its own paragraph.
Actually does
This skill executes a shell script (`collect-data.sh`) to gather configuration data from the project's Claude Code setup, including `CLAUDE.md`, rules, skills, hooks, subagents, and verifiers. It performs a live check on configured MCP servers by calling one tool per server and accesses `settings.local.json`. Based on project complexity, it analyzes the data, potentially launching subagents (`inspector-context.md`, `inspector-control.md`) for deeper audits, and generates a structured health report with actionable fixes.
The skill executes an external bash script (`collect-data.sh`) whose path can be influenced by environment variables or user-writable directories. A compromised script in these locations could lead to arbitrary command execution.
bash "$HEALTH_SCRIPT"; for candidate in ... "$HOME/.agents/skills/health/scripts/collect-data.sh"; do ... done
The skill is designed to launch two subagents in parallel for deep audits. This capability, if not properly constrained or if the subagent prompts are compromised, could lead to uncontrolled actions or resource abuse.
launch two subagents in parallel. ... Agent 1 (Context + Security): Read `agents/inspector-context.md`. ... Agent 2 (Control + Behavior): Read `agents/inspector-control.md`.
The skill's report includes an 'Action' field with copy-pasteable shell commands for remediation. If the skill's analysis logic is compromised, it could suggest malicious commands to the human user.
Action: <exact command or edit to fix>; Example: `git rm --cached .claude/settings.local.json && echo '.claude/settings.local.json' >> .gitignore`
[](https://mondoo.com/ai-agent-security/skills/github/tw93/waza/health)<a href="https://mondoo.com/ai-agent-security/skills/github/tw93/waza/health"><img src="https://mondoo.com/ai-agent-security/api/badge/github/tw93/waza/health.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/tw93/waza/health.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.