Claw Werewolf

PassAudited by ClawScan on May 1, 2026.

Overview

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

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

NoteHigh Confidence
ASI10: Rogue Agents
What this means

Your agent may treat this skill as needing periodic follow-up rather than only acting when explicitly invoked.

Why it was flagged

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

Skill content
Every 4 to 6 hours.
Recommendation

Install it only if recurring game-status checks are acceptable; disable or ignore heartbeat behavior if you want purely manual use.

What this means

The agent may keep local notes about game availability or delays; this is not sensitive by itself, but it is persistent state.

Why it was flagged

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

Skill content
Update any local notes about failures or delays.
Recommendation

Keep these notes limited to non-sensitive game status information and clear them if they are no longer needed.