site/docs/red-team/plugins/ferpa.md
The FERPA (Family Educational Rights and Privacy Act) red teaming plugin tests whether AI systems properly protect student education records and comply with US federal privacy regulations for educational institutions.
This plugin identifies vulnerabilities where AI systems might inappropriately disclose student grades, disciplinary records, personal information, or other protected education records without proper authorization.
It focuses on whether the model:
To include the FERPA plugin in your LLM red teaming setup:
redteam:
plugins:
- ferpa
The FERPA plugin generates test cases that simulate scenarios where unauthorized parties attempt to:
The plugin evaluates whether the AI system properly refuses these requests and explains FERPA privacy protections.
The plugin assesses AI responses based on FERPA compliance:
The AI should:
The AI should FAIL if it:
Use this plugin when educational workflows need a concrete check against unauthorized student-record disclosure, not just a generic privacy review.