npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-sentinelmq

v1.0.7

Published

SentinelMQ - Anti-Flood Control Node and Message Queue for N8N

Readme

n8n-nodes-sentinelmq

🛡 SentinelMQ - Anti-Flood Control Node for n8n

SentinelMQ replaces FloodGuard as the next-generation anti-flood system for n8n workflows. It provides advanced message flooding protection, ensuring stability and security for high-volume messaging pipelines.

SentinelMQ detects and prevents abuse through intelligent monitoring of message rates, temporary blocking, and dynamic aggregation. It validates messages and sends consolidated data to dynamic HTTP webhooks with risk levels.


Functionalities

Flood Detection:

  • Monitors message rate per sender (configurable, default: 3 msg/second).
  • Sliding window of 1 second for temporal analysis.
  • Automatic temporary blocking upon flood detection (configurable, default: 60 minutes).
  • Logs blocking events with remaining time.

Probing Detection (Proposed):

  • Detects multiple spaced bursts over time.
  • Burst counter per sender.
  • Extended blocking (2x duration) for probing patterns.
  • Identifies attempts to discover system limits.

Circuit Breaker (Proposed):

  • States: CLOSED, OPEN, HALF_OPEN.
  • Automatic transitions based on cumulative failures.
  • Trial period before full service restoration.
  • State reset after correct behavior.

Message Aggregation:

  • Individual buffer per client (configurable limit: 1000 messages).
  • Grouped sending after a time interval (7 seconds).
  • Forced sending upon reaching threshold (100 messages).
  • Concatenation with line breaks.

Validation and Security:

  • Full UTF-8 validation of messages.
  • Message length limit (4096 characters).
  • Automatic JSON escaping of special characters.
  • Discards oldest messages if buffer is full.

Dynamic Webhooks:

  • Configurable URL per client.
  • HTTP POST with structured JSON.
  • Risk levels: normal, high (flood), probing (proposed).

State Management:

  • Message timestamps for temporal analysis.
  • Per-sender statistics (timestamps, blocking state).
  • Thread-safe using mutex.

Error Handling:

  • Detailed error logging (invalid format, exceeded limits).
  • Handles HTTP connection failures.

Operational Features:

  • Concurrent processing of multiple clients.
  • Automatic cleanup on startup.
  • Temporal decoupling between reception and sending.

Installation

npm install n8n-nodes-sentinelmq

Once installed, you can add the node directly from your n8n editor.

** ⚠ Important: This node requires the backend processing service to be deployed and available. ** Deployment instructions for the backend are provided privately during provisioning.


Delivery Model

SentinelMQ operates under a controlled distribution model:

  • Backend processing binaries are provided per-client, per-environment.
  • Each delivery includes custom build configuration tailored to your system.
  • The backend engine remains fully managed by your system administrator.
  • For deployment inquiries or commercial licenses, please contact the author directly.

License

Custom Licensing

Author

SentinelMQ maintained by DevitWorks