RPG Text

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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.

What this means

If the agent or platform implements saves, game state may be retained between turns or sessions.

Why it was flagged

The skill defines persistent game progress storage via an autosave format. This is expected for an RPG and appears limited to fictional character, inventory, quest, and game-time state.

Skill content
"autosave": { "enabled": true, "interval_turns": 10, "filename": "autosave.json" }
Recommendation

Use the save feature only for game progress and avoid entering sensitive personal information into character names, notes, or roleplay text.