n8n-code-python

Pass

Audited by Gen Agent Trust Hub on May 12, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill is entirely educational and instructional, focusing on helping users navigate the limitations of the n8n Python environment. It explicitly warns against importing external libraries and provides safe alternatives using the Python standard library.
  • [SAFE]: Data access patterns are implemented securely, promoting the use of the .get() method for dictionary access to prevent KeyError exceptions and ensuring items are accessed through the proper n8n _input and _json wrappers.
  • [SAFE]: No suspicious network operations, obfuscation, or persistence mechanisms were detected. The use of urllib.request is documented as a standard library alternative for simple HTTP requests where JavaScript's $helpers.httpRequest cannot be used, which is a legitimate and documented feature of the environment.
  • [SAFE]: The skill provides detailed error handling and validation logic, such as checking for empty inputs and ensuring correct return formats, which improves the robustness and security of the workflows it assists in creating.
Audit Metadata
Risk Level
SAFE
Analyzed
May 12, 2026, 02:22 PM