qa-game
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Downloads standard, well-known testing libraries (@playwright/test, @axe-core/playwright) and browser binaries (Chromium) from the official NPM registry and Playwright infrastructure. These resources are well-known services and do not escalate the verdict.
- [COMMAND_EXECUTION]: Uses
npmandnpxto install dependencies and run the Playwright test engine. These commands are localized to the project environment and align with the skill's stated purpose. - [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection by ingesting untrusted project data (e.g.,
package.json,design-brief.md, and scene files) to guide test generation. - Ingestion points: reads
package.json,vite.config.js,design-brief.md, and all files insrc/(SKILL.md). - Boundary markers: None present to distinguish project data from agent instructions.
- Capability inventory: Performs
npm install, file system writes totests/, andnpx playwright test(SKILL.md). - Sanitization: No explicit sanitization of ingested file content before processing.
Audit Metadata