n8n-code-python

Pass

Audited by Gen Agent Trust Hub on May 26, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill is purely educational, providing documented patterns and templates for transforming data within n8n's Python Code node environment.
  • [SAFE]: It explicitly and repeatedly warns against attempting to use external libraries (such as requests, pandas, or numpy), which helps prevent users from introducing unverified dependencies or facing unexpected runtime errors.
  • [SAFE]: The documentation promotes defensive programming by emphasizing the use of the .get() method for dictionary access, preventing potential KeyError crashes when processing untrusted input.
  • [SAFE]: It correctly guides users on accessing nested webhook data through the body property, ensuring proper data handling from external sources.
  • [SAFE]: The skill recommends using platform-native tools (like the HTTP Request node) or JavaScript for network operations, which is consistent with n8n best practices and reduces the attack surface of the Python execution environment.
Audit Metadata
Risk Level
SAFE
Analyzed
May 26, 2026, 10:52 AM
Security Audit — agent-trust-hub — n8n-code-python