huashu-design
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill presents a surface for indirect prompt injection through its core workflows.
- Ingestion points: The skill is instructed to perform
WebSearchto verify product facts (SKILL.md) and to read user-provided codebases, screenshots, and design systems (references/design-context.md) to extract design tokens. - Boundary markers: There are no explicit instructions or delimiters used to separate untrusted external content from the agent's instructions, nor are there warnings to ignore embedded commands within ingested files.
- Capability inventory: The skill possesses significant execution capabilities, including running shell commands through various scripts in the
scripts/directory that invokeffmpeg,ffprobe,node, andpython. It also usesnpxfor rendering and managing thehyperframesanimation backend. - Sanitization: No explicit sanitization, escaping, or validation of ingested external content is mentioned before it is interpolated into the agent's context.
- [COMMAND_EXECUTION]: The skill relies extensively on executing local system commands to perform its primary functions. It uses
ffmpegandffprobefor audio/video processing and validation (scripts/add-music.sh,scripts/verify-video.sh) andplaywrightvia Chromium for rendering HTML designs and taking screenshots (scripts/render-video.js,scripts/verify.py). - [EXTERNAL_DOWNLOADS]: The skill interacts with external services to fetch assets and process data.
- It downloads public domain images from Wikimedia Commons (
commons.wikimedia.org) usingscripts/fetch_images.py. - It optionally uses ByteDance's Volcengine cloud APIs (
ark.cn-beijing.volces.com,openspeech.bytedance.com) for video review and text-to-speech services (scripts/cloud/). These are recognized well-known services and use the user's own API keys.
Audit Metadata