taubyte-remote-cloud-operations
Pass
Audited by Gen Agent Trust Hub on Apr 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the 'tau' CLI tool to perform cloud selection and query build logs. These commands are consistent with the intended functionality of the platform provided by the author, Taubyte.
- [PROMPT_INJECTION]: The skill processes build logs, which presents a surface for indirect prompt injection if an attacker can influence log content.
- Ingestion points: Build logs retrieved via the
tau query logscommand as described inSKILL.md. - Boundary markers: No delimiters or safety instructions are provided to the agent to distinguish log data from instructions.
- Capability inventory: The agent has the capability to execute shell commands using the
tauCLI (SKILL.md). - Sanitization: No validation or sanitization of the retrieved log content is performed before processing.
Audit Metadata