ascii-dither-halftone
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill implements logic to process external visual media, which is its primary function.
- Ingestion points: The
initAsciiVideofunction inSKILL.mdrequests camera access usingnavigator.mediaDevices.getUserMedia, andimageToAsciiprocesses image files. - Boundary markers: No explicit markers are used to frame the output of the dithering or ASCII algorithms.
- Capability inventory: The skill uses browser
canvasandvideoAPIs for image manipulation. - Sanitization: Input data is mapped to characters or dot sizes according to the effect logic.
- [EXTERNAL_DOWNLOADS]: The skill references a well-known 3D graphics library for post-processing.
- Evidence:
npm i three@0.168inSKILL.md.
Audit Metadata