n8n-code-python
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- SAFE (SAFE): No security issues detected. The skill focuses on educational content for n8n workflow automation.
- Data Handling (SAFE): The provided code snippets demonstrate safe data access patterns using
_input.all()and dictionary.get()methods to prevent runtime errors. - Environment Constraints (SAFE): The skill explicitly warns users that external libraries are not supported in the n8n Python environment, reducing the risk of users attempting to download or execute untrusted packages.
- Return Format (SAFE): Correctly instructs users on the specific return format required by n8n to ensure workflow stability.
Audit Metadata