yyl-video-thumbnail
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill's primary function is to process images and text into video thumbnails using local Python scripts. It does not exhibit any malicious patterns such as credential theft, data exfiltration, or unauthorized command execution.
- [COMMAND_EXECUTION]: The skill involves executing local Python scripts (
cutout.pyandrender.py) and standard setup commands (pip install,playwright install). These are documented and necessary for the skill's functionality. - [EXTERNAL_DOWNLOADS]: Dependencies like
rembgandplaywrightmay download necessary assets, such as machine learning models and browser binaries, from their official sources upon first use. This is standard behavior for these well-known libraries. - [INDIRECT_PROMPT_INJECTION]: The skill processes user-provided strings (titles, subtitles) for image generation. Analysis of
src/render.pyconfirms that user input is properly sanitized usinghtml.escape()before being interpolated into HTML templates and rendered via Playwright, effectively mitigating potential injection attacks within the browser context.
Audit Metadata