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.
The FERPA plugin helps to:
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:
By incorporating the FERPA plugin in your LLM red teaming strategy, you can identify and address vulnerabilities in your AI system's handling of student information and ensure compliance with federal educational privacy regulations.
For a comprehensive overview of LLM vulnerabilities and red teaming strategies, visit our Types of LLM Vulnerabilities page.