Ops Dashboard
PassAudited by ClawScan on May 1, 2026.
Overview
This skill appears to be a straightforward local ops-reporting tool that reads workspace and git metadata without network access, persistence, credential use, or destructive actions.
Before installing, be aware that this skill is meant to inspect local workspace health and may display git status, commit summaries, directory names, disk usage, and load averages. It appears benign and purpose-aligned, but avoid running it on repositories where that metadata should not be shared in an agent conversation.
Findings (1)
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.
The report may include branch names, changed file paths, and recent commit summaries from the selected repository.
The skill runs local git commands against a user-selected workspace. This is expected for its git-status purpose and uses argument lists rather than shell execution, but it is still local tool invocation that users should understand.
subprocess.run(["git", "-C", str(workspace), "status", "-sb"], capture_output=True, text=True, check=True)
Use the skill only on workspaces where it is acceptable for git metadata and directory names/sizes to appear in the agent’s response.
