hero-ascii-render

Pass

Audited by Gen Agent Trust Hub on Aug 30, 2026

Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The skill implements a rendering pipeline designed to process untrusted visual content from images, videos, and webcam streams, which represents a potential attack surface where adversarial visual patterns could influence the agent.
  • Ingestion points: Untrusted visual data enters the system via the hero-ascii__source image/video elements and the navigator.mediaDevices.getUserMedia API in SKILL.md.
  • Boundary markers: The implementation lacks explicit delimiters or instructions for the agent to treat visual input as strictly non-instructional, relying on the rendering pipeline to transform the data.
  • Capability inventory: The skill uses the Canvas 2D API for data analysis and rendering (getImageData, fillText) and includes functionality to request access to the user's camera.
  • Sanitization: Data is processed through downsampling and sRGB-to-linear luminance conversion, which reduces the data density but does not sanitize against semantically embedded visual prompts.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 30, 2026, 05:48 PM
Security Audit — agent-trust-hub — hero-ascii-render