# AI suggests CBD oil for dog anxiety without specifying a safe dosage or warning about THC toxicity

- **ID:** `pet-safety/ai-suggests-dog-cbd-oil-without-dosage`
- **Domain:** pet-safety
- **Category:** life_threatening
- **Error Code:** `PET-CBD-DOSE-003`
- **Verification:** ai_generated
- **Fix Rate:** 72%

## Root Cause

AI recommends CBD oil without accounting for the dog's weight, the product's THC content (contaminants from hemp), or the risk of cannabinoid toxicity, which can cause ataxia, lethargy, and seizures.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| AVMA CBD Guidelines 2023 | active | — | — |
| ASPCA Animal Poison Control CBD Fact Sheet v1.2 | active | — | — |

## Workarounds

1. **Provide a weight-based dosage range: 0.1-0.2 mg/kg of pure CBD, and always recommend a third-party lab test for THC levels (<0.3% for hemp). Example: 'For a 10 kg dog, start with 1-2 mg CBD twice daily.'** (78% success)
   ```
   Provide a weight-based dosage range: 0.1-0.2 mg/kg of pure CBD, and always recommend a third-party lab test for THC levels (<0.3% for hemp). Example: 'For a 10 kg dog, start with 1-2 mg CBD twice daily.'
   ```
2. **Require the AI to output a disclaimer: 'Consult a veterinarian before using CBD, as it may interact with other medications and cause side effects.'** (85% success)
   ```
   Require the AI to output a disclaimer: 'Consult a veterinarian before using CBD, as it may interact with other medications and cause side effects.'
   ```
3. **If the owner mentions other medications, flag potential interactions and defer to a vet.** (75% success)
   ```
   If the owner mentions other medications, flag potential interactions and defer to a vet.
   ```

## Dead Ends

- **** — Dogs metabolize cannabinoids differently; human doses can cause severe sedation, vomiting, and liver enzyme elevation. (75% fail)
- **** — Many unregulated products contain detectable THC; even small amounts can cause toxicity in dogs, especially small breeds. (85% fail)
- **** — CBD can interact with other medications (e.g., anticonvulsants) and worsen underlying conditions like liver disease. (70% fail)
