
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
n8n-nodes-workflow-reporter
Advanced tools
n8n community nodes: Workflow Reporter with execution details, Smart Document Parser, Approvals with MinIO/S3, and HTML->PDF renderer
This is an n8n community node package that provides three powerful nodes:
n8n is a fair-code licensed workflow automation platform.
Follow the installation guide in the n8n community nodes documentation.
n8n-nodes-workflow-reporter in Enter npm package nameAfter installation, restart n8n to load the new node.
To install manually:
npm install n8n-nodes-workflow-reporter
For Docker-based n8n installations, add this to your docker-compose.yml or Dockerfile.
This node requires Workflow Reporter API credentials:
Send workflow execution data to your dashboard, including:
Report workflow execution data to your dashboard for analytics and monitoring.
Usage:
Example:
Trigger → [Your workflow nodes] → Workflow Reporter
Automatically detect and parse documents into structured JSON data.
Supported Formats:
Key Features:
Example:
HTTP Request → Smart Document Parser → Process Structured Data
Documentation:
Render HTML content into a PDF and output it as a binary property.
Usage:
{{$json.html}})data) and optional file nameNotes:
puppeteer, which is installed automatically with the community node and downloads a compatible Chromium.PUPPETEER_EXECUTABLE_PATH to a system Chrome/Chromium and ensure fonts are available in the container/host.If you see an error like: "Could not find Chrome (ver. XXX)", it means Puppeteer cannot locate a browser binary.
Fix it in one of these ways:
Option A — Use system Chromium and point Puppeteer at it
apt-get update && apt-get install -y chromium fonts-liberation libnss3 libatk-bridge2.0-0 libx11-xcb1 libxcomposite1 libxdamage1 libxfixes3 libglib2.0-0 libgbm1 libgtk-3-0 libasound2PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium (sometimes /usr/bin/chromium-browser or /usr/bin/google-chrome)apk add --no-cache chromium nss freetype harfbuzz ca-certificates ttf-freefontPUPPETEER_EXECUTABLE_PATH=/usr/bin/chromiumOption B — Let Puppeteer download Chrome
PUPPETEER_SKIP_DOWNLOAD is not set (or set to false) when installing the community node.npx puppeteer browsers install chromeOption C — Use Playwright
playwright in your n8n environment; the node will fall back to it.PDF rendering specifics:
PUPPETEER_EXECUTABLE_PATH.FAQs
n8n community nodes: Workflow Reporter with execution details, Smart Document Parser, Approvals with MinIO/S3, and HTML->PDF renderer
The npm package n8n-nodes-workflow-reporter receives a total of 369 weekly downloads. As such, n8n-nodes-workflow-reporter popularity was classified as not popular.
We found that n8n-nodes-workflow-reporter demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.