n8n-code-python
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of informational markdown files and code templates intended for use within the n8n automation platform. It does not ship with executable scripts or hidden binary content.
- [SAFE]: Documentation correctly identifies and adheres to the security sandbox of the host environment, explicitly noting that external Python libraries (e.g., requests, pandas) are unavailable.
- [SAFE]: Data access patterns described (using
_input,_json, and_node) are standard n8n internal variables and do not involve unauthorized access to the local file system or sensitive environment variables. - [SAFE]: The guidance encourages secure coding practices, such as using the
.get()method for dictionary access to prevent runtime errors and implementing basic data validation.
Audit Metadata