Back to templates
compliance response-plan

AI Incident Response Plan Template

Comprehensive AI incident response plan covering incident categories, severity levels, response procedures, reporting obligations under EU AI Act Article 73, and post-incident review processes.

Request customization
🌐
Bilingual / Bilingüe

This template includes both English and Spanish versions. Scroll down to find "Versión Española".

Disclaimer: This template is provided for guidance purposes only. It does not constitute legal advice. Organisations should consult qualified legal counsel to ensure compliance with applicable laws and regulations.

Template provided by VORLUX AI — vorluxai.com


AI Incident Response Plan

EU AI Act — Article 73 Compliance Template

Organisation: _______________ Document Reference: AIRP-[YYYY]-[NNN] Version: _______________ Prepared by: _______________ Approved by: _______________ Effective Date: _______________ Review Date: _______________


Section 1: Purpose and Scope

1.1 Purpose

This plan defines how [Organisation Name] identifies, classifies, responds to, reports, and learns from incidents involving AI systems. It ensures compliance with Article 73 of the EU AI Act (serious incident reporting) and supports the organisation’s broader risk management obligations.

1.2 Scope

This plan applies to:

  • All AI systems operated by the organisation in a deployer capacity
  • All AI systems developed or provided by the organisation
  • All staff, contractors, and third parties involved in operating or monitoring AI systems

AI Systems Covered:

System NameRisk ClassificationSystem OwnerVersion
☐ High-risk ☐ Limited ☐ Minimal
☐ High-risk ☐ Limited ☐ Minimal
☐ High-risk ☐ Limited ☐ Minimal

1.3 Regulatory Context

Under Article 73, providers of high-risk AI systems must report serious incidents to the relevant national market surveillance authority. A serious incident is defined as an incident or malfunctioning of an AI system that, directly or indirectly, leads to:

  • The death of a person or serious damage to a person’s health
  • A serious and irreversible disruption of critical infrastructure
  • An infringement of fundamental rights
  • Serious damage to property or the environment

Competent Authority for [Country]: _______________ Reporting Portal / Contact: _______________ Initial Report Deadline: 15 working days (life-threatening: 2 working days) after becoming aware


Section 2: Incident Categories

2.1 Category Framework

CategoryCodeDescriptionExamples
Safety IncidentCAT-SAI output causes or risks physical harmMedical AI misdiagnosis; autonomous system collision
Rights ViolationCAT-RAI output infringes fundamental rightsDiscriminatory hiring decision; unlawful profiling
Data IncidentCAT-DAI system involved in data breach, leak, or misuseTraining data exfiltrated; personal data exposed in output
System FailureCAT-FAI system unavailable, degraded, or behaving unexpectedlyModel crashes; severe accuracy degradation
Manipulation / MisuseCAT-MAI system used or manipulated for harmful purposesAdversarial attacks; prompt injection leading to policy violation
Compliance IncidentCAT-CAI system found to be non-compliant with regulationMissing conformity assessment; prohibited use discovered
Transparency BreachCAT-TFailure to disclose AI involvement as requiredChatbot not labelled; automated decision not notified
Reputational IncidentCAT-PAI system causes significant public trust harmMedia coverage of biased AI output; customer complaints

Section 3: Severity Levels

3.1 Severity Classification

LevelNameDefinitionResponse Timeframe
SEV-1CriticalActive harm occurring or imminent; fundamental rights severely violated; life at riskImmediate (< 1 hour)
SEV-2HighSerious harm occurred or likely; significant regulatory obligation triggered< 4 hours
SEV-3MediumHarmful output detected; no immediate harm but risk of escalation< 24 hours
SEV-4LowNear-miss; policy violation without harm; isolated anomaly< 5 business days
SEV-5InformationalPerformance degradation below threshold; curiosity for monitoringNext review cycle

3.2 Severity Decision Matrix

Use the following questions to classify severity:

Step 1 — Has harm already occurred?

  • Death or serious physical injury → SEV-1
  • Significant financial or psychological harm → SEV-2
  • Minor harm or harm risk only → SEV-3 or lower

