n8n-errors-connection
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use standard system diagnostic tools such as
nslookup,dig,redis-cli,pg_isready, andpsqlto verify service availability and network connectivity (found inSKILL.mdandreferences/examples.md). - [PROMPT_INJECTION]: The skill is designed to process and analyze the output of diagnostic CLI tools, which constitutes an attack surface for indirect prompt injection if a target service returns malicious content in its responses.
- Ingestion points: Diagnostic outputs from command-line tools like
nslookup,dig,redis-cli, andpsqlspecified inSKILL.mdandreferences/examples.md. - Boundary markers: None specified for the handling of tool outputs.
- Capability inventory: The skill utilizes shell command execution for diagnostics, database queries, and network checks.
- Sanitization: No sanitization or validation of the external tool output is defined prior to analysis.
Audit Metadata