game-assets
Warn
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands like
curl,wget, andnodeusing parameters derived from external data such asimage_urlinthread.json. This pattern is vulnerable to command injection if the agent does not strictly sanitize the input strings before execution. - [EXTERNAL_DOWNLOADS]: The workflow involves searching for and downloading images, logos, and spritesheets from arbitrary internet sources found via WebSearch or provided in user data files. This introduces risks of processing malicious files or being directed to attacker-controlled servers.
- [REMOTE_CODE_EXECUTION]: Downloaded assets are subsequently processed by local scripts such as
build-character.mjs. This multi-step chain where untrusted remote data is processed by local tools could lead to code execution if vulnerabilities exist in the processing scripts or their dependencies likeface-api.js. - [PROMPT_INJECTION]: The skill processes untrusted data from
thread.jsonand instructs the agent to "study" external images for character design. This represents an indirect prompt injection surface where malicious metadata or hidden text in images could influence the agent's behavior during the asset generation process.
Audit Metadata