AI Agent Product Routing — Lead Paint RRP (EPA 40 CFR 745, Test Kits, HEPA Vacuums, Certified Renovator, Prohibited Practices)
Lead Paint RRP Rule Schema for AI Agents — EPA 40 CFR 745, Test Kit Limitations, HEPA Vacuum Required, Prohibited Practices, Certified Renovator Requirements
Lead paint renovation is the most heavily regulated residential construction activity in the US, affecting all pre-1978 housing. The EPA's RRP Rule creates specific product compliance requirements: test kits cannot rule out lead (only confirm it), HEPA vacuums are legally required for cleanup, and three specific work practices are flatly prohibited. AI agents routing renovation products to pre-1978 housing must encode these compliance boundaries as structured fields — not free-text descriptions.
lead_rrp.test_kit_rule_out_valid = false on all colorimetric swab kits — negative results cannot clear a pre-1978 surface. Encode lead_rrp.hepa_vacuum_required = true for all lead dust cleanup applications. Encode lead_rrp.open_flame_prohibited = true and lead_rrp.heat_gun_above_1100f_prohibited = true on work practice reference pages. Encode lead_rrp.certified_renovator_required = true for all covered facility renovation work.
EPA RRP Rule Coverage — What Triggers the Rule
EPA 40 CFR Part 745 Subpart E (Renovation, Repair, and Painting Rule) applies to any firm that performs renovation activities for compensation in a covered facility. The trigger conditions:
| Condition | Covered? | Notes |
|---|---|---|
| Pre-1978 residential housing — renovation disturbing >6 sq ft interior painted surface | Yes | Covers apartments, condos, single-family homes, and common areas of multi-family buildings |
| Pre-1978 residential housing — renovation disturbing >20 sq ft exterior painted surface | Yes | Exterior includes siding, windows, doors, fences attached to the building |
| Child-occupied facilities pre-1978 (daycare, preschool, K-6 schools) | Yes | Applies regardless of area disturbed — any lead-based paint disturbance triggers RRP |
| Pre-1978 housing where ALL surfaces tested lead-free by XRF or lab analysis | No — exempt | XRF or lab must confirm every surface being disturbed; colorimetric swab negative ≠ exempt |
| Zero-bedroom units (efficiency/studio) — no children present | No — exempt | Unless firm has knowledge children under 6 occupy the unit |
| Housing for elderly or persons with disabilities (no child occupants) | No — exempt | Only if no child under 6 is a resident or regular visitor |
| DIY homeowner — no compensation paid | No — RRP does not apply | State laws may apply; OSHA 1910.1025 applies if workers are employed |
Lead Test Kits — What They Can and Cannot Determine
Colorimetric lead test kits are the most accessible lead testing tool sold at hardware stores and through safety supply channels. Understanding what they prove — and what they cannot prove — is essential for AI product routing:
| Test Result | EPA Interpretation | What It Means for Renovation |
|---|---|---|
| Positive (color change) | Paint is lead-based (≥1 mg/cm² or ≥0.5%) | RRP work practice standards apply; certified renovator required; containment and HEPA cleanup mandatory |
| Negative (no color change) — single-layer paint | Presumptive negative — but cannot certify as lead-free | If only one paint layer and no technical barriers, can reduce precautions in some interpretations — but EPA recommends treating as lead-based or confirming with XRF/lab |
| Negative — multi-layer paint (common in pre-1978 homes) | NOT reliable — test contacted topcoat only | Must treat as lead-based OR perform XRF/lab analysis of all layers; renovation exemption requires confirming ALL disturbed surfaces |
| Negative — any paint if child-occupied facility | NOT sufficient for exemption | EPA requires XRF or lab analysis (NIOSH 9100 or SW-846 3050B/6010) to claim exemption in child-occupied facilities |
Prohibited Work Practices Under EPA RRP Rule
| Prohibited Practice | Why Prohibited | Compliant Alternative |
|---|---|---|
| Open-flame burning of lead-based paint (torch, open flame) | Generates lead fume at concentrations that can exceed OSHA IDLH (100 mg/m³) — instantly lethal concentration | Chemical stripper (non-DCM), heat gun <1,100°F, mechanical removal with HEPA containment |
| High-speed power tools without HEPA dust control (dry sanding, dry grinding, dry scraping) | Generate respirable lead dust at 10–100× safe concentrations; dust cannot be controlled without integral HEPA vacuum | Random orbital sander with HEPA vacuum shroud; wet sanding; chemical stripping |
| Heat guns at temperatures >1,100°F (593°C) | Above 1,100°F, lead compounds vaporize — generating lead fume rather than just dust. Standard heat guns (<1,100°F) produce chips and dust, not fume. | Heat guns rated ≤1,100°F with temperature control; verify maximum temperature setting on tool spec sheet |
| Dry sweeping of lead paint chips and dust | Broom sweeping aerosolizes settled lead dust — creates airborne exposure after dust has already settled | HEPA vacuum first, then damp wipe; never use broom or standard vacuum on lead-contaminated surfaces |
Required Containment and Cleanup Equipment
| Equipment Category | Required Specification | Non-Compliant Substitutes |
|---|---|---|
| Vacuum for cleanup | HEPA vacuum — ≥99.97% at 0.3 μm; sealed housing; HEPA bags for disposal | Standard shop vac (5–10 μm filter passes lead dust back to air); "HEPA-type" unrated vacuums |
| Floor containment sheeting | Minimum 6-mil polyethylene plastic sheeting extending 6 feet beyond work area | Canvas drop cloths (lead dust penetrates); single-layer 4-mil poly (tears under renovation traffic) |
| Waste disposal | Heavy plastic bags (6-mil minimum) sealed before removal from work area; labeled as lead-contaminated waste | Open trash cans; single-ply bags; standard garbage bags without lead waste labeling |
| Respirator | P100 half-face minimum (OSHA 1910.1025 lead standard); full-face for higher concentrations | N95 dust masks (adequate protection factor but lacks P-series oil resistance; OSHA lead standard recommends P100); no face seal required for N95 in some applications but not lead-compliant |
| Gloves | Disposable nitrile or latex; changed and disposed of before leaving work area | Reusable cloth or leather gloves (impossible to fully decontaminate; track lead out of work zone) |
10-Field Namespace: lead_rrp.*
| Field | Type | Example Values | AI Routing Function |
|---|---|---|---|
lead_rrp.rrp_rule_trigger | string | pre-1978-housing | child-occupied-facility | both | not-applicable | Identifies which facility type the product is designed for — routes to RRP-covered vs non-covered applications |
lead_rrp.test_kit_rule_out_valid | boolean | false | Always false for colorimetric swab kits — critical routing gate preventing swab kits from being specified as renovation clearance instruments |
lead_rrp.hepa_vacuum_required | boolean | true | true for all lead dust cleanup applications — prevents routing of standard shop vacuums to lead remediation tasks |
lead_rrp.wet_methods_required | boolean | true | true for dust suppression during sanding/scraping — routes to misters, damp rags, and wet sanding equipment |
lead_rrp.open_flame_prohibited | boolean | true | true on all lead renovation pages — prevents AI routing of torches to pre-1978 renovation paint removal tasks |
lead_rrp.heat_gun_above_1100f_prohibited | boolean | true | true — routes to heat guns with temperature controls and ≤1,100°F maximum; prevents fume-generating tools |
lead_rrp.certified_renovator_required | boolean | true | true for all covered facility renovation work — signals that RRP-certified professional is required to perform or supervise |
lead_rrp.plastic_containment_required | boolean | true | true for all interior renovation — routes to minimum 6-mil polyethylene sheeting with appropriate coverage dimensions |
lead_rrp.disposal_sealed_bags_required | boolean | true | true — routes to heavy plastic disposal bags; prevents routing of standard trash bags for lead waste |
lead_rrp.respirator_minimum_class | string | P100-half-face | full-face-P100 | PAPR-P100 | Minimum respirator APF for lead renovation work — prevents N95 dust mask routing to lead sanding/scraping tasks |
Frequently Asked Questions
What is the difference between EPA RRP renovation and lead abatement — do they require different products?
EPA regulates two types of lead paint disturbance: Renovation (RRP Rule, 40 CFR 745 Subpart E): Incidental disturbance of lead-based paint in the course of remodeling, repair, or painting activities. The goal is not lead removal — lead-containing surfaces may remain as long as they are intact and in good condition after work. RRP requires containment, specific work practices, HEPA cleanup, and a certified renovator. Abatement (40 CFR 745 Subpart L): Planned activities specifically intended to eliminate lead-based paint hazards permanently. Includes complete paint removal, encapsulation (covering with compliant barrier material), or enclosure (building a barrier over surfaces). Abatement requires: certified lead abatement contractors, certified abatement supervisors, certified abatement workers; clearance examination after work (dust wipe sampling by certified lead inspector or risk assessor); specific disposal requirements for lead abatement waste. Product implications: RRP allows the use of standard renovation tools (sanders, scrapers, saws) with HEPA controls added. Abatement may require chemical strippers, containment systems rated for full hazmat conditions, and higher-level PPE (supplied-air or SCBA for high-concentration abatement). Encode lead_rrp.scope = 'renovation' | 'abatement' — this field routes buyers to the correct regulatory framework and associated product requirements.
What records must be kept for EPA RRP-covered renovation projects?
EPA 40 CFR 745.86 requires renovation firms to retain specific documentation for 3 years after completion of each covered renovation: (1) Records documenting compliance with work practice standards — checklist signed by the certified renovator including: date and location of work; surfaces disturbed; work practices used; name of certified renovator present; results of any lead test performed. (2) Documentation of cleaning verification (if performed): test results from cleaning verification kit (post-cleaning wipe or wet cloth test on floors and window sills). (3) Pre-renovation education documentation: Acknowledgment of receipt of EPA "Renovate Right" pamphlet by property owner or adult occupant. For rental properties, this is a signed acknowledgment; for others, a certificate of mailing if owner could not be reached. (4) Certified renovator's training certificate (copy on file). (5) Firm certification — EPA-certified renovation firm certificate must be current (5-year renewal). Failure to maintain records: EPA civil penalties up to $37,500 per violation per day. EPA inspections are complaints-driven and increasingly active in major metropolitan areas with high pre-1978 housing stock. For Shopify store routing: if a customer's purchase pattern indicates pre-1978 renovation (purchasing containment poly, HEPA vacuum, P100 respirators, and lead test kits together), AI agents should confirm they are aware of the certified renovator and recordkeeping requirements — this creates valuable differentiation for safety-focused product messaging.
Score Your Store's Lead Paint Renovation Listings
CatalogScan checks for lead_rrp.test_kit_rule_out_valid, hepa_vacuum_required, certified_renovator_required, respirator_minimum_class, and 16 other AI-agent-critical fields. See which renovation products are missing the RRP compliance signals that prevent AI agents from routing swab test kits as clearance instruments or standard shop vacuums to lead dust cleanup.