image
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- Library Integration: The skill provides documentation and examples for integrating the
@json-render/imageand@json-render/corelibraries. These are standard utility packages for programmatic image generation. - External Resource Handling: The
Imagecomponent within the library accepts a URL for rendering. While this is intended functionality for displaying external images, users should be aware that the rendering engine will fetch these resources, which is a common pattern in image generation tools. - Data Processing Considerations: This skill facilitates the rendering of JSON specifications, which may include AI-generated content or data from external sources. As a general security best practice for rendering engines, inputs should be validated to ensure they conform to the expected schema, a pattern supported by the skill's use of the Zod library for custom component definitions.
Audit Metadata