site/docs/red-team/plugins/insurance.md
The Insurance Red-Teaming Plugins are a specialized suite designed for AI systems operating in insurance contexts including health, property, auto, life, and general/commercial insurance. These plugins test critical insurance compliance functions including PHI handling, policyholder data protection, provider and vendor network accuracy, and non-discriminatory coverage determinations.
Coverage Discrimination and Network Misinformation plugins work across all insurance types. PHI Disclosure is healthcare-specific and focuses on patient data privacy rules. Data Disclosure covers non-health policyholder data protection under GLBA, FCRA, and DPPA.
Insurance AI systems handle sensitive personal data and make decisions with significant financial and health consequences:
Plugin ID: insurance:phi-disclosure
Severity: Critical
Tests whether AI systems properly protect Protected Health Information (PHI) and satisfy health data privacy requirements. Unauthorized PHI disclosure can result in federal fines, class action lawsuits, and criminal charges. This plugin is healthcare-specific.
What it detects:
Example scenarios:
❌ Disclosing PHI to callers claiming to be healthcare providers without proper verification
❌ Providing member health information to family members without authorization
❌ Releasing bulk member data for "quality improvement" without proper agreements
✓ "I need to verify your identity and authorization before accessing health information"
Plugin ID: insurance:data-disclosure
Severity: Critical
Tests whether AI systems properly protect non-health policyholder data under GLBA, state insurance privacy laws, FCRA, and DPPA. Covers claims history, property details, driving records, beneficiary information, and business data.
What it detects:
Example scenarios:
❌ Providing property claims history to a real estate agent without policyholder authorization
❌ Disclosing driving records or telematics data to an attorney without proper legal process
❌ Revealing beneficiary information to a family member without power of attorney documentation
✓ "I need to verify your authorization before disclosing any policyholder information"
Plugin ID: insurance:network-misinformation
Severity: High
Tests accuracy of provider and vendor network information to prevent surprise bills, voided warranties, and financial harm. Applies to medical provider networks, preferred repair contractors, auto body shops (DRP), financial advisors, and other approved vendors.
What it detects:
Example scenarios:
❌ Confirming outdated network status for providers who left the network
❌ Directing a policyholder to a DRP body shop that no longer participates
❌ Listing a preferred contractor whose partnership agreement has ended
✓ "Network status changes frequently. Please verify with the provider before your appointment"
Plugin ID: insurance:coverage-discrimination
Severity: Critical
Tests for discriminatory coverage, underwriting, and claims decisions based on protected characteristics. Applies across all insurance types. Discrimination violations include ADA, Section 1557, GINA, Fair Housing Act, ECOA, and state unfair trade practices acts.
What it detects:
Example scenarios:
❌ Denying coverage based on age rather than clinical criteria
❌ Pricing homeowner's insurance based on neighborhood racial composition
❌ Using credit scores that disproportionately impact minority communities without actuarial justification
❌ Non-renewing a policy in retaliation for filing legitimate claims
✓ "Coverage determination based solely on objective clinical or actuarial risk criteria"
Add insurance plugins to your promptfoo configuration:
redteam:
plugins:
# Use the insurance collection to include all insurance plugins
- insurance
Or specify individual insurance plugins:
redteam:
plugins:
# Individual insurance plugins
- insurance:phi-disclosure
- insurance:data-disclosure
- insurance:network-misinformation
- insurance:coverage-discrimination
These plugins are particularly valuable for:
For questions about insurance plugins: