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

hackerai

v3.0.4

Published

HackerAI — Your AI cybersecurity arsenal. Autonomous agent with 20+ free AI models, multi-provider rotation, and zero rate limits.

Readme

HackerAI

Terminal AI assistant for cybersecurity professionals. 20+ free models, multi-provider rotation, autonomous agent mode. No credit card required.

npm version license node

HackerAI is a blessed-based terminal UI that helps with penetration testing, CTF challenges, vulnerability research, code review, and security automation. Bring your own API key or log in via browser OAuth to get started instantly.


Install

npm install -g hackerai

Run

hackerai

On first launch, pick one:

  1. Login with HackerAI — browser OAuth, 1000 free requests/day
  2. Login with Groq — 14,400 requests/day, ultra-fast
  3. Paste any API key — OpenRouter, OpenAI, Anthropic, Gemini, Cerebras, Mistral, DeepSeek, xAI, Together

Features

  • Three modes — Hunt (autonomous agent), Chat (Q&A), Code (review & exploit dev). Press Tab to cycle.
  • 20+ free models — Llama 3.3 70B, Qwen 3, DeepSeek R1, Gemma 3, Mistral, and more
  • Multi-provider rotation — Auto-fallback when a provider hits its rate limit
  • Throughput-optimized routing — Picks the fastest available provider per request
  • Tool approval gates — Dangerous commands require explicit confirmation
  • Local-first — Auth tokens and config stay on your machine (~/.hackerai/)
  • No conversation logging — Your prompts never leave your selected provider

Commands

| Command | Description | |---|---| | / | Open command menu | | /help | Show all commands | | /model | Pick a model | | /mode | Cycle Hunt / Chat / Code | | /addkey <key> | Add a provider API key | | /providers | List configured providers | | /account | Show tier, usage, remaining requests | | /new-session | Clear chat and start fresh | | /login / /logout | Manage authentication | | /cd <dir> | Change working directory | | /refresh | Update model list from API | | /exit | Quit |

Keyboard Shortcuts

| Key | Action | |---|---| | / | Command menu | | Tab | Cycle modes | | Ctrl+N | Switch model | | Ctrl+R | Retry last message | | Ctrl+L | Clear screen | | Ctrl+C | Exit | | ↑ / ↓ | Input history |


Tiers

| | Free | Pro | |---|---|---| | Requests/day | 1,000 | Unlimited | | Free models | ✓ | ✓ | | Priority routing | — | ✓ | | Price | $0 | See hackerai.sh/pricing |

Bring your own provider keys (Groq, Gemini, etc.) to go beyond the free HackerAI tier at no cost.


Security & Ethics

This is a dual-use security tool. It is intended for:

  • Authorized penetration testing on systems you own or have written permission to test
  • CTF competitions and security research
  • Defensive security analysis and code review
  • Educational use

It is NOT intended for unauthorized access, attacking systems without permission, or any illegal activity. You are solely responsible for how you use this tool.

Safety features

  • Tool calls that modify the filesystem or run commands require explicit user approval
  • No telemetry, no conversation logging on our servers
  • API keys stored locally only (~/.hackerai/config.json)
  • Supabase anon key protected by row-level security
  • ReDoS protection on pattern matching

Requirements

  • Node.js 16 or later
  • A terminal that supports 256 colors (most modern terminals)
  • Works on Windows, macOS, Linux, WSL

Links


License

MIT — See LICENSE for details.

Disclaimer: The authors and contributors of HackerAI are not liable for any misuse of this tool. Users are solely responsible for ensuring their use complies with all applicable laws and that they have proper authorization for any security testing they perform.