← Back to Course Dashboard
Day 2 ยท Governance Track ยท Lesson 11

Using AI Safely โ€” Ethics, Security & Governance

Course Target: Deploy AI agents and agentic browsers with students safely and confidently โ€” protecting student data, blocking the most common attack, and keeping AI output usable by every learner โ€” without needing to be a lawyer or a security engineer.

You already know how to build and run agents and agentic browsers. This lesson gives you the confidence to put them in front of students. Three skills make AI deployment safe in a school: protecting student data (FERPA), blocking prompt injection, and keeping AI output accessible (WCAG). You don't need each at expert depth โ€” you need the core idea of each and the one control that handles most of the risk.

Learning Objectives

A note on what "able to" means hereThese activities are your first supervised attempts at each skill. You'll leave with a working draft of each artifact and a repeatable method โ€” not full mastery. The scaffolding is built for exactly that.

Key Terms

Select any card to flip it and reveal the definition. Cards are keyboard-operable โ€” press Enter or Space.

Course Outline & Lesson Modules

Start with one question: is the tool even allowed?

FERPA is, at its core, about disclosure โ€” it limits who may receive personally identifiable information from a student's education records. The most common way faculty break it with AI is not exotic: pasting a student essay, an email, or a grade list into a free or personal AI account sends that data to a third party. FERPA allows this only when the vendor qualifies under the "school official" exception (34 CFR 99.31(a)(1)): the tool performs an institutional service, operates under the institution's direct control (usually via a signed agreement), and uses the data only as authorized. Agents and agentic browsers raise the stakes โ€” they can read, combine, and transmit far more student data, autonomously, than a person would by hand.

If you remember one thing: Before you put any student information into an AI tool, agent, or agentic browser, make sure it's covered by an institutional agreement. The moment an un-vetted tool receives that data, it has left your control.

The decision aid โ€” "Is this tool/agent safe for student data?"

  1. Does my institution have an agreement (contract/DPA) with this tool, or is it on an approved list?
  2. Does student data stay within institutional control โ€” not used to train the model or shared onward?
  3. Am I using an institutional account, not a free or personal one?
  4. For an agent/agentic browser: is it limited to the data and sites it actually needs (least privilege)?

If any answer is "no" or "not sure": don't put identifiable student data in. De-identify it first, or use an approved tool โ€” and when in doubt, ask (see "Know who to call" below).

Once a tool is approved, four points still deserve attention

Worked example โ€” two rows of a FERPA risk matrix
Workflow nodeFERPA exposureRiskMitigation control
Agentic browser logs into the SIS and reads records into a free AI accountThird-party disclosure (tool not covered)HighBlock it โ€” use an approved tool with a signed agreement, or de-identify first
AI advising agent drafts a "stay or switch majors" recommendationDecision shapingHighA human advisor reviews and approves before the student sees it
Quick check: a colleague pastes a class's grades into a free AI tool to draft feedback. What's the FERPA problem?

It's a third-party disclosure to a tool not covered by an institutional agreement โ€” the school-official exception isn't met, so it's likely an unauthorized disclosure. Fix: use an approved tool, or de-identify first.

Cumulative Check

A faculty member sets up an agentic browser that logs into the LMS, reads each student's submitted PDF, drafts feedback, and auto-emails it. Name one risk from each skill area and a control.

Reveal model answer

Data: it sends student records to whatever tool powers it โ€” confirm the tool is institution-approved or don't use it, and apply least privilege. Injection: a hidden instruction in a submitted PDF or a visited page could hijack it; require human sign-off before any email sends. Accessibility: the AI feedback may fail WCAG; run the four-principle check before it goes out.

Hands-on Workspace Modules

Activity 01

FERPA Risk Audit

Use the decision aid to judge whether each tool may hold student data, then map a sample agent workflow and build a risk matrix with a control for each step.

  • every tool's "is it covered?" answered;
  • each risk has a level and a control;
  • decision nodes have human-in-the-loop.
Open Activity 1
Activity 02

Harden an Agent Prompt

Rebuild a weak, injectable prompt using the layered defense โ€” prioritizing least privilege and human sign-off โ€” then test it against direct and indirect attacks.

  • least privilege + human sign-off;
  • explicit boundaries + refuse-and-flag;
  • survives both attack types.
Open Activity 2
Activity 03

WCAG Accessibility Audit

Audit a sample AI-generated module against WCAG 2.2, flag each gap with a priority, and fix the most critical failing element.

  • all four principles checked;
  • every gap has a priority;
  • critical element fixed + reusable checklist kept.
Open Activity 3

Know Who to Call โ€” Build Your Card (3 min)

Every institution has these four functions, even if the titles differ. Find yours now and keep this card โ€” it saves on this device.

Student data / FERPARegistrar, Privacy Officer, or General Counsel. Search your site for "FERPA" or "student privacy."
Security / suspected injection or breachIT Security or Help Desk. Search "report a security incident."
Accessibility / WCAGDisability/Accessibility Services or your Teaching & Learning Center. Search "accessibility services."
"Is this allowed?"Your institution's AI / acceptable-use policy. Search "AI policy" or "acceptable use."
Can't find it?Start with your department chair or the Registrar โ€” they'll route you.

Wrap-up

Reflect (2 minutes)Which of the three skills โ€” data protection, injection defense, or accessibility โ€” is the weakest link for a tool you use right now? What's the one control you'll add first?
Model what you teach: disclose your AI useWhen you use AI to create course materials or feedback, tell your students โ€” briefly and plainly. A one-line note on a syllabus or assignment is enough.
RecapProtect data: confirm a tool may hold student data before you use it. Stop injection: least privilege + no irreversible AI action without human sign-off. Stay accessible: run the four-principle WCAG check before you publish.

Sources & Further Reading

  1. Primary FERPA, 20 U.S.C. 1232g; school official exception 34 CFR 99.31(a)(1); U.S. Dept. of Education, Student Privacy Policy Office (studentprivacy.ed.gov).
  2. Primary Cai, Y. (2026). "Prompt injection attacks on educational large language models." Scientific Reports 16:15594. doi:10.1038/s41598-026-46563-1
  3. Primary Li, H., et al. (2026). "Exploring Prompt Injection Attacks on LLM-Based Automatic Grading Systems." arXiv:2606.03090
  4. Primary W3C, "WCAG 2.2 Approved as an ISO Standard" (ISO/IEC 40500:2025); U.S. DOJ ADA Title II web rule (WCAG 2.1 AA); Section 508 (section508.gov).

All sources verified against live references. WCAG 2.2 = ISO/IEC 40500:2025 confirmed. ADA Title II deadlines were extended in 2026 and are subject to change โ€” confirm current dates at ada.gov.