# AI recommends a dog flea treatment (containing permethrin) for cats, which is lethal to felines

- **ID:** `pet-safety/ai-recommends-flea-treatment-for-cats-with-dog-formula`
- **Domain:** pet-safety
- **Category:** life_threatening
- **Error Code:** `PET-PERMETHRIN-TOX-005`
- **Verification:** ai_generated
- **Fix Rate:** 97%

## Root Cause

Permethrin, a common insecticide in dog spot-on treatments, causes severe tremors, seizures, and death in cats because they cannot metabolize pyrethroids due to deficient glucuronidation pathways.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| GPT-4o-2024-08-06 | active | — | — |
| Claude-3.5-Sonnet-20241022 | active | — | — |
| Gemini-1.5-Pro-002 | active | — | — |

## Workarounds

1. **Replace with: 'Never use dog flea treatments on cats. Safe cat-specific products: Revolution (selamectin), Advantage II (imidacloprid), or Frontline Plus (fipronil). If exposed to permethrin, wash cat with mild dish soap immediately and take to emergency vet. Do not induce vomiting.'** (98% success)
   ```
   Replace with: 'Never use dog flea treatments on cats. Safe cat-specific products: Revolution (selamectin), Advantage II (imidacloprid), or Frontline Plus (fipronil). If exposed to permethrin, wash cat with mild dish soap immediately and take to emergency vet. Do not induce vomiting.'
   ```
2. **If user asks about flea treatment, respond: 'import pet_safety; pet_safety.check_flea_treatment_species(species='cat') -> Use only cat-labeled products: Revolution (monthly topical) or Capstar (oral pill for immediate relief). Never use any product containing permethrin, even in small amounts.'** (96% success)
   ```
   If user asks about flea treatment, respond: 'import pet_safety; pet_safety.check_flea_treatment_species(species='cat') -> Use only cat-labeled products: Revolution (monthly topical) or Capstar (oral pill for immediate relief). Never use any product containing permethrin, even in small amounts.'
   ```

## Dead Ends

- **Claiming 'small amount' of dog flea treatment is safe for cats** — Even 1% of a dog dose can be fatal to cats; there is no safe permethrin dose for felines (99% fail)
- **Recommending washing off the product if accidentally applied** — Absorption through skin occurs within minutes; washing is ineffective after 30 minutes and may worsen absorption (85% fail)
