n8n-code-python
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): No malicious patterns detected. The skill provides documentation and examples for standard Python usage in n8n.
- [EXTERNAL_DOWNLOADS] (SAFE): The skill explicitly warns users that external library imports (like requests, pandas, or numpy) are not supported in the n8n environment, reducing the risk of users attempting to include unverifiable dependencies.
- [DATA_EXPOSURE] (SAFE): The documentation promotes secure coding practices by encouraging the use of the
.get()method for dictionary access to prevent runtime errors (KeyError). - [PROMPT_INJECTION] (SAFE): No prompt injection or behavior override instructions were found in the README. The instructions are focused on legitimate development tasks.
Audit Metadata