data-manager
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and code snippets for the Phaser 4
DataManagerAPI. The content focuses on legitimate game development tasks such as state management, event handling, and data reactive binding. - [INDIRECT_PROMPT_INJECTION]: The skill describes methods for storing and retrieving arbitrary data using
setData,getData, andmerge. This represents a potential surface for indirect prompt injection if an agent processes untrusted user input stored through these methods. However, this is an inherent characteristic of data management utilities. - Ingestion points:
setData,merge, andlocalStorage.getItemmentioned inSKILL.md. - Boundary markers: None present; the API is designed to handle raw key-value pairs.
- Capability inventory: The skill includes logic for writing to and reading from
localStoragefor state persistence. - Sanitization: No specific sanitization or validation logic is provided in the documentation examples, which is typical for a low-level data storage API.
Audit Metadata