# AI advises using paper towels or water to clean up a concentrated sulfuric acid spill in a laboratory, ignoring neutralization and proper PPE

- **ID:** `safety/chemical-spill-neutralization`
- **Domain:** safety
- **Category:** physical_safety
- **Verification:** ai_generated
- **Fix Rate:** 88%

## Root Cause

Concentrated sulfuric acid (H2SO4) reacts exothermically with water, generating heat that can cause splattering or container rupture; paper towels absorb acid but can spread it or cause burns through gloves; proper protocol is neutralization with sodium bicarbonate or calcium carbonate, then absorption with inert material.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| OSHA Laboratory Standard 29 CFR 1910.1450 2023 | active | — | — |
| ACS Chemical Safety Manual 2024 | active | — | — |

## Workarounds

1. **For a small sulfuric acid spill (<500 mL): 1) Don acid-resistant gloves (neoprene or nitrile), safety goggles, and a lab coat. 2) Cover the spill with sodium bicarbonate (baking soda) or calcium carbonate (limestone) until fizzing stops (neutralization). 3) Use a plastic scoop and dustpan to collect the neutralized residue. 4) Dispose as hazardous waste. Do not use water or paper towels. Example command for lab safety: 'spill_response --chemical H2SO4 --volume 200ml --neutralizer NaHCO3'** (90% success)
   ```
   For a small sulfuric acid spill (<500 mL): 1) Don acid-resistant gloves (neoprene or nitrile), safety goggles, and a lab coat. 2) Cover the spill with sodium bicarbonate (baking soda) or calcium carbonate (limestone) until fizzing stops (neutralization). 3) Use a plastic scoop and dustpan to collect the neutralized residue. 4) Dispose as hazardous waste. Do not use water or paper towels. Example command for lab safety: 'spill_response --chemical H2SO4 --volume 200ml --neutralizer NaHCO3'
   ```
2. **For large spills (>500 mL): Evacuate the area, close the door, and call the lab safety officer or emergency services. Use a spill kit containing inert absorbent (e.g., vermiculite or sand) to contain the acid, then neutralize with sodium carbonate. Follow OSHA guidelines: https://www.osha.gov/laboratory** (85% success)
   ```
   For large spills (>500 mL): Evacuate the area, close the door, and call the lab safety officer or emergency services. Use a spill kit containing inert absorbent (e.g., vermiculite or sand) to contain the acid, then neutralize with sodium carbonate. Follow OSHA guidelines: https://www.osha.gov/laboratory
   ```

## Dead Ends

- **** — Adding water to concentrated sulfuric acid causes violent boiling and splashing; the heat of dilution can raise temperature to >100°C, potentially melting plastic containers or causing burns through gloves. (55% fail)
- **** — Using paper towels or rags to wipe up the acid can spread it over a larger area and increase exposure; the acid can also react with cellulose, generating heat and possibly igniting the paper. (35% fail)
- **** — Using sodium hydroxide (NaOH) for neutralization is dangerous because it is also caustic and the reaction is highly exothermic; sodium bicarbonate is safer as it produces CO2 which helps dissipate heat. (10% fail)
