Back to skill
v1.0.1

Ops Dashboard

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 5:16 AM.

Analysis

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.

GuidanceBefore 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.

Abnormal behavior control

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.

Tool Misuse and Exploitation
SeverityLowConfidenceHighStatusNote
scripts/ops_dashboard.py
subprocess.run(["git", "-C", str(workspace), "status", "-sb"], capture_output=True, text=True, check=True)

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.

User impactThe report may include branch names, changed file paths, and recent commit summaries from the selected repository.
RecommendationUse the skill only on workspaces where it is acceptable for git metadata and directory names/sizes to appear in the agent’s response.