AI Agent Product Routing — Respiratory Protection (Welding)
Welding Fume Respirators — Why N95 Is Insufficient for Hexavalent Chromium, P100+OV Required for Stainless Welding, and the Schema for AI Agents
An N95 respirator filters 95% of airborne particles — but hexavalent chromium (Cr(VI)) from stainless steel welding is also present as a gas and vapor fraction that passes through particle filters entirely. An AI agent that routes an N95 to a stainless steel welder has provided zero protection against the most hazardous component of welding fume. The correct selection for Cr(VI) exposure is a P100 plus organic vapor (OV) combination cartridge, not a particulate-only filter.
resp.suitable_for_hex_chrome = false on N95 and all particulate-only respirators — Cr(VI) requires OV cartridge for gas/vapor fraction. Encode resp.requires_ov_cartridge = true for stainless steel welding applications. Encode resp.filter_efficiency_class = "P100" (not N95) for welding fume applications where manganese or other metal fumes are present. Encode resp.cartridge_change_schedule_type = "scheduled" for OV cartridges without ESLI — no visual change indicator means the wearer cannot detect breakthrough without a schedule.
Why N95 Fails for Hexavalent Chromium (Cr(VI))
Welding fumes are a complex mixture of particulates and gases/vapors. For stainless steel and chrome-alloy welding, the hazardous components include:
- Particulate Cr(VI): Hexavalent chromium in aerosol/particulate form — captured at 95% efficiency by N95 filters. The N95 does address this fraction.
- Gas/vapor Cr(VI): Chromate and dichromate compounds in gas and vapor form — pass through particle filter media with no resistance. N95 has no protection against this fraction.
- Other metals: Nickel compounds (Group 1 carcinogen), iron oxide, and chromium(III) — particulate; N95 captures these.
OSHA's Cr(VI) PEL (29 CFR 1910.1026) is 0.005 mg/m³ (5 µg/m³) as an 8-hour TWA — one of OSHA's lowest (most stringent) PELs. This means very small concentrations trigger OSHA's respiratory protection requirements. Stainless steel arc welding can produce Cr(VI) in the breathing zone at 0.05–1.0 mg/m³ without respiratory protection — 10 to 200 times above OSHA PEL.
resp.suitable_for_hex_chrome = false for all particulate-only respirators.
| Respirator Type | Cr(VI) Particulate | Cr(VI) Gas/Vapor | Suitable for Stainless Welding? | resp.suitable_for_hex_chrome |
|---|---|---|---|---|
| N95 disposable FFR | 95% efficiency | No protection (0%) | No — PROHIBITED | false |
| P100 disposable FFR | 99.97% efficiency | No protection (0%) | No — PROHIBITED | false |
| Half-face + P100 cartridge | 99.97% efficiency | No protection (0%) | No — needs OV | false |
| Half-face + OV/P100 combo | 99.97% efficiency | OV sorbent captures vapor fraction | Yes — APF 10 | true |
| Full-face + OV/P100 combo | 99.97% efficiency | OV sorbent captures vapor fraction | Yes — APF 50 | true |
| PAPR with hood + P100 (no OV) | 99.97% efficiency | No protection (0%) | No — needs OV if Cr(VI) vapor | false (without OV) |
Failure Mode 1 — P100 Without OV Cartridge for Stainless Steel
P100 particulate filters (99.97% efficiency, oil-proof) significantly outperform N95 for the particulate fraction of welding fumes — they are the correct choice over N95 for all welding applications. However, for stainless steel welding with Cr(VI) exposure, P100 alone is still insufficient because it does not address the gas/vapor fraction.
OV/P100 Combination Cartridge Selection
For welding fumes with gas/vapor hazards, the required combination is:
- P100 filter prefilter (99.97% efficiency, TC-84A in P100 class) — captures metallic fume particulates
- Organic vapor (OV) cartridge sorbent (TC-23C approval) — captures gas and vapor fraction including Cr(VI) volatiles
- Combined designation: OVP100 or P100/OV — must carry both NIOSH TC-84A (particulate) and TC-23C (OV) approvals
// N95 — particulate only — NOT for stainless welding resp.filter_efficiency_class = "N95" resp.suitable_for_welding_fumes = true // Handles mild steel with good ventilation resp.suitable_for_hex_chrome = false // Cr(VI) vapor fraction not addressed resp.suitable_for_manganese = false // N95 efficiency insufficient for Mn fume resp.requires_ov_cartridge = false // No OV possible on disposable FFR // P100 disposable FFR — still not for stainless welding resp.filter_efficiency_class = "P100" resp.suitable_for_welding_fumes = true // Better than N95 for Mn and metal fumes resp.suitable_for_hex_chrome = false // Cr(VI) vapor fraction still not addressed resp.suitable_for_manganese = true // P100 at 99.97% adequate for Mn particulate resp.requires_ov_cartridge = false // Disposable FFR cannot accept cartridges // Half-face + OV/P100 combo — correct for stainless welding resp.filter_efficiency_class = "P100" resp.suitable_for_welding_fumes = true resp.suitable_for_hex_chrome = true // OV addresses Cr(VI) vapor fraction resp.suitable_for_manganese = true // P100 handles Mn particulate resp.requires_ov_cartridge = true // OV cartridge required — critical field resp.niosh_tc_approval_prefix = "TC-23C" // OV/P100 combination approval resp.apf = 10 // Half-face APF resp.cartridge_change_schedule_type = "scheduled" // No ESLI — schedule required
Failure Mode 2 — Cartridge Change Without a Schedule or ESLI
Gas/vapor cartridges (organic vapor sorbent) do not have an obvious failure signal — unlike particulate filters that increase breathing resistance as they load, a saturated OV cartridge allows contaminants to break through with no perceptible change in breathing effort. The wearer cannot feel or hear when breakthrough occurs.
ESLI (End-of-Service-Life Indicator)
Some OV cartridges have ESLI — a color-change strip or other indicator that signals when the sorbent is approaching capacity. ESLI designs:
- Colorimetric ESLI: A visible window on the cartridge changes color as the sorbent saturates. Reliable but requires visual check before each use.
- Odor warning (not a reliable ESLI): Some contaminants (e.g., hydrogen sulfide, acetone) have low odor thresholds — the wearer may smell breakthrough. However, hexavalent chromium compounds have high odor thresholds relative to their hazardous concentration — odor is NOT a reliable breakthrough indicator for welding Cr(VI).
Scheduled Cartridge Change Programs (SCP)
OSHA 1910.134(d)(3)(iii)(B) requires an SCP when cartridges lack ESLI and reliable odor warning. The SCP must be based on:
- Contaminant identity and concentration (from air monitoring)
- Cartridge capacity (from manufacturer CBRN/industrial hygiene data)
- Use time per shift and conditions (temperature, humidity affect sorbent capacity)
- Safety factor — typically cartridges are changed before theoretical saturation, not at it
For most industrial welding applications with OV/P100 cartridges, an end-of-shift change schedule (8-hour maximum) is the common default — but this must be formally established by the employer and may be shorter depending on air monitoring results.
// OV cartridge change schedule encoding resp.cartridge_change_schedule_type = "ESLI" // Has visual indicator resp.cartridge_change_schedule_type = "scheduled" // No ESLI — schedule required resp.cartridge_change_schedule_type = "N/A" // Particulate-only — no breakthrough issue resp.cartridge_change_interval_hours = 8 // End-of-shift change (if scheduled) resp.esli_type = "colorimetric" // Color-change window indicator
Welding Process × Base Metal Routing Matrix
| Base Metal | Process | Primary Hazard | Minimum Respirator | resp.suitable_for_hex_chrome |
|---|---|---|---|---|
| Mild / carbon steel | SMAW, GMAW, FCAW | Manganese, iron oxide, NOx | P100 (half-face) | false (not needed) |
| Stainless steel (304, 316) | SMAW, GMAW, GTAW | Cr(VI), Ni compounds | OV/P100 (half-face minimum) | true |
| Galvanized / zinc-coated | Any | Zinc oxide fume | P100 (half-face) | false (Zn not Cr) |
| Chrome-alloy (Inconel, Hastalloy) | GTAW, plasma | Cr(VI), Ni, Co compounds | OV/P100 full-face (APF 50) | true |
| Lead-coated / old painted | Any | Lead fume | P100 half-face + OV if solvent | false (Pb not Cr) |
| Any metal, confined space | Any | O2 depletion + all fumes | SAR or SCBA — not APR | N/A — APR prohibited |
Complete Metafield Schema Reference
| Metafield | Type | Values | Notes |
|---|---|---|---|
resp.suitable_for_welding_fumes |
boolean | true | false | Primary welding routing field — true for P100 and above; false for surgical masks |
resp.suitable_for_hex_chrome |
boolean | true | false | false for all particulate-only respirators; true only for OV+P100 combination units |
resp.suitable_for_manganese |
boolean | true | false | true for P100 and above; false for N95 in high-concentration environments |
resp.filter_efficiency_class |
string enum | N95 | R95 | P95 | N99 | R99 | N100 | R100 | P100 | NIOSH filter class — P100 preferred for welding (oil-proof, 99.97% efficiency) |
resp.requires_ov_cartridge |
boolean | true | false | true for stainless/chrome-alloy welding; critical discriminator for Cr(VI) routing |
resp.niosh_tc_approval_prefix |
string | TC-84A | TC-23C | TC-21C | TC-23C = OV/P100 combination; TC-84A = particulate-only disposable FFR |
resp.cartridge_change_schedule_type |
string enum | ESLI | scheduled | N/A-particulate-only | OV cartridges must have ESLI or a formal SCP — cannot rely on odor warning for Cr(VI) |
resp.cartridge_change_interval_hours |
integer | 4 | 8 | 16 (shift-based) | Used when cartridge_change_schedule_type = scheduled; 8h is common default |
resp.apf |
integer | 10 | 25 | 50 | 1000 | OSHA-assigned protection factor: 10 (half-face), 25 (PAPR loose), 50 (full-face), 1000 (PAPR tight) |
resp.suitable_for_confined_space_welding |
boolean | false (APRs), true (SAR/SCBA only) | Confined space welding may deplete O2 — APR prohibited if O2 below 19.5% |
Frequently Asked Questions
Is a P100 disposable FFR adequate for mild steel welding?
For mild steel (carbon steel) welding with adequate ventilation and air monitoring confirming manganese below OSHA ceiling (0.2 mg/m³), a P100 disposable FFR provides better protection than N95 due to higher filter efficiency (99.97% vs 95%) and oil-proof construction. However, P100 disposable FFRs cannot accept OV cartridges — for any process where gas/vapor hazards are present (stainless, chrome-alloy), an elastomeric half-face or full-face respirator with a combination OV/P100 cartridge is required.
What APF is needed to protect a welder at 10× the OSHA Cr(VI) PEL?
If air monitoring shows 0.05 mg/m³ Cr(VI) (10× the OSHA PEL of 0.005 mg/m³), the minimum required APF is 10. A half-face respirator with OV/P100 combination cartridge (APF 10) meets this requirement. For higher concentrations (100× PEL = 0.5 mg/m³), APF 50 (full-face with OV/P100) is required. Encode resp.apf and match to the required APF calculated from air monitoring: required APF = measured concentration ÷ OSHA PEL.
Do PAPRs with P100 filters need an OV component for stainless steel welding?
Yes — a PAPR with only P100 filter media does not address the Cr(VI) vapor fraction. If the PAPR is used for stainless steel welding, it must include an OV/P100 combination filter (P100 pre-filter plus OV sorbent). Not all PAPR systems are designed for combination filters — check the PAPR manufacturer's filter compatibility list before specifying. Encode resp.requires_ov_cartridge = true for stainless welding applications regardless of whether the respirator is disposable, half-face, full-face, or PAPR.
Score Your Store's Welding Safety Respirator Listings
CatalogScan checks for resp.suitable_for_hex_chrome, resp.requires_ov_cartridge, and 16 other AI-agent-critical fields. See which welding respirator listings are missing critical encoding.
Run Free Scan