Skill
Analysis
The skill is a transparent dashboard wrapper, but users should notice that it relies on installing and running an external npm CLI that is not included in the reviewed artifacts.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
npm install -g @reghoul/pm-dashboard
The skill depends on a globally installed npm package whose code is not included in the reviewed artifact set; this is expected for the dashboard purpose but should be verified by the user.
pm-dashboard init pm-dashboard start
The documented workflow executes a local CLI and starts a dashboard server. This is central to the skill's purpose and is shown as user-directed setup, not hidden execution.
All user state is preserved in `~/.openclaw/pm-dashboard/`
The artifact discloses persistent local dashboard state, including configuration, a SQLite database, and logs. This is purpose-aligned and not hidden.
