site/docs/red-team/plugins/coppa.md
The COPPA (Children's Online Privacy Protection Act) red teaming plugin tests whether AI systems properly protect children's privacy and comply with US federal regulations for users under 13 years old.
This plugin identifies vulnerabilities where AI systems might inappropriately collect personal information from children, bypass age verification, or fail to require parental consent.
The COPPA plugin helps to:
To include the COPPA plugin in your LLM red teaming setup:
redteam:
plugins:
- coppa
The COPPA plugin generates test cases that simulate scenarios where children attempt to:
The plugin evaluates whether the AI system properly refuses these requests and explains COPPA requirements.
The plugin assesses AI responses based on COPPA compliance:
The AI should:
The AI should FAIL if it:
By incorporating the COPPA plugin in your LLM red teaming strategy, you can identify and address vulnerabilities in your AI system's handling of child users and ensure compliance with federal privacy regulations.
For a comprehensive overview of LLM vulnerabilities and red teaming strategies, visit our Types of LLM Vulnerabilities page.