nocodesec

n8n community node for NoCodeSec public API

Package Information

Downloads: 1 weekly / 39 monthly
Latest Version: 0.1.4
Author: NoCodeSec

Documentation

n8n-nodes-nocodesec

Official NoCodeSec community node for n8n.

Use this node to connect n8n to NoCodeSec using your API key and run security scans with no-code operations.

What You Can Do

  • List and manage Workflows
  • Estimate scan credits
  • Run scans and optionally wait for completion
  • Get scan details and status
  • Retry or delete scans
  • Export SARIF

Installation

Install from n8n Community Nodes:

  1. Open n8n
  2. Go to Settings -> Community Nodes
  3. Install package: n8n-nodes-nocodesec
  4. Restart n8n if requested

Credentials Setup

Create credential NoCodeSec API:

  • Environment
    • Production API: https://api.nocodesec.io
    • Development API: https://api-dev.nocodesec.io
  • API Key
    • Generate in NoCodeSec app: Settings -> API Keys
  • Timeout (ms)
    • Default: 15000

Quick Start

  1. Add node NoCodeSec
  2. Select Resource (Workflows or Scans)
  3. Select Operation
  4. Execute node

Troubleshooting

  • Unauthorized request
    • Check API key in credentials.
  • Resource not found
    • Confirm workflow/scan exists in the same account/environment.
  • Temporary API errors
    • Retry; read operations use bounded retries automatically.

Security Notes

  • API key is stored only in n8n Credentials.
  • API key is never returned in outputs.

Discussion