catalyst-appsail
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes user-supplied application code, Dockerfiles, and
app-config.jsonconfigurations to generate deployment commands and application logic. This creates a surface where instructions embedded in a codebase could influence the agent's behavior. - Ingestion points: Application source code and configuration files defined in
references/appsail-basics.mdare processed by the agent. - Boundary markers: The skill does not provide explicit instructions or delimiters for the agent to separate user-provided code from the agent's own instructional context.
- Capability inventory: The skill uses the
catalystCLI for deployment tasks, which involves executing shell commands and accessing local project files. - Sanitization: No sanitization or validation mechanisms are mentioned for the content of the files before they are utilized in the deployment workflow.
- [PRIVILEGE_ESCALATION]: The Node.js code template in
references/appsail-basics.mdinitializes the Catalyst SDK withscope: 'admin'. While this is a documented requirement for certain administrative operations within the Catalyst ecosystem, it grants the application full administrative privileges over the project's cloud resources. - [UNVERIFIABLE_DEPENDENCIES_AND_REMOTE_CODE_EXECUTION]: The skill documentation includes instructions for installing the
zcatalyst-cliglobally vianpmand utilizingnpm installwithin Docker environments. These operations involve downloading and installing external software packages, which are identified as vendor-owned tools for the Zoho Catalyst platform.
Audit Metadata