Step 2 — Is a fundamental right involved?

  • Irreversible rights violation → SEV-1
  • Reversible rights violation → SEV-2
  • Possible / minor rights impact → SEV-3

Step 3 — Is regulatory reporting triggered?

  • Article 73 reporting threshold met → escalate to minimum SEV-2

Step 4 — Is the system still running and causing harm?

  • Yes → escalate by one level; consider immediate shutdown

Section 4: Incident Response Procedures

4.1 Response Team

RoleResponsibilitiesPrimary ContactBackup Contact
Incident Commander (IC)Overall incident ownership; decisions on containment and reporting
AI System OwnerTechnical knowledge; system access
Legal / ComplianceRegulatory reporting; legal exposure assessment
DPOData protection assessment; GDPR obligations
Communications LeadInternal and external communications
IT / SecuritySystem access; logging; technical containment
Executive SponsorAuthorises major decisions (shutdown, public disclosure)

Escalation Hotline (internal): _______________ 24/7 On-call rotation: _______________


4.2 Phase 1: Detection and Intake (All Severities)

Detection Sources:

  • Internal monitoring / alerting system
  • User complaint or report
  • Employee observation
  • Third-party notification (vendor, partner, regulator)
  • Media / social media monitoring
  • Post-incident audit discovery

Immediate Actions (within first 60 minutes for SEV-1/2):

  1. Log the incident in the Incident Register (see Section 7)
  2. Assign an Incident ID: INC-[YYYY]-[NNN]
  3. Assign an Incident Commander
  4. Classify severity using the matrix in Section 3.2
  5. Notify the response team using communication templates in Section 6
  6. Preserve evidence: logs, screenshots, model versions, input/output data
  7. Assess whether the AI system must be suspended (see Section 4.3)

4.3 Phase 2: Containment

Containment Decision Checklist:

QuestionYes → Action
Is the AI system currently producing harmful outputs?Suspend or throttle the system immediately
Can the root cause be isolated to a specific feature or input type?Restrict that input type; keep other functions running
Is the incident limited to one user/case?Quarantine that case; continue with enhanced monitoring
Is the issue in the underlying model (not just an edge case)?Full system suspension; notify vendor
Has a data breach occurred?Invoke GDPR breach procedures; notify DPO

System Suspension Protocol:

ActionAuthorised byDocumentation Required
Suspend AI system for < 4 hoursAI System OwnerIncident log entry
Suspend AI system for 4–24 hoursAI System Owner + ICIncident log + executive notification
Suspend AI system for > 24 hoursExecutive Sponsor + LegalBoard notification; customer communication

Temporary workaround: _______________


4.4 Phase 3: Investigation

Investigation Checklist:

  • Identify the precise AI system and version involved
  • Retrieve and preserve input/output logs for the affected period
  • Determine whether the incident is isolated or systemic
  • Identify root cause (data quality, model error, configuration, misuse, infrastructure)
  • Assess scope: how many individuals are affected?
  • Assess duration: when did the incident begin?
  • Review whether safeguards (monitoring, human oversight) failed and why
  • Interview relevant staff
  • Engage vendor if third-party model is involved (see communication template in Section 6)
  • Document all investigation steps with timestamps

Root Cause Categories:

CodeRoot CauseInvestigation Focus
RC-01Training data issueData quality, bias, outdated data
RC-02Model architecture flawModel evaluation reports
RC-03Prompt / input manipulationInput validation, security
RC-04Infrastructure / integration failureSystem logs, API calls
RC-05Human oversight failureProcess review, training records
RC-06Scope creep / misuseUsage logs, authorisation records
RC-07Vendor / third-party failureSLA review, vendor communication
RC-08Regulatory gapPolicy and compliance review

4.5 Phase 4: Remediation

Remediation Plan Template:

Issue IdentifiedRemediation ActionOwnerDeadlineStatus
☐ Planned ☐ In progress ☐ Complete
☐ Planned ☐ In progress ☐ Complete
☐ Planned ☐ In progress ☐ Complete

Before resuming system operation, confirm:

  • Root cause identified and resolved
  • Affected individuals notified (if required)
  • Regulatory reports submitted (if required)
  • Enhanced monitoring in place
  • Sign-off from Incident Commander, Legal, and AI System Owner

