phaser4-game-ui-layout

Pass

Audited by Gen Agent Trust Hub on Sep 7, 2026

Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The skill manages an ingestion surface by processing external layout contracts in JSON/YAML format.
  • Ingestion points: The loadContract function in scripts/validate_ui_layout_contract.mjs reads contract files from the local project directory.
  • Sanitization: Strict schema validation is performed by the validateContract function, and data is parsed using standard methods to minimize injection risks.
  • Capability inventory: The validation script is limited to local file system reads and cryptographic hashing; it lacks network access or write capabilities.
  • [COMMAND_EXECUTION]: The documentation instructs the agent to execute local Node.js scripts for layout validation.
  • Security Features: A projectPath utility is implemented to prevent directory traversal attacks, ensuring that file operations are confined to the intended project root.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 7, 2026, 07:47 AM
Security Audit — agent-trust-hub — phaser4-game-ui-layout