← Back to Lesson 11
Lesson 11 ยท Activity 01

FERPA Risk Audit: Map an AI Workflow

An AI workflow is only as compliant as its weakest link. In this lab you'll take a real-looking agent workflow, decide whether each tool may even hold student data, then map its FERPA exposure and attach a control to every step โ€” a risk matrix you could hand your department.

Work through it

Check each box as you go โ€” your progress is saved on this device.

0 of 5 done

The scenario

Maple Valley College pilots an "Advising Assistant" built from an agentic browser:

Important: it runs on a faculty member's personal AI account โ€” no institutional agreement.

Your risk matrix

Fill in each row. Saved on this device until you reset.

NodeFERPA exposureRisk (L/M/H)Mitigation control
A โ€” reads SIS records into a personal AI account
B โ€” combines GPA + directory info
C โ€” drafts a major recommendation
D โ€” emails the recommendation to the student

Saved automatically on this device.

Reveal model answer
NodeExposureRiskControl
A โ€” personal accountThird-party disclosure; passive readingHighSTOP โ€” tool not covered by an agreement. Use an approved tool with a DPA, or de-identify. Least privilege.
B โ€” combines dataRecombination into a protected compositeMediumDon't merge directory info with protected records unless authorized.
C โ€” drafts recommendationAutonomous record creationMediumTreat the draft as an education record; don't finalize without review.
D โ€” emails studentDecision shapingHighA human advisor reviews and approves before it reaches the student.

Key takeaway: the whole workflow fails at Node A โ€” an uncovered personal account is the disqualifying problem. Fix the tool first; the node-by-node controls matter only once the tool is allowed to hold student data.

Takeaway: Before you tune the details, ask the disqualifying question โ€” is this tool even allowed to receive student data? Everything else is downstream of that.