Ashen Era Play
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The skill is designed to execute platform-specific binaries bundled within the package to play a CLI game. The script `scripts/run-packed-cli.sh` performs environment detection, extracts archives using `tar`, and executes the resulting binary with `chmod +x` and `exec`. While this behavior is consistent with the stated purpose in `SKILL.md`, the execution of opaque, pre-compiled binaries is a high-risk capability that could facilitate arbitrary code execution (RCE). No explicit evidence of malicious intent, such as data exfiltration or persistence, was found in the provided source code or instructions.
