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.
Your game progress, choices, clues, and character state may be stored locally between sessions.
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.
每个章节都会更新 `game_state.json`,包含: - 当前章节和场景进度 - 玩家收集的线索 - 角色状态(生存/死亡)
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.
Some design guidance may be unavailable or inconsistent, but there is no evidence of unsafe code or hidden install behavior.
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.
严格遵循AI交互式游戏设计原则(详见CLAUDE.md中的"AI交互式游戏设计原则"章节)
The publisher should include CLAUDE.md or remove the reference so all runtime guidance is self-contained.
