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 preventKeyErrorexceptions and ensuring items are accessed through the proper n8n_inputand_jsonwrappers. - [SAFE]: No suspicious network operations, obfuscation, or persistence mechanisms were detected. The use of
urllib.requestis documented as a standard library alternative for simple HTTP requests where JavaScript's$helpers.httpRequestcannot 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