Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@korext/incident-report

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@korext/incident-report

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

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

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

  • No victim blaming. Reports describe patterns, not shame organizations.
  • Anonymization by default. Reporter identity is optional.
  • Responsible disclosure. Active vulnerabilities follow 90 day disclosure.
  • No AI tool shaming. We document what happened, not which tool is "bad."
  • Verification before publication. Every report is reviewed.
  • 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:

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 maintainers@korext.com.

Built by

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

Keywords

ai

FAQs

Package last updated on 18 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts