game-qa
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes well-known, industry-standard testing frameworks including
@playwright/testand@axe-core/playwright. All package installations use standard npm/npx commands. - [SAFE]: The recommended MCP server,
@playwright/mcp, is an official tool provided by the Playwright team for interactive browser control. - [SAFE]: Programmatic browser interactions via
page.evaluate()andpage.addInitScript()are standard testing patterns used here specifically to inspect game state and inject deterministic seeds into the browser context. - [SAFE]: The skill manages game state via a custom JSON-based interface (
render_game_to_text), which facilitates structured data analysis for automated assertions without exposing the host system to risk.
Audit Metadata