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

@northbridge-security/secureai

v0.2.3

Published

One-command installer for AI development tools with MCP integration

Downloads

162

Readme

Secure AI by Northbridge Security

AI agents are team members, not tools. They follow the same rules as humans.

Secure AI enforces your Secure Development Lifecycle (SDLC) for both humans and AI agents, ensuring all code delivered meets the same standards: secure, validated, documented, deployed, and observable.

Features

Security Controls

Code meets security standards based on regulatory context.

  • No secrets in code - Blocks commits containing API keys, tokens, and passwords
  • No PII exposure - Prevents sensitive data from reaching AI providers
  • Supply chain integrity - Pins dependencies and validates provenance
  • Static and dynamic analysis - Detects vulnerabilities before and after deployment

Quality Enforcement

Code is efficient, maintainable, well-designed, and fit for purpose.

  • Test coverage - Enforces minimum coverage thresholds
  • Code standards - Validates against company-wide coding standards
  • Requirements traceability - Maps PRDs to tasks to commits
  • Human approval - All code reviewed before merge

Human-in-the-Loop

AI agents propose. Humans approve.

  • Sandboxed development - AI agents work in isolated worktrees
  • Approval gates - Human approval required for tasks, merges, and deploys
  • Blocked actions - AI cannot push, deploy, or publish
  • Full audit trail - Complete visibility into AI operations

Alpha 0.2

This release adds real-time protection for AI agent interactions:

  • PII Detection - Blocks prompts containing emails, phone numbers, credit cards, and other sensitive data before they reach AI providers
  • Secret Scanning - Detects AWS keys, GitHub tokens, private keys, and database connection strings
  • Guard Hooks - PreToolUse and UserPromptSubmit hooks for Claude Code
  • VSCode Dashboard - Visual display of security findings

See Alpha 0.2 Release Notes for installation instructions and detailed feature documentation.

Quick Start

# Install CLI
npm install -g @northbridge-security/secureai-cli

# Configure security hooks
secureai install

Documentation

Getting Started

| Document | Description | | ------------------------------------------- | -------------------------------------------- | | Vision | Business value proposition and Code Complete | | Installation Guide | Detailed installation and configuration | | Usage Guide | CLI commands, tips, and troubleshooting | | Security Guard Rails | Configure AI assistant security boundaries | | 1Password Integration | Secret management setup |

Quality and Operations

| Document | Description | | ------------------------------------------ | ---------------------------------------------- | | Quality Assurance | Test strategy, coverage, and quality gates | | Security Policy | Security practices and vulnerability reporting | | AI Control Mode | Configure AI permission levels |

Architecture

| Document | Description | | ------------------------------------------------------------ | ---------------------------------------- | | Domain Model | System architecture and bounded contexts | | Clean Architecture Guide | Architectural patterns and principles |

AI Agent Resources

| Document | Description | | --------------------------------------------- | ---------------------------------- | | Agent Guidelines | Slash commands and MCP tools | | Slash Commands | Available commands for AI agents | | Best Practice Guides | Standards for AI-generated content |

Contributing

Interested in contributing? See CONTRIBUTING.md for:

  • Development setup and prerequisites
  • Code style guidelines and naming conventions
  • Testing guidelines and coverage requirements
  • Commit message format (conventional commits)
  • Pull request process
  • MCP server development
  • NPM publishing workflow

License

This software is proprietary and confidential to Northbridge Security AB. See LICENSE for full terms.

Important: This is NOT open-source software. Usage is restricted to authorized Northbridge Security, Northbridge AB, and TechStars portfolio personnel only.