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

solprivacy

v1.1.1

Published

The most comprehensive privacy analysis tool for Solana wallets. AI-powered privacy scoring, attack simulations, and actionable recommendations.

Readme

SolPrivacy

npm version npm downloads License: MIT

The most comprehensive privacy analysis tool for Solana wallets.

Analyze, protect, and improve your on-chain privacy with AI-powered recommendations.

🌐 solprivacy.xyz • 📦 npm • 💻 GitHub


Installation

npm install -g solprivacy

Quick Start

# Run the CLI
solprivacy

# Configure Helius API key (free at helius.dev)
# Type: /helius

# Analyze any wallet - just paste the address
# Example: 5tzFkiKscXHK5ZXCGbXZxdw7gTjjD1mBwuoFbhUvuAi9

Why SolPrivacy?

Your Solana wallet activity is public by default. Every transaction can be:

  • 🔍 Traced - Identity linked via exchange records
  • 📊 Clustered - All your wallets linked together
  • 🎯 Targeted - Dust attacks track your movements
  • Analyzed - Timezone and habits revealed

Features

🔬 Privacy Analysis

  • Privacy Score (0-100) with letter grade
  • Entropy Analysis - Transaction randomness measurement
  • K-Anonymity - Size of your anonymity set
  • Cluster Detection - Find linked addresses
  • Dust Attack Detection - Identify tracking attempts
  • KYC Exposure - Exchange linkage risk assessment

🤖 AI Agent

  • Multi-provider: OpenAI, Claude, xAI Grok, Groq, Ollama
  • ReAct Architecture - Intelligent reasoning loop
  • 8 Specialized Tools - Comprehensive analysis
  • Conversation Memory - Context-aware follow-ups

🛡️ Attack Simulations

  • Dust Attack simulation
  • Cluster Analysis simulation
  • Temporal Analysis simulation
  • Exchange Correlation simulation

📈 Actionable Insights

  • Prioritized recommendations
  • Direct links to privacy tools
  • Score projections after improvements
  • Historical tracking

Commands

| Command | Description | |---------|-------------| | /analyze | Full privacy analysis | | /quick | Quick score lookup | | /compare | Compare two wallets | | /attack-sim | Simulate attacks | | /agent | AI privacy assistant | | /config-llm | Configure AI provider | | /history | Past analyses | | /export | HTML report | | /batch | Analyze multiple wallets | | /watch | Real-time monitoring | | /trace | Taint analysis | | /help | All commands |


AI Agent

Configure your preferred AI provider:

solprivacy
# Type: /config-llm

Supported Providers:

Agent Tools:

  • analyzeWallet - Privacy score and issues
  • projectScore - Score after improvements
  • getPrivacyTools - Links to privacy tools
  • explainMetric - Explain metrics
  • getWalletHistory - Analysis history
  • listAnalyzedWallets - All analyzed wallets
  • compareWallets - Compare two wallets
  • simulateAttack - Attack simulations

Privacy Metrics

| Metric | What it measures | |--------|------------------| | Entropy | Transaction randomness (0-1, higher = better) | | K-Anonymity | Anonymity set size (higher = harder to identify) | | Clustering | Linked addresses (fewer = better) | | KYC Exposure | Exchange interactions (lower = better) | | Dust Attacks | Tracking attempts detected | | Temporal Patterns | Transaction timing regularity |


Privacy Tools

SolPrivacy recommends these tools:

| Tool | Use Case | |------|----------| | Light Protocol | ZK shielded transactions | | Jupiter | DEX swaps (no KYC) | | Raydium | AMM trading | | Wormhole | Cross-chain bridging |


Configuration

Environment Variables:

export HELIUS_API_KEY=your_key      # Required
export XAI_API_KEY=your_key         # For xAI
export OPENAI_API_KEY=your_key      # For OpenAI
export ANTHROPIC_API_KEY=your_key   # For Claude
export GROQ_API_KEY=your_key        # For Groq

Config File: ~/.solprivacy/config.json


Tech Stack

  • Node.js 16+
  • TypeScript
  • Vercel AI SDK
  • Helius API
  • Chalk, Inquirer, Ora

Links


License

MIT © Pavelevich


Powered by TETSUO • Built for the Solana Privacy Hackathon