4.6 Phase 5: Recovery and Monitoring

Recovery Checklist:

  • System reinstated at [date/time]: _______________
  • Enhanced monitoring period defined: _______________ days
  • KPIs and anomaly thresholds reviewed and updated
  • Staff briefed on post-incident monitoring responsibilities
  • Post-incident review scheduled for: _______________

Section 5: Reporting Obligations

5.1 Internal Reporting

Report TypeAudienceTimingTemplate
Incident AlertResponse TeamImmediately on detectionSection 6.1
Status UpdateExecutive SponsorEvery 4 hours for SEV-1/2Section 6.2
Board NotificationBoard / GovernanceFor SEV-1 or regulatory report triggeredSection 6.3
Incident SummaryAll stakeholdersWithin 5 days of closureSection 6.4

5.2 External Reporting

Regulatory Reporting (Article 73 — Serious Incidents):

TriggerTimelineAuthorityMethod
Life-threatening incident2 working daysNational market surveillance authority[Portal/contact]
Other serious incident15 working daysNational market surveillance authority[Portal/contact]
Root cause updateAs availableSame authorityFollow-up notification
Final reportWithin 3 monthsSame authorityWritten report

GDPR Reporting (if personal data involved):

TriggerTimelineAuthorityMethod
Personal data breach72 hoursSupervisory Authority (e.g., AEPD for Spain)[Portal/contact]
High risk to individualsWithout undue delayAffected individualsDirect notification

Affected Individual Notification: Required when: ☐ High-risk AI system ☐ Rights violated ☐ Personal data breached ☐ Decision affected them Notification method: ☐ Email ☐ Letter ☐ In-app ☐ Phone


Section 6: Communication Templates

6.1 Internal Incident Alert

Subject: [URGENT] AI Incident Alert — INC-[YYYY]-[NNN] — [System Name] — SEV-[X]

AI INCIDENT ALERT

Incident ID: INC-[YYYY]-[NNN] Date/Time: [DD/MM/YYYY HH:MM] AI System: [System Name and Version] Severity: SEV-[1/2/3/4] Category: [Category Code and Name] Incident Commander: [Name]

Summary: [2–3 sentence description of what has happened]

Current Status: [Ongoing / Contained / Resolved]

Immediate actions taken:

  • [Action 1]
  • [Action 2]

Next update by: [HH:MM]

Incident bridge/channel: [Link or number]


6.2 Executive Status Update

Subject: AI Incident Status Update — INC-[YYYY]-[NNN] — [Time]

STATUS UPDATE — [Time]

Incident: INC-[YYYY]-[NNN] | [System Name] | SEV-[X] Update #: [N]

Current situation: [Brief description] Individuals affected: [Number / Unknown] System status: ☐ Running normally ☐ Suspended ☐ Partially suspended Regulatory obligation triggered? ☐ Yes — report due by [date] ☐ No ☐ Under assessment

Actions completed since last update:

  • [Action]

Actions in progress:

  • [Action]

Decisions needed from executive sponsor:

  • [Decision point, if any]

Next update by: [Time]


6.3 Regulatory Notification Letter (Article 73)

[Organisation letterhead]

Date: _______________ To: [National Market Surveillance Authority Name and Address]

Re: Serious Incident Notification — EU AI Act Article 73 Incident Reference: INC-[YYYY]-[NNN]

Dear [Authority Name / Sir or Madam],

In accordance with Article 73 of Regulation (EU) 2024/1689 (the EU AI Act), we are notifying you of a serious incident involving an AI system for which [Organisation Name] is the [provider / deployer].

1. AI System Details

  • System name and version: _______________
  • Risk classification: High-risk (Annex III, category: _______________)
  • EU declaration of conformity reference: _______________

2. Incident Summary

  • Date/time of occurrence: _______________
  • Date/time we became aware: _______________
  • Nature of incident: _______________
  • Categories of persons affected: _______________
  • Estimated number of affected individuals: _______________
  • Geographical scope: _______________

3. Immediate Actions Taken [Describe containment and mitigation actions]

4. Ongoing Actions [Describe current and planned remediation]

