objectstack-automation
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill's automation schemas define nodes and actions for executing custom code. For example,
flow.zod.tsincludes ascriptnode type for JavaScript/TypeScript, andworkflow.zod.tsdefinesCustomScriptActionSchemasupporting JavaScript, TypeScript, and Python. - [EXTERNAL_DOWNLOADS]: The protocol definitions include robust support for outbound network operations.
flow.zod.tsspecifieshttp_requestnodes, andwebhook.zod.tsdefines schemas for pushing data to external URLs via webhooks. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes user-provided automation metadata. Malicious instructions could be embedded in fields like node labels, descriptions, or formula expressions (e.g.,
criteriainWorkflowRuleSchema) to influence the behavior of the agent interpreting these definitions.
Audit Metadata