@dongit/n8n-nodes-reporter
v2026.1.24
Published
n8n nodes for Security Reporter - Automate security assessments, findings, and vulnerability management
Downloads
509
Readme
n8n-nodes-reporter
This is an n8n community node that lets you use Security Reporter in your n8n workflows.
Security Reporter is a comprehensive security assessment and vulnerability management platform. This integration allows you to automate security workflows, manage findings, assessments, clients, and more.
n8n is a fair-code licensed workflow automation platform.
Installation
Community Nodes (Recommended)
For production use, install via n8n's Community Nodes:
- Go to Settings > Community Nodes in your n8n instance
- Select Install
- Enter
n8n-nodes-reporterin Enter npm package name - Agree to the risks and click Install
After installation, the Reporter nodes will be available in your workflow editor.
Manual Installation
For development or self-hosted instances:
# Navigate to your n8n installation directory
cd ~/.n8n
# Install the package
npm install n8n-nodes-reporterDocker
If you're using n8n with Docker, you can mount the package:
docker run -it --rm \
--name n8n \
-p 5678:5678 \
-v ~/.n8n:/home/node/.n8n \
n8nio/n8nThen install the package inside the container or mount it as a custom node.
Credentials
This node requires Security Reporter API credentials. To set up:
- In your Security Reporter instance, go to Settings > API Tokens
- Click Create New Token
- Copy the generated token
- In n8n, create new Reporter API credentials:
- Base URL: Your Reporter instance URL (e.g.,
https://reporter.yourcompany.com) - API Token: The token you generated
- Base URL: Your Reporter instance URL (e.g.,
Operations
Resources
The Reporter node supports the following resources:
- Assessments - Manage security assessments
- Findings - Create and manage security findings
- Clients - Manage client organizations
- Projects - Manage projects within clients
- Users - Manage user accounts
- Documents - Upload and manage documents
- Tasks - Manage assessment tasks
- Finding Templates - Work with finding templates
- Assessment Templates - Work with assessment templates
- And many more...
Triggers
Webhook Trigger (Reporter Trigger)
Trigger workflows when events occur in Reporter:
- Assessment Created/Updated/Deleted
- Finding Created/Updated/Deleted
- Client Created/Updated/Deleted
- Project Created/Updated/Deleted
- And more...
Polling Trigger (Reporter Polling Trigger)
Poll Reporter for new items at regular intervals:
- New Assessments
- New Findings
- New Clients
- New Projects
- And more...
Example Workflows
Create a Finding
- Add a Reporter node
- Select Finding resource
- Choose Create operation
- Fill in required fields:
- Title
- Description
- Severity
- Assessment ID
Trigger on New Assessment
- Add a Reporter Polling Trigger node
- Select Assessment resource
- Set polling interval (e.g., every 5 minutes)
- Connect to downstream nodes to process new assessments
Sync Findings to External System
- Add a Reporter Polling Trigger for new findings
- Add transformation nodes to format data
- Add nodes to send data to your external system (Jira, Slack, etc.)
Compatibility
- Tested with n8n version 1.0.0 and above
- Requires Security Reporter API v1
Resources
Version History
See CHANGELOG.md for version history and changes.
License
Support
For issues and questions:
- n8n node issues: GitHub Issues
- Security Reporter issues: Security Reporter Support
- n8n general help: n8n Community Forum
