n8n
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for the agent to execute
curlcommands to interact with the n8n REST API. These commands are used for standard operations such as creating, updating, and activating workflows as documented inSKILL.mdandreferences/api-reference.md. - [DATA_EXPOSURE]: The skill requires reading configuration data and API keys from a local
.envfile. This is a recognized safe practice for managing credentials in local automation environments and does not constitute a security risk. - [PROMPT_INJECTION]: The skill processes data from external webhooks and n8n API outputs (documented in
references/expressions.md), which represents an indirect prompt injection surface. This is a functional requirement for automation tools, and the skill provides guidance on safe data access patterns such as optional chaining. - Ingestion points: Webhook payload data (under the
.bodykey) and n8n API response data. - Boundary markers: The instructions distinguish between static strings and dynamic expressions using
{{ }}delimiters. - Capability inventory: Shell command execution via
curlrestricted to the n8n API scope. - Sanitization: Employs
jqfor robust parsing of structured API responses. - [SAFE]: All external services referenced (including Slack, Google Sheets, OpenAI, and Anthropic) are well-known technology providers, and the skill's operations align with its stated purpose of n8n workflow management.
Audit Metadata