RPG Text

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent instruction-only text RPG skill with static game data and no evidence of credential use, code execution, network access, or unsafe system control.

This skill appears safe for casual text RPG play. Before installing, note that it may maintain game progress if the platform supports saves, so avoid including real personal details in game state or roleplay notes.

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.

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.