grok-designer
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFEDATA_EXFILTRATIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill transmits the contents of local files provided via the
-fflag and images via the-iflag to the external endpointhttps://zenmux.ai/api/v1. This behavior is the primary intended function of the tool to provide design context to the remote Grok model. - [COMMAND_EXECUTION]: The
grok-designerCLI script executes local system utilities (sipson macOS andcwebp) to retrieve image dimensions and perform optimization. These subprocess calls are executed safely using argument lists to prevent shell command injection. - [PROMPT_INJECTION]: The skill provides a surface for indirect prompt injection by ingesting untrusted local project data which is then interpolated into prompts sent to the external design advisor.
- Ingestion points: Local source files and screenshots processed by the
grok-designerscript inscripts/grok-designer. - Boundary markers: The script uses dedicated system prompts and structured templates to define the role and constraints of the advisor.
- Capability inventory: Performs network requests via
urlliband writes advisor output to the local filesystem. - Sanitization: Implements structural integrity checks on generated HTML and SVG outputs to prevent the inclusion of malicious
file://URLs, markdown fences, or placeholder text.
Audit Metadata