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

gava-appsec

v1.0.0

Published

Base de AppSec acionável (desenvolvimento seguro) para qualquer IDE — instala um AGENTS.md de segurança de aplicação e referências por domínio (login/Argon2id, IDOR/ownership, prepared statements, OWASP Top 10:2025/ASVS 5.0) no seu projeto.

Readme

gava-appsec

Base de AppSec acionável (desenvolvimento seguro) para escrever e revisar código seguro por padrão — em qualquer IDE que leia AGENTS.md (Cursor, GitHub Copilot, Windsurf, Codex, Gemini CLI, Zed, JetBrains).

Baseada em OWASP Top 10:2025 · OWASP ASVS 5.0.0 · API Security Top 10:2023 · CWE Top 25 · NIST SSDF / 800-63B.

npx gava-appsec init

Instala no seu projeto:

AGENTS-appsec.md                              ← instruções de AppSec para o agente
appsec/cheatsheet.md                          ← "estou escrevendo X → cheque Y"
appsec/references/auth-sessao-contas.md       ← login/Argon2id, sessão, OAuth/OIDC
appsec/references/injecoes.md                 ← SQLi, XSS, SSRF, upload, XXE...
appsec/references/controle-acesso.md          ← IDOR/BOLA, multi-tenant, race conditions
appsec/references/rate-limiting.md            ← limites por rota/IP/tenant, 429
appsec/references/cripto-dados-pii.md         ← TLS, AES-GCM, segredos/vault, PII
appsec/references/hardening-headers-cloud.md  ← headers, cookies, CORS, containers/cloud
appsec/references/supply-chain-devsecops.md   ← SCA/SBOM, CI/CD seguro, SAST/DAST
appsec/references/deteccao-resposta.md        ← logging, threat modeling (STRIDE), IR

Opções: npx gava-appsec init --force (sobrescreve) · npx gava-appsec help.

Como usar

Depois do init, peça ao agente da sua IDE, por exemplo:

Escreva o endpoint de login desta API seguindo o AGENTS-appsec.md.
Revise este controller de acesso a banco contra o checklist do AGENTS-appsec.md.

O agente cruza o código com o checklist do domínio relevante (auth, injeções, controle de acesso, cripto, etc.) e aplica o "Faça / Não faça" antes de entregar.

No Claude Code / Cowork

Esta mesma base também está disponível como skill nativa (desenvolvimento-seguro) via marketplace:

/plugin marketplace add VgavaBR123/gava-skills
/plugin install seguranca-plugin@gava-tools

Licença

CC-BY-SA-4.0 — mantido por Gava.