n8n-code-python
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is entirely educational and focuses on documenting the n8n platform's Python implementation. It explicitly warns users about the lack of external libraries and promotes safe coding practices like using
.get()to avoid KeyErrors. - [COMMAND_EXECUTION]: Provides templates and patterns for Python scripts intended for data transformation. These scripts are confined to the n8n execution environment and utilize only built-in Python modules.
- [EXTERNAL_DOWNLOADS]: Mentions
urllib.requestas a standard library module available for network requests in n8n. Documentation provides a generic example targetingapi.example.comto illustrate how users can perform HTTP operations without therequestslibrary.
Audit Metadata