n8n-code-python

Pass

Audited by Gen Agent Trust Hub on Feb 26, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill serves as a technical reference guide for using Python in n8n workflows. It correctly identifies environment-specific limitations, such as the inability to import external packages like requests or pandas, which acts as a built-in safety constraint against unauthorized network operations.- [EXTERNAL_DOWNLOADS]: The documentation includes links to the author's official website (www.aiadvisors.pl) and GitHub repository (github.com/czlonkowski/n8n-mcp). These are identified as legitimate resources belonging to the vendor, ProfSynapse.- [SAFE]: The skill defines patterns for processing data from potentially untrusted external sources, specifically webhooks via _json['body']. Ingestion points: Webhook data entering via _json or _input variables (documented in SKILL.md and DATA_ACCESS.md). Boundary markers: None explicitly provided in templates. Capability inventory: Logic processing via Python standard library (regex, string manipulation, math) within the n8n sandbox. Sanitization: Promotes structural validation using the .get() method, though it does not provide specific natural language sanitization for instruction bypass.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 26, 2026, 07:08 AM