Back to skill
v1.1.0

Game Quality Gates

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 6:30 AM.

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.

GuidanceThis skill appears safe for normal use as a game-development checklist. Before installing manually, make sure you trust the GitHub repository, and run the uninstall rm -rf command only if you intentionally want to remove this skill.

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.

Abnormal behavior control

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.

Tool Misuse and Exploitation
SeverityLowConfidenceHighStatusNote
docs/Installation.md
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.

User impactIf copied accidentally or edited incorrectly, the command could delete local files, but as written it only removes this skill folder.
RecommendationRun the uninstall command only when intentionally removing the skill, and verify the path before pressing Enter.
Agentic Supply Chain Vulnerabilities
SeverityInfoConfidenceHighStatusNote
docs/Installation.md
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.

User impactManual installs or future git pulls depend on the contents of that repository at the time you run them.
RecommendationInstall from the registry when possible, or review the repository contents before cloning or updating manually.