phaser4-spine-generative-reskin
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted external data in the form of Spine Skeleton JSON and Atlas files. \n
- Ingestion points: Files are read via
discoverSpineAssetandparseAtlasinscripts/spine_assets.mjsandscripts/spine_atlas.mjs. \n - Boundary markers: The skill uses a structured manifest (schema v3) and strictly validates all input data against expected schemas. \n
- Capability inventory: Filesystem operations are restricted to specific candidate directories using
isWithinandrealOrResolvedchecks. No network operations or arbitrary command execution capabilities are exposed. \n - Sanitization: Path normalization and validation are performed throughout the scripts to prevent directory traversal. SHA-256 hashing is used to ensure data integrity. \n- [COMMAND_EXECUTION]: The skill executes local Node.js scripts and uses the
sharplibrary for image processing. No evidence of shell injection or arbitrary command execution was found. All inputs tosharpand filesystem commands are validated. \n- [EXTERNAL_DOWNLOADS]: The skill only uses thesharplibrary, which is a standard and trusted package for image processing. No remote scripts or binary downloads are performed at runtime. \n- [DATA_EXFILTRATION]: No network operations (e.g.,curl,fetch) or attempts to access sensitive system files (e.g.,.env, SSH keys) were identified. All data processing is local.
Audit Metadata