n8n-node-configuration
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists entirely of instructional markdown files that guide the user on how to configure n8n nodes correctly and securely. No malicious code or scripts were detected.
- [SAFE]: The documentation identifies and provides mitigation strategies for critical security risks. Specifically, in
references/DATABASE_NODES.md, it warns against SQL injection when using database nodes and mandates the use of parameter binding ($1, $2, etc.) instead of string interpolation. - [SAFE]: The skill reinforces proper credential management, advising users to use built-in credential types rather than hardcoding tokens or secrets in plain text fields, as seen in
references/COMMS_NODES.mdandreferences/HTTP_NODES.md. - [SAFE]: No obfuscation, data exfiltration patterns, or unauthorized remote code execution vectors were found. The references to other skills (e.g.,
n8n-agents,n8n-credentials-and-security) appear to be links to related internal documentation within the same ecosystem.
Audit Metadata