n8n-code-python
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The skill is purely instructional and provides guidance on using Python within the restricted n8n environment. No malicious instructions or bypass attempts were found.
- [DATA_EXPOSURE] (SAFE): Code examples demonstrate standard n8n data access patterns. There are no hardcoded credentials, sensitive file path accesses, or unauthorized data exfiltration attempts. The skill actually encourages safer data handling via the
.get()method. - [EXTERNAL_DOWNLOADS] (SAFE): The skill explicitly warns users that external libraries (e.g., requests, pandas, numpy) are not supported in the target environment, effectively discouraging the use of untrusted third-party dependencies.
- [COMMAND_EXECUTION] (SAFE): No usage of shell commands, subprocess spawning, or dynamic code execution on untrusted input (such as
eval()orexec()) was found in the documentation or code snippets.
Audit Metadata