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

barrikade-lens

v1.3.0

Published

Instant Shadow AI security audit for developer workstations. Discovers AI agents, scans MCP servers, local LLMs, and plaintext secrets.

Readme

Barrikade Lens

Instant Shadow AI discovery & security audit for developer workstations. Scans for AI agents, MCP servers, local LLMs, and plaintext secrets — in seconds.

Barrikade Lens Demo

npx barrikade-lens

No signup. No API keys. No configuration. Just run it.


What It Does

Barrikade Lens gives you (and your security team) instant visibility into the Shadow AI footprint on any developer machine:

AI Agent Discovery

Discovers 23+ AI tools across your system — config files, running processes, state directories, and workspace artifacts:

  • IDE Agents: Cursor, GitHub Copilot, Windsurf, Cline, Roo Code, Kiro, Continue.dev, Augment Code, Qodo Gen
  • CLI Agents: Claude Code, Antigravity CLI, OpenCode, Codex CLI, OpenClaw, Aider, Goose
  • Desktop AI: Claude Desktop
  • IDE Plugins: JetBrains Junie, Amazon Q, Zed AI, Warp Terminal

MCP Server Audit

Parses all discovered configuration files to identify configured Model Context Protocol (MCP) servers, including their transport types, command arguments, and environment variables.

Local LLM Port Sweep

Checks common ports for local inference servers:

  • Ollama (11434), LM Studio (1234), Jan.ai (1337)
  • LocalAI / Llama.cpp (8080 / 8000), Text Gen WebUI (7860 / 5000)
  • JetBrains MCP (63334, 64342+), Figma MCP (3845)

Flags servers bound to 0.0.0.0 (network-exposed) as CRITICAL risks.

Plaintext Secrets Scanner

Detects hardcoded credentials across configs, .env files, and shell history:

  • API Keys: OpenAI, Anthropic, HuggingFace, Google, Slack, Stripe
  • AWS Access Keys & STS tokens
  • GitHub PATs (classic & fine-grained)
  • Database connection strings (PostgreSQL, MongoDB)
  • Private key blocks

Risk Flags

  • JetBrains Brave Mode (auto-execute without approval)
  • Cline Auto-Approve settings
  • Exposed inference server ports

Usage

Usage: barrikade-lens [options]

Instant Shadow AI agent discovery & security scanner

Options:
  -V, --version        output the version number
  --json               Output raw JSON instead of interactive dashboard
  -r, --report <path>  Write JSON scan report to specified file path
  --html <path>        Generate a self-contained HTML CISO audit report
  --no-telemetry       Disable anonymous high-level telemetry reporting
  --verbose            Show detailed execution logs
  -h, --help           display help for command

Examples

Run a quick scan:

npx barrikade-lens

Export an HTML report for your CISO:

npx barrikade-lens --html report.html

CI/CD pipeline (exits code 1 if critical issues found):

npx barrikade-lens --json --report audit.json

Install globally:

npm install -g barrikade-lens
barrikade-lens

Privacy & Telemetry

  • 100% local scanning. The scan engine runs entirely on your machine.
  • No code exposure. Your source code, file paths, and raw credential values never leave your system.
  • Anonymous metrics only. High-level counts (e.g., "3 agents found, 1 exposed port") are sent to https://api.barrikade.ai/lens/telemetry. You see and approve the exact record before it's sent.
  • Opt out anytime:
    npx barrikade-lens --no-telemetry
    # or
    export BARRIKADE_NO_TELEMETRY=1

Fleet-Wide Governance

Individual scans protect one machine. To govern Shadow AI across your entire organisation:

  • Fleet-wide developer AI agent discovery
  • Secure credential proxying and RBAC policies for MCP servers
  • Command execution guardrails and safety policy enforcement
  • Compliance auditing for developer-installed AI extensions

👉 Learn more at barrikade.ai