audio-reactive-visuals
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical guide for using the Web Audio API. All code snippets provided are standard client-side JavaScript for canvas and WebGL visualization.
- [DATA_EXPOSURE]: The skill includes a recipe for microphone input using
navigator.mediaDevices.getUserMedia. While this is a sensitive API, the skill provides explicit instructions on handling user permission and notes that it should not be used to transmit audio or cause feedback loops, maintaining usage within the intended local visualization context. - [INDIRECT_PROMPT_INJECTION]: The skill processes external audio frequency data. Although this is technically external input, it is processed as numeric byte arrays (
Uint8Array) for graphical rendering rather than being interpreted as text or instructions, posing no threat of injection. - [SAFE]: The skill includes proactive safety advice, such as limiting flash rates to prevent photosensitive seizures (WCAG 2.3.1) and respecting user motion preferences (
prefers-reduced-motion).
Audit Metadata