tzai-landscape
Fail
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: HIGHCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute a shell command:
bash "$ENGINE" landscape --prompt "<user subject>". The<user subject>placeholder is intended to be replaced with arbitrary user input. If a user provides a prompt containing shell metacharacters such as backticks (`), semicolons (;), or command substitutions ($(...)), they can execute arbitrary commands with the privileges of the agent process. - [REMOTE_CODE_EXECUTION]: The skill uses a loop to locate an executable script named
tzai-imagein various hidden directories within the user's home folder (e.g.,~/.agents/skills/...,~/.claude/skills/...). It then executes the found file usingbash "$ENGINE". Executing files from computed paths on the filesystem is risky as it depends on the integrity of those directory structures and can be exploited if an attacker can place a malicious file in one of the searched locations.
Recommendations
- AI detected serious security threats
Audit Metadata