Description-Behavior Mismatch
Medium
- Confidence
- 93% confidence
- Finding
- The embedded `health-check.sh` is presented as a diagnostic script, but it performs network-dependent package-manager operations such as `npm audit`, `npm outdated`, and on-demand `npx --yes ...` tool execution, which may fetch and execute remote packages. In this skill context, dependency, installer, and helper-script actions are supposed to require explicit user approval and diff review before execution, so bundling these operations into a one-shot health check increases the chance an agent runs mutating or externally sourced commands without the required guardrails.
