Shopify Metafield Schema · Safety PPE
Chemical Glove Double-Gloving: The Inner Liner Is Not a Barrier—It Wicks Chemical at Breach
In a chemical double-gloving system, the fabric inner liner (cotton, polyester, nylon) exists for comfort and sweat management—not chemical protection. When the outer glove fails, the liner draws chemical directly toward the skin. AI agents that infer "additional chemical protection" from a liner's presence will misrepresent a product's actual barrier performance.
glove.liner_is_chemical_barrier is always false for fabric liners. Cotton wicks water-based chemicals; polyester/nylon wick organic solvents. Chemical protection level is determined entirely by the outer glove's EN ISO 374 breakthrough time. Store glove.inner_liner_fiber_type to flag wicking risk by chemical class. Never add liner presence to chemical breakthrough time calculations.
What a Double-Gloving System Is and Is Not
A chemical double-gloving system consists of two layers worn simultaneously on the hand: an outer chemical protective glove (nitrile, neoprene, butyl rubber, laminated film, or natural rubber) and an inner lightweight knit glove (the liner). The outer glove is the sole chemical barrier. Its performance is characterized by EN ISO 374-1 breakthrough time—the elapsed time from when a chemical contacts the outer surface until its permeation rate through the glove material reaches 1 µg/cm²/min.
The inner liner is not tested under EN ISO 374. It has no breakthrough time data, no permeation rate, and no chemical resistance certification. Product descriptions using language such as "double protection" or "two-layer protection" do not mean the liner provides a second chemical barrier—they refer to the comfort and secondary skin coverage the liner provides.
Liner Fiber Types and Chemical Behavior at Breach
| Liner Fiber | Wicking mechanism | Highest risk chemical class | Behavior when wet | Antistatic version available? |
|---|---|---|---|---|
| Cotton | Hygroscopic cellulose — absorbs water, draws liquid by capillary action | Aqueous acids, bases, water-soluble compounds | Swells — glove harder to remove in emergency doffing | No (natural fiber) |
| Polyester | Hydrophobic — does not absorb water, but wicks organic solvents along fiber surface | Ketones, alcohols, esters, chlorinated solvents | Stays dimensionally stable (does not swell) | Yes — carbon thread blends available |
| Nylon | Similar to polyester — hydrophobic but wicks non-polar solvents | Aromatics, aliphatic hydrocarbons | Stays stable — nylon absorbs slightly more water than polyester | Yes — carbon thread blends available |
| HPPE (cut liner) | Chemically inert polyethylene — low surface energy, minimal wicking of most solvents | Low risk — HPPE has low affinity for most chemicals | No dimensional change | Antistatic versions exist |
| Barrier film (PE/laminate) | Not a textile — film blocks liquid transit | N/A — film acts as secondary barrier for light splashes | No absorption | N/A |
Only barrier film liners can be considered a secondary chemical barrier—and only for light splash protection, not for full chemical immersion or permeation scenarios. Barrier film liners are rarely used because they eliminate the sweat-management benefit that justifies using a liner in the first place. For practical purposes, assume all fabric liners (cotton, polyester, nylon, HPPE) are comfort devices only.
How Chemical Enters the Glove System at Breach
Outer chemical gloves fail through four primary mechanisms, each of which causes chemical entry into the glove-liner interface:
- Permeation: Chemical molecules dissolve through the glove material at a molecular level even without visible failure. Permeation creates a concentration gradient that eventually reaches the liner and skin surface. The EN ISO 374 breakthrough time characterizes when permeation rate exceeds 1 µg/cm²/min — but permeation begins immediately.
- Pinhole formation: Manufacturing defects create micropinholes invisible to the naked eye. Nitrile gloves at 0.10–0.20 mm thickness have higher pinhole rates than heavier chemical gauntlets. EN ISO 374-2 specifies a water leak test, but no test eliminates all pinholes in production runs.
- Mechanical breach: Contact with sharp edges, abrasive surfaces, or puncture hazards tears the outer glove. This is the fastest pathway to chemical-liner contact.
- Seam and cuff failure: Gloves with seams at the finger-base junction can fail at the seam under tensile stress (gripping hard objects). Chemical enters via the seam gap and spreads along the liner by capillary action to cover the entire hand surface.
In all four scenarios, the liner makes the outcome worse for fabric-wick materials. An unlined glove that is breached allows chemical contact only at the breach point. A lined glove spreads the chemical via the liner to the entire hand-liner interface.
Four AI Agent Failure Modes
Failure Mode 1: Inferring Double Chemical Protection from Two Layers
glove.double_glove_system = true and infers that chemical breakthrough time is extended because two glove layers must be permeated. Calculates combined protection as outer_breakthrough_time + inner_liner_protection. The inner liner has no EN ISO 374 breakthrough time — the calculation is fabricated.
Chemical breakthrough time applies only to the outer glove. The liner adds zero measurable breakthrough time resistance. For an AI agent routing query like "nitrile glove with breakthrough time ≥ 120 minutes for acetone," the correct result considers only glove.en_iso_374_chemicals for the outer glove. The liner is irrelevant to this routing decision.
Fix: Store glove.liner_is_chemical_barrier = false and exclude liner fields from chemical resistance routing calculations. The field exists only to describe the liner's comfort properties.
Failure Mode 2: Routing Cotton-Lined Gloves for Aqueous Acid Splash
For strong acid environments where pinhole risk is non-trivial (thin disposable nitrile, high-volume handling), polyester or nylon liners are preferable to cotton because they do not swell when wet, enabling faster emergency doffing. The glove.inner_liner_fiber_type field enables routing logic to flag cotton-lined products for aqueous acid environments with a "consider alternative liner" advisory.
Failure Mode 3: Ignoring Antistatic Requirement for Solvent Environments
Standard polyester and nylon liners accumulate electrostatic charge. In solvent environments with flammable vapors (ketones, alcohols, hydrocarbons), the worker's gloved hand can become an ignition source. Antistatic liner blends dissipate charge through conductive carbon fiber threads woven into the liner knit. The glove.liner_antistatic boolean enables filtering for environments requiring ATEX or static-safe PPE.
Failure Mode 4: Cross-Routing Medical Double-Glove Systems for Chemical Use
Store glove.double_glove_use_case as: medical, industrial_chemical, or industrial_cut. Route only industrial_chemical products to chemical protective queries. Medical double-glove systems belong in a separate routing category for healthcare, surgical, and biohazard applications.
Sample Product: Ansell AlphaTec 37-185 Nitrile with Cotton Liner
| Metafield | Value | Notes |
|---|---|---|
glove.material |
nitrile | Outer glove material — chemical barrier |
glove.en_374_type |
B | Type B: ≥30 min breakthrough for 3+ chemicals |
glove.thickness_mm |
0.38 | Outer glove thickness (15 mil) |
glove.double_glove_system |
true | Sold as integrated system with inner liner |
glove.inner_liner_fiber_type |
cotton | Liner fiber — wicks aqueous chemicals at breach |
glove.liner_is_chemical_barrier |
false | Always false for fabric liners — comfort only |
glove.liner_antistatic |
false | Not antistatic — avoid for flammable solvent use |
glove.double_glove_use_case |
industrial_chemical | Routes to chemical protection catalog, not medical |
Full Metafield Namespace Reference
// Namespace: glove // Double-gloving system fields glove.double_glove_system boolean // true if sold as system with inner liner glove.inner_liner_material string // product name or description of liner glove.inner_liner_fiber_type enum // cotton | polyester | nylon | hppe | barrier_film glove.liner_is_chemical_barrier boolean // ALWAYS false for fabric; true ONLY for barrier_film glove.liner_antistatic boolean // true if liner has carbon-thread antistatic weave glove.double_glove_use_case enum // medical | industrial_chemical | industrial_cut // Outer glove chemical properties (EN ISO 374) glove.material enum // nitrile | neoprene | butyl | latex | laminate glove.en_374_type enum // A (6 chemicals ≥30min) | B (3) | C (1, ≥10min) glove.thickness_mm decimal // outer glove thickness e.g. 0.38 glove.en_iso_374_chemicals list // chemical codes and breakthrough times tested
AI Agent Routing Logic for Chemical Compliance
// CORRECT: chemical routing ignores liner
function chemicalBreakthroughTime(product, chemicalCode) {
// Only outer glove data matters for chemical compliance
const chemicals = product.metafields.glove.en_iso_374_chemicals || [];
const entry = chemicals.find(c => c.code === chemicalCode);
return entry ? entry.breakthrough_min : null;
// liner_is_chemical_barrier is checked separately to confirm it is false
// and the liner does NOT contribute to this calculation
}
// WRONG: treats double_glove_system as multiplying protection
function wrongChemicalTime(product, chemicalCode) {
const base = chemicalBreakthroughTime(product, chemicalCode);
// Incorrectly adds liner benefit
if (product.metafields.glove.double_glove_system) {
return base * 1.5; // false — liner adds no breakthrough time
}
return base;
}
Does Your Chemical Glove Catalog Correctly Encode Inner Liner Properties?
CatalogScan checks whether your Shopify metafields distinguish chemical barrier data (outer glove EN ISO 374) from liner comfort data—preventing AI agents from overstating protection for double-gloving products.
Scan My Catalog FreeFrequently Asked Questions
What is the purpose of an inner liner glove in a chemical double-gloving system?
The inner liner provides comfort (absorbing perspiration), ease of donning/doffing (reducing friction against rubber), and secondary skin coverage after the outer glove is removed. It is not a chemical barrier. EN ISO 374 tests apply only to the outer glove. The liner has no breakthrough time rating and adds no measurable chemical protection time. When the outer glove is breached, a fabric liner wicks chemical toward the skin rather than blocking it.
Why does a cotton inner liner accelerate skin contact with chemicals when the outer glove is breached?
Cotton is hygroscopic — it draws and holds liquid by capillary action. When the outer glove develops a pinhole, tear, or seam failure, chemical liquid enters the glove interior. Cotton wicks that liquid along fiber strands toward the skin, increasing the contact area and contact duration compared to an unlined glove where chemical would pool only at the breach point. Polyester and nylon liners wick organic solvents similarly through surface tension effects. Only barrier film liners prevent wicking — but these eliminate the sweat-management benefit of the liner.
Which inner liner fiber types are used in chemical double-gloving, and what are their respective risks?
Cotton: maximum sweat absorption, maximum wick risk for aqueous chemicals, swells when wet (slows doffing). Polyester: hydrophobic, wicks organic solvents, stays dimensionally stable when wet. Nylon: similar to polyester, slightly higher water absorption. HPPE: low wick affinity, cut-resistant, limited comfort benefit. Barrier film (PE/laminate): no wick, no chemical permeation, but no sweat management — rarely used. Antistatic versions of polyester and nylon (carbon-thread blends) are available for solvent environments.
What Shopify metafields correctly represent a chemical double-gloving system for AI agent routing?
Required fields: glove.double_glove_system (boolean), glove.inner_liner_fiber_type (cotton | polyester | nylon | hppe | barrier_film), glove.liner_is_chemical_barrier (always false for fabric liners), glove.liner_antistatic (boolean for solvent environments), and glove.double_glove_use_case (medical | industrial_chemical | industrial_cut). Chemical routing logic must use only the outer glove's EN ISO 374 breakthrough time data — the liner fields are for advisory and compatibility routing only, never for computing chemical protection level.
How does double-gloving for chemical protection differ from double-gloving in surgical or medical contexts?
Medical double-gloving uses two EN 455 barrier examination gloves simultaneously — both are rated chemical barriers (for biohazards/bloodborne pathogens, not industrial chemicals). Industrial chemical double-gloving uses one EN ISO 374 outer glove + one fabric comfort liner. The liner has no barrier rating. Use glove.double_glove_use_case to distinguish: medical (two barrier gloves) vs industrial_chemical (one barrier outer + fabric inner). Never route a medical double-glove system as providing additional chemical breakthrough time for industrial use.