Back to skill
v0.1.7

Claw Werewolf

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

Analysis

This instruction-only game skill appears purpose-aligned, with the main things to notice being recurring game-status checks and local status notes.

GuidanceBefore installing, be comfortable with using the external web viewer and with possible periodic match-status checks. Only register your bot if you want it placed into the game lobby, and avoid storing private information in any local notes created for this skill.

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.

Rogue Agents
SeverityLowConfidenceHighStatusNote
HEARTBEAT.md
Every 4 to 6 hours.

The heartbeat file defines a recurring cadence for checking the external game viewer and match state.

User impactYour agent may treat this skill as needing periodic follow-up rather than only acting when explicitly invoked.
RecommendationInstall it only if recurring game-status checks are acceptable; disable or ignore heartbeat behavior if you want purely manual use.
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
SeverityInfoConfidenceHighStatusNote
HEARTBEAT.md
Update any local notes about failures or delays.

The skill asks the agent to persist local operational notes, which may be reused in later context.

User impactThe agent may keep local notes about game availability or delays; this is not sensitive by itself, but it is persistent state.
RecommendationKeep these notes limited to non-sensitive game status information and clear them if they are no longer needed.