tui-verify-change
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTIONCREDENTIALS_UNSAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the
aggbinary from the official asciinema GitHub repository. It demonstrates good security posture by requiring a specific version and performing a SHA256 checksum verification before installation. - [COMMAND_EXECUTION]: The skill makes extensive use of shell commands to manage build processes (
cargo), terminal sessions (tmux), and media transcoding (ffmpeg,asciinema). It also requiressudoprivileges to install dependencies and theaggtool. - [CREDENTIALS_UNSAFE]: The instructions involve the use of
WARP_API_KEYfor cloud-based verification. The skill explicitly warns the agent not to echo, print, or inline the secret value, relying instead on inherited environment variables to mitigate the risk of credential exposure. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it reads the contents of a terminal pane using
tmux capture-pane. If the TUI renders untrusted data, the agent could interpret that data as instructions. - Ingestion points: The agent reads the rendered screen text via
tmux capture-pane -t tuicheck -pinSKILL.md. - Boundary markers: Absent; the skill does not specify the use of delimiters when processing the captured terminal text.
- Capability inventory: The skill has access to
cargo build,tmuxcontrol, and package management viaapt-getas described inSKILL.md. - Sanitization: Absent; there is no logic to filter or escape instructions that might be embedded in the terminal buffer.
Audit Metadata