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

@korext/incident-report

v1.0.0

Published

CLI for drafting and submitting AI code incident reports to the public registry at oss.korext.com/incidents.

Readme

AI Incident Registry

The public registry and open standard for cataloging AI code failures.

License: Code License: Spec License: Data npm

When AI generated code causes a production failure, security breach, or compliance violation, the lessons are usually buried in private postmortems. The same patterns repeat across thousands of organizations because nobody shares what went wrong.

AI Incident Registry changes that. It is the CVE equivalent for AI authored code failures.

Browse the Registry

oss.korext.com/incidents

Report an Incident

npx @korext/incident-report draft

Anonymous submissions welcome.

Identifier Format

AICI-YYYY-NNNN

Example: AICI-2026-0047

What Belongs Here

AICI covers incidents where AI generated code caused a measurable negative outcome. Examples:

  • SQL injection that shipped after AI suggestion
  • Hallucinated API that passed review and failed in production
  • Missing authentication in AI generated admin endpoint
  • Off-by-one error in AI generated loop logic
  • Deprecated dependency introduced by AI suggestion

What Does Not Belong Here

  • General software vulnerabilities not tied to AI authorship (use CVE)
  • Harms caused by AI models to end users (use AI Incident Database)
  • Attacks on AI systems (use MITRE ATLAS)

Why This Exists

Regulatory pressure is mounting. The EU AI Act, SOX auditors, and insurance questionnaires are all asking about AI generated code. Without public incident data, risk assessment is guesswork.

Engineering teams need to know which AI code patterns have caused real incidents. This registry provides that knowledge.

Ethical Commitments

  1. No victim blaming. Reports describe patterns, not shame organizations.
  2. Anonymization by default. Reporter identity is optional.
  3. Responsible disclosure. Active vulnerabilities follow 90 day disclosure.
  4. No AI tool shaming. We document what happened, not which tool is "bad."
  5. Verification before publication. Every report is reviewed.
  6. Right to redact. Corrections preserved for research integrity.

See ETHICS.md.

Detection Rule Mapping

Every incident links to detection rules that would have caught it. This is the operational difference from traditional vulnerability databases. CVE tells you what broke. AICI tells you what would have prevented it.

Feeds

Subscribe to the RSS or Atom feed:

  • RSS: https://oss.korext.com/incidents/feed.xml
  • Atom: https://oss.korext.com/incidents/feed.atom

Filter by severity, tool, or language via query parameters.

API

Full API documentation at oss.korext.com/incidents/api.

Endpoints:

  • GET /api/incidents/[id] - Retrieve incident
  • GET /api/incidents/search - Full text search
  • GET /api/incidents/export - Bulk data export (CC BY 4.0)
  • POST /api/incidents/submit - Submit incident
  • POST /api/incidents/notifications/subscribe - Subscribe to alerts

Specification

See SPEC.md. Released under CC0 1.0.

Data License

All published incident data is released under CC BY 4.0. Attribution to the registry and reporter is required.

Prior Art

See PRIOR_ART.md. AI Incident Registry complements CVE, OSV, AVID, AI Incident Database, and MITRE ATLAS.

Contributing

See CONTRIBUTING.md.

To propose a new pattern type, submit a PR to SPEC.md.

To become a registry reviewer, contact [email protected].

Built by

Korext builds AI code governance tools. AI Incident Registry is an open community resource maintained by the Korext team.