tzai-onboarding
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill dynamically identifies and executes a local script called
tzai-imagelocated in various home directory subfolders (e.g.,.agents,.cursor). It uses thebashshell to run this engine with command-line arguments. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection due to how it handles user input.
- Ingestion points: The
<user subject>placeholder inSKILL.mdis populated with raw user input. - Boundary markers: The input is wrapped in double quotes in the
bashexecution block, but there are no instructions to the agent to escape shell metacharacters. - Capability inventory: The skill utilizes
bashexecution which can be exploited if the interpolated input contains command separators or subshells. - Sanitization: No sanitization, filtering, or validation steps are provided for the user-supplied content before it is passed to the shell.
Audit Metadata