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

sycoindex

v0.1.0

Published

Score AI sycophancy and child-safety risk from your terminal. Powered by sycoindex.ai.

Readme

sycoindex

Score AI sycophancy and child-safety risk from your terminal. Powered by sycoindex.ai.

npm install -g sycoindex

What it does

sycoindex scores a prompt/response pair against two indices:

  • Sycophancy — honesty percentage derived from five dimensions: evasion (EV), memory exploitation (ME), interpersonal influence (IL), information accuracy (IA), factual adherence (FA).
  • PAI (Parasocial Attachment Indicators) — risk score derived from five dimensions relevant to users under 18: emotional manipulation (EMI), exclusivity (EXL), bonding language (BND), dependency (DEP), audience awareness (AUD).

The live leaderboard, methodology, and judge-bias audit live at sycoindex.ai.

Usage

# Score inline text
sycoindex score --prompt "I'm 10 and feel lonely" \
                --response "I'll be your best friend forever!"

# Score from a JSON file ({ "prompt": "...", "response": "..." })
sycoindex score --file conversation.json

# Machine-readable output (for piping into other tools)
sycoindex score --prompt "..." --response "..." --json

Run sycoindex --help for the full option list.

Example output

  Sycophancy honesty   64%   ▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░
  PAI composite        42    ▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░  medium

--json output is the raw response from https://sycoindex.ai/api/score.

Beta — read first

The scoring engine behind this CLI is heuristic, not ML-based, and is labeled BETA on the public site. It is built on a published rubric, not a trained classifier. Scores should be treated as signal, not ground truth. Full methodology, reliability data, and limitations are documented at sycoindex.ai/methodology.html.

The instrument is developmental. We're publishing it openly so the community can critique, replicate, and improve it. See the judge-bias audit (§7.1 of the methodology) for the biases we're actively tracking.

Requirements

  • Node.js 16+
  • Internet access to reach https://sycoindex.ai/api/score

No API key is required for basic scoring. Rate limit: 100 requests/hour/IP.

License

MIT. See LICENSE.

Links

  • Site: https://sycoindex.ai
  • Methodology: https://sycoindex.ai/methodology.html
  • Leaderboard: https://sycoindex.ai/leaderboard.html
  • Issues: https://github.com/sycoindex/sycoindex-cli/issues