n8n-impl-custom-nodes
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to scaffold projects by cloning the starter template from the official n8n GitHub repository (
n8n-io/n8n-nodes-starter). - [COMMAND_EXECUTION]: Includes standard Node.js development commands for dependency management (
npm install), building (npm run build), and local testing (npm link) required for n8n node development. - [SAFE]: The documentation emphasizes security best practices by instructing developers to use
typeOptions: { password: true }for sensitive credential fields like API keys and tokens to ensure they are masked in the user interface.
Audit Metadata