Game Quality Gates
Analysis
This is a Markdown-only game-development checklist with no code or credentials; the only notable items are user-directed shell commands for manual install, update, and uninstall.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
rm -rf ~/.openclaw/skills/game-quality-gates
This is a destructive shell delete command, but it appears under uninstall instructions and is scoped to this skill's own install directory; no artifact instructs automatic execution.
git clone https://github.com/abczsl520/game-quality-gates.git ~/.openclaw/skills/game-quality-gates
Manual installation and updates are documented through a mutable GitHub repository rather than a pinned commit; this is disclosed and user-directed, and the provided package is Markdown-only.
