zoho-books
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill utilizes
npxto download and run the@useclawlink/clipackage from the official NPM registry. This is a common and expected method for utilizing the integration's command-line tools. - [COMMAND_EXECUTION]: The instructions direct the agent to execute shell commands via the
@useclawlink/clitool to manage Zoho Books data. This includes logging in, connecting the account, and running specific accounting actions. - [DATA_EXFILTRATION]: Local storage of authentication credentials at
~/.clawlink/credentials.jsonis used to maintain the session. This follows standard CLI application practices for credential management. - [INDIRECT_PROMPT_INJECTION]: The skill interacts with external data (invoices, contacts, bills) from Zoho Books, which could potentially contain instructions that influence the agent's behavior.
- Ingestion points: Data enters the agent context through actions such as
zoho_books_list_invoicesandzoho_books_get_contactexecuted via the CLI inSKILL.md. - Boundary markers: There are no explicit markers or instructions used to isolate retrieved data from the agent's core instructions.
- Capability inventory: The skill possesses the capability to execute shell commands through the
npxenvironment. - Sanitization: No explicit sanitization or validation of the data retrieved from Zoho Books is mentioned in the skill instructions.
Audit Metadata