5. Further Information A follow-up report with root cause analysis and final remediation measures will be provided by [date].

We are available for any further questions or information requests. Please contact [Name, Role] at [email / phone].

Yours sincerely,


[Name] [Title / AI Officer / DPO] [Organisation]


6.4 Affected Individual Notification

Subject: Important notice regarding an AI system that affected you

Dear [Name / Customer],

We are writing to let you know that an incident occurred involving an artificial intelligence system used by [Organisation Name] that may have affected [you / a decision made about you / your data].

What happened: [Plain language description of the incident]

How it affected you: [Explain the specific impact on this individual]

What we have done: [List actions taken to contain and remediate]

What you can do:

  • If a decision was made about you using AI, you have the right to request a human review of that decision.
  • You may request further information about how AI was used.
  • You may contact our AI Officer at [contact details] with any questions.

We sincerely apologise for any inconvenience or harm caused.

[Name, Role] [Organisation] [Date]


6.5 Vendor Notification

Subject: AI Incident Notification — [System Name] — INC-[YYYY]-[NNN]

Dear [Vendor Contact],

We are writing to notify you of an incident involving [System Name / API / Model] provided by your organisation and deployed by us in [context].

Incident reference: INC-[YYYY]-[NNN] Date/time of incident: _______________ Nature of incident: [Brief description]

We require the following from you as a matter of urgency:

  1. Confirmation of whether this issue is known or has affected other customers
  2. Relevant system logs for the period [start time] to [end time]
  3. Preliminary root cause assessment by [deadline]
  4. Your incident response contact and escalation path

Please treat this as priority. Respond to [name] at [email] within [timeframe].

[Name, Role] [Organisation]


Section 7: Incident Register

Use the table below (or integrate with your GRC/ITSM platform) to maintain a log of all AI incidents.

Incident IDDateSystemCategorySeverityStatusRegulatory Report?ICDate Closed
INC-[YYYY]-001☐ Open ☐ Closed☐ Yes ☐ No
INC-[YYYY]-002☐ Open ☐ Closed☐ Yes ☐ No

Retention: Incident records must be retained for a minimum of 5 years.


Section 8: Post-Incident Review

8.1 Review Process

A post-incident review (PIR) must be conducted for all SEV-1 to SEV-3 incidents within 10 business days of incident closure.

PIR Meeting Agenda:

  1. Incident timeline (15 min)
  2. Root cause walkthrough (20 min)
  3. What went well (10 min)
  4. What could have been better (15 min)
  5. Action items and owners (15 min)
  6. Policy / process updates required (10 min)
  7. Training updates required (5 min)

8.2 Post-Incident Review Report

Incident ID: _______________ PIR Date: _______________ Facilitator: _______________ Attendees: _______________

SectionSummary
Root Cause (confirmed)
Contributing factors
Detection time
Response time
Containment time
Total impact (individuals, duration)
Regulatory notifications made
What worked well
What needs improvement

Action Items from PIR:

ActionOwnerDeadlineStatus

Policy or process updates triggered: ☐ Yes (specify): _______________ ☐ No Training updates triggered: ☐ Yes (specify): _______________ ☐ No FRIA update triggered: ☐ Yes ☐ No


Section 9: Plan Review and Maintenance

Review TriggerAction
AnnuallyFull plan review
After any SEV-1 or SEV-2 incidentReview and update affected sections
New AI system deployedVerify coverage; update system registry
Regulatory updateReview reporting obligations
Change in team structureUpdate contact details

Last reviewed: _______________ Approved by: _______________


Template provided by VORLUX AI | vorluxai.com Version 1.0 — April 2026 | EU AI Act Article 73 compliant template This is guidance only, not legal advice. Consult qualified legal counsel for your specific situation.


Versión Española

Aviso: Este plantilla se proporciona solo con fines de orientación. No constituye asesoramiento legal. Las organizaciones deben consultar a abogados calificados para asegurarse de que cumplan con las leyes y regulaciones aplicables.


Plan de respuesta a incidentes de IA

Cumplimiento del artículo 73 de la Directiva de IA de la UE — Plantilla de cumplimiento

