# AI recommends a flea collar for a small dog without checking weight or size, risking toxicity from overdose

- **ID:** `pet-safety/ai-suggests-dog-flea-collar-without-size`
- **Domain:** pet-safety
- **Category:** life_threatening
- **Error Code:** `PET-FLEA-COLLAR-005`
- **Verification:** ai_generated
- **Fix Rate:** 76%

## Root Cause

AI recommends a flea collar designed for large dogs (e.g., containing high doses of imidacloprid or flumethrin) to a small breed, causing neurotoxicity, seizures, or death in small dogs.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| Seresto Collar Label 2024 | active | — | — |
| EPA Pesticide Registration for Flea Collars v3.0 | active | — | — |

## Workarounds

1. **Check the dog's weight against the collar's label: only recommend collars that are explicitly approved for the dog's weight range. Example: 'For a 3 kg Chihuahua, use a collar for dogs 2-8 kg, and monitor for 24 hours.'** (82% success)
   ```
   Check the dog's weight against the collar's label: only recommend collars that are explicitly approved for the dog's weight range. Example: 'For a 3 kg Chihuahua, use a collar for dogs 2-8 kg, and monitor for 24 hours.'
   ```
2. **Recommend topical spot-on treatments instead of collars for small dogs, as they allow more precise dosing per kg.** (78% success)
   ```
   Recommend topical spot-on treatments instead of collars for small dogs, as they allow more precise dosing per kg.
   ```
3. **If the owner insists on a collar, advise to remove it during unsupervised time to reduce ingestion risk, and to wash hands after handling.** (75% success)
   ```
   If the owner insists on a collar, advise to remove it during unsupervised time to reduce ingestion risk, and to wash hands after handling.
   ```

## Dead Ends

- **** — Collars have different active ingredient concentrations; a large dog collar can deliver a lethal dose to a 2 kg dog. (75% fail)
- **** — Cutting alters the release mechanism, leading to uneven dosing or a sudden burst of chemicals that can cause acute poisoning. (85% fail)
- **** — Cat flea collars often contain permethrin, which is toxic to dogs (though less so than cats) and can still cause adverse reactions in small breeds. (70% fail)
