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

x-audit

v0.1.7

Published

Analyze any X/Twitter user's following list. Beautiful shareable report via gui.new.

Downloads

740

Readme

x-audit

Analyze any X/Twitter account's followers. One command → beautiful shareable report.

npx x-audit @username

What it does

  1. Fetches followers via CLIX with automatic pagination (no X API key needed)
  2. Analyzes every bio — professional categories, locations, follower tiers, keywords
  3. Scores follower quality — flags bots, spam accounts, and low-quality followers
  4. Benchmarks your audience against X platform averages
  5. Generates a polished dark-mode dashboard
  6. Publishes to gui.new and auto-opens in your browser

Prerequisites

CLIX must be installed and authenticated:

uv pip install clix0
clix auth login --browser chrome

Install

# From npm (recommended)
npx x-audit @username

# Or install globally
npm i -g x-audit
x-audit @username

Options

Usage: x-audit [options] <handle>

Options:
  -l, --limit <n>      Max profiles to fetch (default: 1000)
  --mode <type>        followers or following (default: followers)
  --spam               Generate a dedicated spam/bot report
  --json               Output raw JSON analysis
  --html <file>        Save HTML report locally
  --gui-key <key>      gui.new Pro API key for 30d expiry
  --no-gui             Skip publishing to gui.new
  -h, --help           Show help

Examples

# Analyze your followers (default 1000)
npx x-audit @username

# Analyze who someone follows
npx x-audit @username --mode following

# Get more profiles
npx x-audit @username --limit 5000

# Spam/bot report only
npx x-audit @username --spam

# Save locally without publishing
npx x-audit @username --no-gui --html report.html

# Use gui.new Pro for 30-day link expiry
npx x-audit @username --gui-key YOUR_KEY

What's in the report

  • Summary cards — total analyzed, top category, verified %, bio coverage
  • Professional breakdown — Developer, Designer, Founder, Marketer, Creator, etc.
  • Location distribution — parsed from bios and profile location fields
  • Bio keyword cloud — most common terms across all bios
  • Follower size tiers — 1K+, 5K+, 10K+, 25K+, 50K+, 100K+
  • Notable followers — top 10 accounts by follower count
  • Audience vs Platform benchmarks — your audience compared to X averages
  • Follower quality scoring — Clean / Suspicious / Low Quality breakdown
  • Flagged accounts — bot-like accounts with scores and reasons
  • Key insights — auto-generated narrative analysis

Spam report (--spam)

Dedicated view for cleaning up your followers:

  • Quality breakdown (Clean / Suspicious / Low Quality)
  • Every flagged account with a score (0-100) and reasons
  • Detection signals: no bio, follow ratio, zero tweets, default avatar, auto-generated handles, spam keywords

How it works

Uses CLIX to fetch follower data via X's internal GraphQL API with automatic pagination. No official API key needed — just browser cookie auth.

Reports are hosted on gui.new — HTML in, shareable URL out.

License

MIT