Organización: _______________ Referencia del documento: AIRP-[YYYY]-[NNN] Versión: _______________ Preparado por: _______________ Aprobado por: _______________ Fecha de entrada en vigor: _______________ Fecha de revisión: _______________


Sección 1: Propósito y alcance

1.1 Propósito

Este plan define cómo [Nombre de la organización] identifica, clasifica, responde a, reporta y aprende de los incidentes que involucran sistemas de IA. Garantiza el cumplimiento del artículo 73 de la Directiva de IA de la UE (informe sobre incidentes graves) y apoya las obligaciones de gestión de riesgos más amplias de la organización.

1.2 Alcance

Este plan se aplica a:

  • Todos los sistemas de IA operados por la organización en una capacidad de proveedor
  • Todos los sistemas de IA desarrollados o proporcionados por la organización
  • Todo el personal, contratistas y terceros involucrados en la operación o monitoreo de sistemas de IA

Sistemas de IA cubiertos:

Nombre del sistemaClasificación de riesgoPropietario del sistemaVersión
☐ Alto riesgo ☐ Limitado ☐ Mínimo
☐ Alto riesgo ☐ Limitado ☐ Mínimo
☐ Alto riesgo ☐ Limitado ☐ Mínimo

1.3 Contexto regulatorio

Según el artículo 73, los proveedores de sistemas de IA de alto riesgo deben informar sobre incidentes graves a la autoridad competente nacional correspondiente. Un incidente grave se define como un incidente o falla en un sistema de IA que, directa o indirectamente, lleva a:

  • La muerte de una persona o daño grave a la salud de una persona
  • Una interrupción grave e irreversible de infraestructura crítica
  • Infracción de derechos fundamentales
  • Daños graves a la propiedad o al medio ambiente

Autoridad competente para [País]: _______________ Portal de informes / Contacto: _______________ Plazo límite para el informe inicial: 15 días hábiles (vida en peligro: 2 días hábiles) después de que se tenga conocimiento


Sección 2: Categorías de incidentes

2.1 Marco de categorías

CategoríaCódigoDescripciónEjemplos
Incidente de seguridadCAT-SSalida de IA que causa o pone en riesgo daño físicoDiagnóstico médico incorrecto; colisión del sistema autónomo
Violación de derechosCAT-RSalida de IA que infringe derechos fundamentalesDecisión de contratación discriminatoria; perfilaje ilegal
Incidente de datosCAT-DSistema de IA involucrado en robo, filtración o uso inadecuado de datosExfiltración de datos de entrenamiento; exposición de datos personales en la salida
Falla del sistemaCAT-FSistema de IA no disponible, degradado o comportándose de manera inesperadaColapso del modelo; degradación severa de precisión
Manipulación / Uso inadecuadoCAT-MSistema de IA utilizado o manipulado con fines perjudicialesAtaque adversarial; inyección de promt que lleva a violación de política
Incidente de cumplimientoCAT-CSistema de IA no cumple con la regulaciónFaltan evaluaciones de conformidad; uso prohibido descubierto
Incumplimiento de transparenciaCAT-TFalta de divulgación de la participación de IA como se requiereChatbot sin etiquetado; decisión automática no notificada
Incidente reputacionalCAT-PSistema de IA causa daño significativo a la confianza públicaCobertura mediática de salida sesgada de IA; quejas del cliente

Sección 3: Niveles de gravedad

3.1 Clasificación de severidad

NivelNombreDefiniciónPlazo de respuesta
SEV-1CríticoDaño activo o inminente; derechos fundamentales gravemente violados; vida en peligroInmediato (< 1 hora)
SEV-2AltoDaño grave ocurrido o probable; obligación regulatoria significativa desencadenada< 4 horas
SEV-3MedioSalida dañina detectada; no hay daño inmediato pero existe riesgo de escalada< 24 horas
SEV-4BajoPróximo accidente;
EU AI Act: 99 days to deadline

15 minutes to evaluate your case

No-commitment initial consultation. We analyze your infrastructure and recommend the optimal hybrid architecture.

No commitment 15 minutes Custom proposal

136 pages of free resources · 26 compliance templates · 22 certified devices