AI in Cybersecurity Education

Faculty Development Summer Institute 2026

Securing AI Systems

[slides]

This session reframes AI security from “is the model safe” to “is the application around the model safe.” Participants examine an AI application as a workflow with prompts, retrieval, output handling, application logic, and memory, then walk that workflow through the OWASP LLM Top 10, a working threat-modeling shape, the recurring attack families (prompt injection, leakage, hijacking, jailbreaks), and a layered set of defenses. Two running examples thread through the morning: a quiz assistant for a course and an alert-summary assistant for a security operations center, with the same architecture diagram describing both.

By the end of the session, participants should be able to draw an AI application and name its trust boundaries, classify a failure as a quality issue or a security boundary failure, map a threat to OWASP and the four-part threat shape, design a layered defense, and translate the analysis into a classroom-ready teaching example.

Learning Objectives

What the Session Covers

Teaching Translations

Morning Activity

Pairs or small groups threat-model a research literature assistant: a tool that ingests uploaded PDFs, local notes, and a student question, then produces summaries, comparisons, and citations. Groups pick one scenario (a paper with hidden instructions, a poisoned summary, exposed private notes, or an oversized upload), fill in a threat card (component, assumption, attacker capability, attack path, impact) on the application’s data flow, and map the result to one OWASP LLM Top 10 category. Download worksheet: Threat Modeling a Research Literature Assistant PDF

Afternoon Activity

The afternoon is Red Team Lab, a structured red-team exercise on a sandboxed AI application that ends in a short defense-redesign sprint. Participants bring three artifacts from the morning into the lab: the architecture diagram, the OWASP categories, and the four-part threat shape.