phaser-build
Pass
Audited by Gen Agent Trust Hub on Apr 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes several standard development commands to manage the game project.
- Runs local build scripts and development servers using
npm run devandnpm run buildas defined in the project'spackage.json. - Executes a local shell script
scripts/validate-project.shto perform health checks on the project structure and dependencies. - Performs TypeScript type checking via
npx tsc --noEmit. - [EXTERNAL_DOWNLOADS]: The documentation references the installation of standard, well-known libraries and tools from official registries.
- Installs the Phaser game engine (
phaser@beta). - Installs Capacitor for mobile deployment (
@capacitor/core,@capacitor/cli). - Installs testing frameworks (
vitest,@playwright/test). - [SAFE]: No signs of obfuscation, credential exfiltration, prompt injection, or unauthorized network operations were detected. The project validation script uses standard shell utilities to analyze local source code and configuration files for common development errors.
Audit Metadata