Back to skill
v1.0.0

Ranked Gym

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 4:51 AM.

Analysis

Ranked Gym is an instruction-only workout gamification skill that appears coherent and purpose-aligned, with the main user-notice item being local persistence of fitness progress data.

GuidanceThis skill looks safe to install based on the supplied artifacts. It has no code, dependencies, credentials, or external API requirements. Be aware that its core function involves recording workout progress and maintaining persistent fitness stats, so only log details you are comfortable storing in your agent environment.

Findings (2)

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.

Human-Agent Trust Exploitation
SeverityInfoConfidenceHighStatusNote
SKILL.md
All data stays local on your machine — Your rank, streaks, achievements—zero cloud uploads. No tracking, no ads.

The skill makes a privacy claim. The provided artifacts contain no code or install mechanism contradicting it, so this is not a concern, but users should recognize it as an instruction-level claim rather than independently demonstrated implementation behavior.

User impactThe skill presents itself as local-only, which is reassuring, but the artifact is instruction-only and does not define a specific storage mechanism.
RecommendationTreat the local-only statement as the skill's declared behavior and avoid entering highly sensitive health details unless you trust the surrounding agent environment.
Sensitive data protection

Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.

Memory and Context Poisoning
SeverityLowConfidenceHighStatusNote
SKILL.md
Track streaks to maintain momentum. See your stats on a persistent leaderboard.

The skill explicitly keeps ongoing progress state, including workout streaks and leaderboard-style stats. This persistence is central to the skill's purpose, but it means personal fitness activity may be retained.

User impactYour workout history, rank, achievements, and streak information may be kept as ongoing local progress data.
RecommendationUse it only for workout details you are comfortable storing locally, and periodically review or clear any saved progress if your agent environment supports that.