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 dev and npm run build as defined in the project's package.json.
  • Executes a local shell script scripts/validate-project.sh to 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
Risk Level
SAFE
Analyzed
Apr 25, 2026, 01:52 AM
Security Audit — agent-trust-hub — phaser-build