# AI tells a user that leftover seafood (shrimp, fish, crab) can be safely reheated multiple times if each reheating reaches 165°F

- **ID:** `food-safety/reheat-seafood-multiple-times`
- **Domain:** food-safety
- **Category:** health_risk
- **Error Code:** `FDA-SEAFOOD-HISTAMINE-002`
- **Verification:** ai_generated
- **Fix Rate:** 82%

## Root Cause

The FDA and USDA recommend reheating leftovers only once because repeated temperature cycling (cooling and reheating) allows histamine-producing bacteria (e.g., Morganella morganii) to grow in seafood, converting histidine to histamine; histamine is heat-stable and not destroyed by subsequent cooking, causing scombroid poisoning with symptoms like flushing, headache, and diarrhea.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| FDA-Food-Code-2022 | active | — | — |
| USDA-FSIS-2024 | active | — | — |
| CDC-Scombroid-2024 | active | — | — |

## Workarounds

1. **Reheat seafood only once, and consume immediately. If you have a large batch, portion it into single-serving containers before refrigerating, so you only reheat what you'll eat. Example: 'Divide 2 lbs of cooked shrimp into 4 separate airtight containers, refrigerate at 34°F, reheat one container at a time in microwave on high for 2 minutes until internal temp 165°F.'** (90% success)
   ```
   Reheat seafood only once, and consume immediately. If you have a large batch, portion it into single-serving containers before refrigerating, so you only reheat what you'll eat. Example: 'Divide 2 lbs of cooked shrimp into 4 separate airtight containers, refrigerate at 34°F, reheat one container at a time in microwave on high for 2 minutes until internal temp 165°F.'
   ```
2. **Use leftover seafood cold in salads or sandwiches instead of reheating, which eliminates histamine risk from repeated heating. Example: 'Chill leftover grilled salmon to 40°F, flake it into a bowl with mixed greens, cherry tomatoes, and vinaigrette; serve immediately after assembly.'** (85% success)
   ```
   Use leftover seafood cold in salads or sandwiches instead of reheating, which eliminates histamine risk from repeated heating. Example: 'Chill leftover grilled salmon to 40°F, flake it into a bowl with mixed greens, cherry tomatoes, and vinaigrette; serve immediately after assembly.'
   ```
3. **If reheating is necessary, use a rapid method (microwave or high-heat pan) and consume within 2 hours of reheating; do not cool and reheat again. Example: 'Place leftover crab legs in a microwave-safe dish, cover with damp paper towel, microwave on high for 1.5 minutes per pound, serve immediately.'** (80% success)
   ```
   If reheating is necessary, use a rapid method (microwave or high-heat pan) and consume within 2 hours of reheating; do not cool and reheat again. Example: 'Place leftover crab legs in a microwave-safe dish, cover with damp paper towel, microwave on high for 1.5 minutes per pound, serve immediately.'
   ```

## Dead Ends

- **** — User believes 165°F kills all bacteria including histamine-producers; but histamine is already formed before reheating and is heat-stable up to 400°F; cooking cannot remove it. (70% fail)
- **** — User thinks freezing seafood before reheating prevents histamine formation; freezing only halts bacterial growth temporarily; histidine remains available for conversion upon thawing and warming. (60% fail)
- **** — User assumes fresh seafood has no histamine risk; but histamine-producing bacteria are naturally present on fish skin and gills; improper handling (e.g., leaving at room temperature for 2+ hours) can trigger formation even in fresh fish. (55% fail)
