Package Information
Released: 9/16/2025
Downloads: 111 weeklyĀ /Ā 1,229 monthly
Latest Version: 1.0.10
Author: gitadta
Documentation
CyberPulse Compliance (n8n Community Node)
Custom n8n node that evaluates compliance controls against major frameworks (ISO 27001, NIST CSF, PCI DSS, Essential Eight, GDPR, etc.).
⨠Features
- Classifies control text into categories: MFA, Encryption, Logging, Backups, Patching, Access Reviews.
- Validates evidence links.
- Returns compliance status: Compliant / Partial / Non-Compliant.
- Maps controls to frameworks via external
crosswalk.json.
š Installation
- In n8n, go to Settings ā Community Nodes ā Install.
- Enter:
n8n-nodes-cyberpulse-compliance š§ Usage
Example workflow:
Add CyberPulse Compliance Node in your workflow.
Provide compliance control text or questionnaire input.
The node validates and classifies the response.
Outputs can be routed to Google Sheets, Email, or Dashboards.
Example Input:
PCI DSS Control 1.2 ā Is a firewall deployed?
Example Output:
Compliant | Partial | Non-Compliant (with notes and framework mapping).
š¦ Links
npm package
GitHub repository
š License
MIT License ā see LICENSE
for details.
š¦ Links
- This project is licensed under the MIT License.
- npm package
- GitHub repository