register-asset
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local script
scripts/make-assets-index.mjsusing thenoderuntime via theBashtool to update the visual asset overview. - [PROMPT_INJECTION]: The skill exhibits a vulnerability to Indirect Prompt Injection through potential Cross-Site Scripting (XSS) in the generated
assets.htmlfile. - Ingestion points: The skill ingests data from
design-assets.jsonand user-supplied arguments such as--assetand--subtitleas defined inSKILL.md. - Boundary markers: Absent. There are no delimiters or instructions to the agent to treat the injected content as raw text rather than executable HTML.
- Capability inventory: The skill utilizes the
Writetool to create or modifyassets.htmland theBashtool to run indexing scripts. - Sanitization: Absent. The instructions do not specify any validation or escaping of the metadata before interpolation into the HTML template, which could allow an attacker to inject malicious scripts into the local dashboard via asset names or descriptions.
Audit Metadata