Banshee's Last Cry Game CN
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: banshee-s-last-cry Version: 1.0.0 This skill bundle implements an interactive text-based horror game. The instructions for the AI agent, while technically prompt injections, are exclusively focused on controlling the game's narrative style, pacing, and information disclosure (e.g., '每次输出200-400字后暂停', '禁止使用"选项A/B/C"格式', '不要一次性展示所有信息!') to enhance the game experience. The skill requires and explicitly states file read/write access to `game_state.json` (mentioned in `SKILL.md`, `ch00_start.md`, and `system_game_state.md`) for maintaining game state, which is a legitimate and necessary function for a stateful game. There is no evidence of data exfiltration, malicious execution, persistence, obfuscation, or other harmful behaviors.
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.
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.
