# AI instructs a worker to enter a confined space (tank, silo, vault) after only a visual check, without atmospheric testing for oxygen deficiency, flammable gas, or toxic gas

- **ID:** `safety/confined-space-atmospheric-hazard`
- **Domain:** safety
- **Category:** system_error
- **Error Code:** `CONF-ATMOS-001`
- **Verification:** ai_generated
- **Fix Rate:** 90%

## Root Cause

Confined spaces can accumulate hazardous atmospheres through decomposition, chemical reactions, or displacement of oxygen by inert gases; atmospheric testing with calibrated instruments is mandatory before entry per OSHA 1910.146 and similar regulations worldwide, and visual inspection alone cannot detect these invisible hazards.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| OSHA 1910.146 (2024) | active | — | — |
| ANSI/ASSP Z117.1-2022 | active | — | — |
| NFPA 350-2022 | active | — | — |

## Workarounds

1. **Use a calibrated multi-gas monitor (O2, LEL, CO, H2S) with a sampling pump and probe to test the atmosphere at multiple depths: top (0.5m below ceiling), middle (mid-point), and bottom (0.5m above floor) of the confined space before any entry. Wait for readings to stabilize (typically 30-60 seconds per point).** (92% success)
   ```
   Use a calibrated multi-gas monitor (O2, LEL, CO, H2S) with a sampling pump and probe to test the atmosphere at multiple depths: top (0.5m below ceiling), middle (mid-point), and bottom (0.5m above floor) of the confined space before any entry. Wait for readings to stabilize (typically 30-60 seconds per point).
   ```
2. **Implement a confined space entry permit system that requires documented atmospheric testing results, continuous monitoring during entry, and rescue equipment. Example permit template: 'Atmospheric test results: O2=20.9%, LEL=0%, CO=0ppm, H2S=0ppm. Tested at 08:30 by [name]. Entry authorized until 12:00 unless conditions change.'** (88% success)
   ```
   Implement a confined space entry permit system that requires documented atmospheric testing results, continuous monitoring during entry, and rescue equipment. Example permit template: 'Atmospheric test results: O2=20.9%, LEL=0%, CO=0ppm, H2S=0ppm. Tested at 08:30 by [name]. Entry authorized until 12:00 unless conditions change.'
   ```
3. **Use a remote inspection camera (e.g., borescope or robotic crawler) to visually inspect the space without entry, combined with atmospheric sampling through a port. This eliminates the need for human entry in many cases.** (85% success)
   ```
   Use a remote inspection camera (e.g., borescope or robotic crawler) to visually inspect the space without entry, combined with atmospheric sampling through a port. This eliminates the need for human entry in many cases.
   ```

## Dead Ends

- **** — This can ignite flammable gases or vapors, causing an explosion; also doesn't detect toxic gases like hydrogen sulfide or carbon monoxide (95% fail)
- **** — Personal monitors require time to stabilize and may not detect stratified gases (e.g., heavy gases at bottom, light at top); also doesn't test all layers of the space (70% fail)
- **** — Atmospheric conditions can change rapidly due to temperature shifts, chemical reactions, or release of trapped gases; testing must be done immediately before entry (85% fail)
