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

the-dao-security-skill

v0.1.1

Published

Claude Code skill: research the Giveth Ethereum Security QF round (134 projects). Ask Claude things like 'which audit-tooling projects are in the round?'

Readme

the-dao-security-round-skill

A Claude Code skill that lets you research the Giveth Ethereum Security quadratic-funding round in plain English. 134 projects indexed locally; ask Claude things like "which audit-tooling projects are in the round?" or "who's working on blob-data security?" and it answers from real data.

Install

Pick one. All three end up with the skill loaded in Claude Code.

Option A — npx (recommended)

npx the-dao-security-skill

Clones the skill into ~/.claude/skills/the-dao-security-round-skill. Restart Claude Code. Re-run the command later to update.

Option B — Plugin marketplace

Inside Claude Code:

/plugin marketplace add https://github.com/ivanvolov/the-dao-security-round-skill.git
/plugin install the-dao-security-round@the-dao-security-round-skill

Update later with /plugin update.

Option C — Manual git clone

git clone https://github.com/ivanvolov/the-dao-security-round-skill ~/.claude/skills/the-dao-security-round-skill

Restart Claude Code. Update later with git pull in that directory.

What you can ask

Three questions worth trying first.

"How many projects are building smth around formal verification?"

formal verification example

"What SEAL org projects are in the round?"

SEAL org example

"Can I have the top 5 underdogs in your opinion?"

underdogs example

A few more shapes that work:

What does Blobscan do, and who runs it?
Which projects work on fuzzing?
How many projects mention zk circuits in their pitch?
Compare the block explorers in the round.

Claude shells out to a small Python CLI (scripts/search.py) that filters the indexed records and returns compact JSON, then answers from what came back. No invented projects, no fabricated builders.

The round

Ethereum Security QF Round on Giveth — round id 16, slug ethereum-security. Co-organized by The DAO Fund (commemorating the 10-year mark since The DAO incident) and Giveth. Matching pool started at 500 ETH and has grown past 514 ETH with sponsor top-ups from Chainsecurity, Quantstamp ($50,000), and ECH Institute. 134 projects listed at the time the index was built.

Round page: https://qf.giveth.io/qf/ethereum-security

Layout

the-dao-security-round-skill/
├── .claude-plugin/plugin.json   plugin manifest
├── SKILL.md                     instructions Claude reads
├── README.md                    this file
├── data/projects.json           134 consolidated project records
└── scripts/
    ├── search.py                query CLI (3 commands: projects, categories, show)
    └── build_index.py           rebuilds projects.json from RoundDetails/projects/*.json