n8n-code-python
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves exclusively as an educational resource and documentation set for using Python within the n8n automation platform. It contains no executable scripts, remote downloads, or credential-harvesting patterns.
- [SAFE]: The instructions emphasize using the Python standard library only, explicitly warning users that external libraries like
requestsorpandasare not available in the n8n environment, which reduces the risk of accidental supply-chain attacks. - [SAFE]: Data access patterns (
_input.all(),_input.first(), etc.) are documented alongside robust error-handling advice, such as using the.get()method for dictionary access to preventKeyErrorcrashes. - [SAFE]: All external links point to official n8n documentation or the author's verified professional resources (GitHub and official website), with no signs of typosquatting or malicious redirects.
Audit Metadata