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-regulatory-intelligence

v1.0.0

Published

N8n community node for Regulatory Intelligence API - Track Federal Register, regulations.gov, and state regulations. Extract compliance requirements, deadlines, and Bluebook citations for AI agent workflows.

Readme

n8n-nodes-regulatory-intelligence

The compliance radar AI agents trust. This n8n community node lets you extract structured requirements, deadlines, penalties, and compliance checklists from the Federal Register, regulations.gov, and state regulatory sources.

Built for Colorado SB 25B-004 compliance and AI agent workflows.

Features

  • Federal Register Tracking - Monitor proposed and final rules
  • Regulations.gov Integration - Extract dockets, comments, and rulemaking materials
  • Compliance Requirements - Structured extraction of regulatory obligations
  • Deadline Tracking - Never miss an effective date or comment period
  • Penalty Intelligence - Understand enforcement mechanisms
  • Compliance Checklists - Actionable items from legal jargon
  • Bluebook Citations - Legal-standard sourcing for AI transparency
  • RAG-Ready Chunks - Optimized for vector databases (Pinecone, Weaviate, etc.)
  • AI Agent Summaries - One-liner summaries for quick consumption

Installation

Community Nodes (Recommended)

  1. Go to Settings > Community Nodes in your n8n instance
  2. Click Install a community node
  3. Enter n8n-nodes-regulatory-intelligence
  4. Click Install

Manual Installation

npm install n8n-nodes-regulatory-intelligence

Credentials

This node requires Apify API credentials:

  1. Create an account at Apify
  2. Get your API token from Settings > Integrations
  3. Add the token in n8n credentials

Task Modes

| Mode | Description | |------|-------------| | Federal Register | Track proposed/final rules from FR | | Regulations.gov | Extract dockets and comments | | Agency Guidance | Collect guidance documents | | Compliance Monitor | Diff-based change detection | | Deadline Tracker | Extract all deadlines | | Full Intelligence | All features combined |

Output Formats

| Format | Use Case | |--------|----------| | Full | Complete regulatory intelligence pack | | Compact | Essential fields for dashboards | | RAG Only | Chunks for vector database | | Checklist Only | Actionable compliance checklists |

Example Output

{
  "regulation": {
    "title": "AI Transparency Requirements",
    "agency": "Federal Trade Commission",
    "documentType": "proposed_rule",
    "effectiveDate": "2026-07-01",
    "sourceUrl": "https://www.federalregister.gov/..."
  },
  "requirements": [
    {
      "id": "REQ-001",
      "requirement": "Disclose AI use in consequential decisions",
      "citation": "16 CFR 314.5(a)",
      "mandatoryLevel": "required",
      "deadline": "180 days after effective date"
    }
  ],
  "complianceChecklist": [
    {
      "action": "Conduct gap analysis",
      "priority": "high",
      "deadline": "2026-07-01",
      "responsibleRole": "Compliance Officer"
    }
  ],
  "citations": {
    "bluebook": "FTC, AI Transparency Requirements, 91 Fed. Reg. [page] (proposed 2026).",
    "inline": "[AI Transparency Requirements](https://...) (accessed 2026-01-28)"
  },
  "agentSummary": {
    "oneLiner": "FTC proposed rule requiring AI transparency disclosures",
    "riskLevel": "high",
    "actionRequired": true
  }
}

Example Workflows

1. AI Compliance Monitoring

Monitor AI-related regulations and alert on changes:

Trigger (Schedule) → Regulatory Intelligence → IF (new/changed) → Slack Notification

2. GovCon Compliance Pipeline

Track regulations affecting government contractors:

Webhook → Regulatory Intelligence (GovCon topics) → Compliance Checklist → Notion/Airtable

3. RAG Knowledge Base

Keep your AI agent's regulatory knowledge current:

Schedule (Daily) → Regulatory Intelligence (RAG Only) → Pinecone/Weaviate Upsert

4. Legal Research Automation

Compile regulatory research with citations:

HTTP Request (Research Query) → Regulatory Intelligence → Google Docs (Report)

Colorado SB 25B-004 Compliance

Effective June 30, 2026, Colorado's AI Transparency Act requires:

  • AI use disclosure in high-risk decisions
  • Explanation of AI decision factors
  • Human review capability
  • Audit trails

This node helps you:

  • Track SB 25B-004 and related state AI regulations
  • Generate citation chains for all extracted data
  • Create audit-ready provenance records
  • Build compliance checklists for implementation

Support

License

MIT

Author

AI Solutionist - Building the infrastructure for trustworthy AI


"The compliance radar AI agents trust" 🦉