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.
It focuses on whether the model:
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:
Use this plugin when child privacy and consent rules are part of the product boundary, not just a policy afterthought.