wzrrd-video
Fail
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructions provide a command to install the CLI utility using
curl -fsSL https://wzrrd.sh/install.sh | bash. This executes code from a remote server directly in the user's shell, which is a significant security risk as the script is unverified and runs with the user's privileges. - [EXTERNAL_DOWNLOADS]: The skill references and fetches resources from the
wzrrd.shdomain, including an installation script and supplemental agent instructions located at/.well-known/agent-skills/. - [COMMAND_EXECUTION]: The skill relies on several local command-line tools (
wzrrdandjoelclaw) to manage video pipelines, which involves executing subprocesses in the local environment. - [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection through its handling of external data.
- Ingestion points: Untrusted data from the cloud-native pipeline, such as transcripts and workflow status metadata, enters the agent context through
video/publish.completedevents and status command outputs. - Boundary markers: Absent. There are no specific delimiters or instructions to ignore embedded commands within the processed data.
- Capability inventory: The skill has the ability to execute local commands and access specific project directories.
- Sanitization: There is no evidence of validation or sanitization for the content returned from the remote wzrrd service.
Recommendations
- HIGH: Downloads and executes remote code from: https://wzrrd.sh/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata