Banshee's Last Cry Game CN

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent instruction-only horror text adventure with only minor notes about local game-state storage and one referenced but absent design file.

This skill appears safe to install as a Markdown-based horror game. Be aware that it contains violent and psychological horror content, and that it may keep a local game_state.json save file with your gameplay progress and choices.

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.

What this means

Your game progress, choices, clues, and character state may be stored locally between sessions.

Why it was flagged

The skill uses a persistent local game-state file to remember progress and clues. This is expected for the stated game purpose, but users should know gameplay inputs may be retained in that file.

Skill content
每个章节都会更新 `game_state.json`,包含:
- 当前章节和场景进度
- 玩家收集的线索
- 角色状态(生存/死亡)
Recommendation

Keep game_state.json scoped to the game, avoid putting real personal information into player notes or names, and delete or reset the file when starting over.

What this means

Some design guidance may be unavailable or inconsistent, but there is no evidence of unsafe code or hidden install behavior.

Why it was flagged

A referenced guidance file, CLAUDE.md, is not listed in the provided file manifest. The visible files include the relevant gameplay rules, so this appears to be a documentation/provenance gap rather than hidden executable behavior.

Skill content
严格遵循AI交互式游戏设计原则(详见CLAUDE.md中的"AI交互式游戏设计原则"章节)
Recommendation

The publisher should include CLAUDE.md or remove the reference so all runtime guidance is self-contained.