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-axiorank

v0.1.0

Published

AxioRank nodes for n8n. Trigger on AI agent security events and act on them: approve or deny holds, quarantine agents, and update alerts and incidents.

Readme

n8n-nodes-axiorank

n8n community nodes for AxioRank, the security gateway for AI agents.

Use these nodes to bring AxioRank into your n8n workflows. Start a workflow the moment AxioRank reports a security event, then act on it: approve or deny a held action, quarantine an agent, or update an alert or incident. Because the action node is usable as an AI Agent tool, an n8n AI Agent can also take these actions directly.

This package has no runtime dependencies and calls the AxioRank API using n8n's built in HTTP client.

Installation Nodes Credentials Example workflow Compatibility Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

On n8n Cloud or a self hosted instance, open the nodes panel, search for AxioRank, and install. To install manually on a self hosted instance:

npm install n8n-nodes-axiorank

Nodes

AxioRank Trigger

Starts a workflow when AxioRank reports a security event. Select one or more events under Trigger On:

| Event | Fires when | | --- | --- | | Hold Awaiting Approval | An action is held and is waiting for a human decision | | Approval Resolved | A held action is approved or denied | | Tool Call Held | A tool call is held for approval as high risk | | Kill Chain Detected | A multi step attack pattern is correlated on an agent | | Agent Quarantined | An agent is quarantined by a rule or an operator | | Inbound Request Flagged | Inbound agent traffic to a verified property is evaluated | | Tool Call Evaluated | Any tool call is evaluated, for any decision (high volume) |

When the workflow is activated, the node registers a webhook subscription with AxioRank. When it is deactivated, the subscription is removed.

AxioRank

Acts on AxioRank entities.

| Resource | Operation | What it does | | --- | --- | --- | | Approval | Approve or Deny | Resolve a held action by approving or denying it | | Agent | Set Quarantine | Quarantine an agent as a reversible kill switch, or release it | | Alert | Update Status | Acknowledge, resolve, suppress, or reopen an alert | | Incident | Update Status | Acknowledge, resolve, or reopen an incident | | Incident | Run Response | Quarantine the implicated agent, create a containment policy, or open a SOAR ticket |

Every ID field offers a searchable From List picker as well as a By ID mode, so you can map an ID straight from a trigger step.

Credentials

You need an AxioRank workspace API key with the automation scope.

  1. Sign in to AxioRank and open Settings, then API keys.
  2. Create a key, choosing the Workspace option and the automation scope. The key starts with axr_.
  3. In n8n, create an AxioRank API credential and paste the key.

Leave Base URL at https://app.axiorank.com for AxioRank Cloud. Change it only for a self hosted or staging deployment.

Example workflow

  1. AxioRank Trigger with Hold Awaiting Approval selected.
  2. A Slack node that posts the held action to your security channel.
  3. A human replies, and an AxioRank node runs Approval: Approve or Deny with the approval ID mapped from the trigger.

Compatibility

Tested against n8n 1.x. Requires an AxioRank workspace.

Resources

License

MIT