I. Overview

%%{init: { 'theme': 'base', 'themeVariables': { 'edgeLabelBackground': '#fff' }}}%%
flowchart LR
    A["Supervisor handles intern\nincidents informally, undocumented"] -- "Need for consistent HR record and liability protection" --> B["Formal Intern\nIncident Report"]
    style A fill:#f9f9f9,stroke:#333,stroke-width:3px
    style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px

Definition: The Intern Incident Report is a structured template for documenting any incident involving an intern or temporary staff member — policy violations, safety events, conduct issues, or accidental data exposure.

Features:
( Ownership ) Owned by HR, typically in coordination with the intern’s direct supervisor.
( IT Security Involvement ) IT security is looped in wherever the incident touches systems or data.
( Scope ) Covers interns, who often sit outside standard onboarding and access-control assumptions.
( Liability Protection ) Unrecorded incidents involving temporary staff create liability exposure and gaps in the intern program’s safety record.

II. Structure & Process

flowchart TD
    D["Incident observed or reported"] --> L["Supervisor logs report"]
    L --> T["HR triages severity and category"]
    T --> ITSec{"Involves data or device exposure?"}
    ITSec -- "Yes" --> Loop["Loop in IT security for containment"]
    ITSec -- "No" --> R["HR resolves directly"]
    Loop --> R
    R --> Rev["Review and close with corrective action"]
FieldDescription
Intern Name & ProgramIdentity of the intern and the department or program they are assigned to
SupervisorName of the direct supervisor or program manager
Date & LocationWhen and where the incident occurred
Incident TypeCategory, e.g. safety, conduct, policy violation, data/device exposure
DescriptionObjective, factual account of what happened
WitnessesNames of any other staff present or involved
Immediate Action TakenSteps taken at the time (first aid, access revocation, verbal warning)
Follow-up / Corrective ActionHR decision or remediation, including any escalation to IT security

HR logs the report within 24 hours of notification and loops in IT security immediately if the incident involves system access, a company device, or data handling.

III. Best Practices & Comparison

DocumentPrimary PurposeTriggerOwner
Intern Incident ReportRecord incidents involving interns/temporary staffAny intern-related incidentHR
Workplace Violence ReportRecord threats or violence involving any employeeThreatening or violent conductHR / Security
Major Incident Report TemplateRecord high-severity security incidentsCritical security eventSOC / IR Team
  • Keep the description factual and free of subjective judgment; save conclusions for the corrective-action section.
  • Loop in IT security immediately whenever a company device, credential, or dataset is involved.
  • Store reports in the HR system with restricted access to protect the intern’s privacy.
  • Track recurring incident types across cohorts to identify onboarding or supervision gaps.
  • Close every report with a documented follow-up action, even if the outcome is “no action required.”

Related: Workplace Violence Report, Incident Management Process

Last updated 18 Aug 2026, 00:00 UTC. history