PSC Hand Safety India Private Limited

Hand Safety Maturity
& Exposure Audit™

A structured self-assessment for industrial hand safety. Based on field observations across steel, oil & gas, construction, and fabrication.

Version 2.0 · April 2026 71 Points Total 8 Assessment Sections
Disclaimer: This self-assessment is a preliminary exposure review and does not constitute a formal safety certification or statutory audit. Results are indicative and should be validated by a qualified EHS professional.
0 – 20
Exposure Driven
21 – 40
Partially Controlled
41 – 59
Structured System
60 – 71
Elimination First
Live Score
0 / 71
Exposure Driven

Protection vs. Elimination

Protection ApproachElimination Approach
Gloves, guards, PPEEngineering controls remove the hand from the hazard
Reduces consequence of injuryRemoves the mechanism of injury
Measures complianceMeasures exposure
Hands still enter hazard zoneHands never reach the hazard zone
Reactive — responds after exposureProactive — redesigns the task itself

Scoring Guide

2
YESConsistently practised across all tasks and zones.
1
PARTIALControl exists but not consistently applied or standardised.
0
NONot in place or not practised at all.
N/ANot applicable to your facility or operations. Excluded from score.
TASK MAP

Exposure Identification

Identify every task where hands are physically involved in guiding, steadying, or correcting

If more than 3 tasks involve direct hand contact — exposure is systemic, not incidental.

#Task / ActivityWork Area / ZoneFrequencyRisk Level
S1

Stage 1 — Control

Load in Motion · Tagline systems and stand-off distance

0
/ 10
💡
What a low score here means Load swing is being managed by hand contact rather than engineered tagline systems. Riggers are within crush and entanglement range during lifts. The exposure is positional — not behavioural.
LoadGuiderSafeGuiderAnti-tangle Taglines
S2

Stage 2 — Position

Final Alignment & Placement · Push/pull tools, hand prohibition

0
/ 10
"If hands are used during positioning — exposure exists. The lift is not the risk. The placement is."
💡
What a low score here means Final positioning is still being done by hand — workers are nudging, bracing, or foot-steering loads into place. This is the most common moment a crush or pinch injury occurs.
Load-itPush-Pull Positioning ToolsLoad Alignment Hooks
S3

Stage 3 — Handle

Material Engagement · Magnetic handling, no-contact standards

0
/ 10
💡
What a low score here means Workers are gripping or cradling ferrous materials — steel plates, pipes, structural sections — with bare hands or gloves only. Magnetic handling tools are absent or inconsistently deployed.
Magnetic LiftersPlate ClampsPipe Handling Tools
S4

Stage 4 — Operate

Task Execution & Assembly · Highest risk zone for hand injuries

0
/ 16
Highest Risk Zone for Hand Injuries
"Most hand injuries occur during task execution — not during the lift. If this section scores low, the system is fundamentally exposed."
💡
What a low score here means Hand tools requiring finger wrap-around grip, direct chisel holding, or manual pipe cradling are in use. Workers are in the line-of-fire during striking, fitting, and assembly operations. This is where the majority of serious hand injuries occur.
FingersaverSlugging Wrench ToolsSlEdge / SlidesledgeImpact Isolation ToolsBolt Grippers
CONTROLS

Controls Assessment

Engineering · PPE · Administrative · Environmental — tick each consistently practised item

0
/ 25
"You may have PPE, SOPs, and training. But if hands still enter the hazard zone — exposure still exists."

Your Score is Ready

Enter your details to unlock your full Maturity Report, section-by-section analysis, and recommended engineering controls.

0 / 71 Exposure Driven

PSC will send your personalised exposure report with recommended tools mapped to your lowest-scoring stages. No spam — one actionable email.

Please enter your name
Please enter your company
Please enter a valid email address

Full Maturity & Exposure Report

0/71
Exposure Driven
Answer the questions above to reveal your maturity assessment.

Recommended Next Steps

🔍
Book a Hand Exposure Review
A structured on-site review of your highest-risk tasks with a PSC specialist. Gap-to-control mapping included.
🔧
Request Tool Mapping
Match the right hands-free tools to the tasks identified in your exposure map. No generic recommendations.
🏭
Invite PSC for Webinar / Experience Session
A 2-hour on-site or virtual session: tools demonstrated on your actual tasks, gaps identified, priorities set.
📊
Deploy Internally
Distribute this audit to supervisors, EHS leads, and operations teams as a baseline for structured improvement.
function unlockResults() { const name = document.getElementById('lf-name').value.trim(); const company = document.getElementById('lf-company').value.trim(); const email = document.getElementById('lf-email').value.trim(); let valid = true; document.getElementById('err-name').style.display = name ? 'none' : 'block'; if (!name) valid = false; document.getElementById('err-company').style.display = company ? 'none' : 'block'; if (!company) valid = false; const emailOk = /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); document.getElementById('err-email').style.display = emailOk ? 'none' : 'block'; if (!emailOk) valid = false; if (!valid) return; const title = document.getElementById('lf-title').value.trim(); const industry = document.getElementById('lf-industry').value; const score = document.getElementById('gate-score').textContent; // Personalise result card const forParts = [name, title, company, industry].filter(Boolean); document.getElementById('result-for').innerHTML = `Prepared for: ${forParts.join(' · ')}`; // Update CTA mailto subjects with details const sub = encodeURIComponent(`PSC Audit Follow-up — ${name}, ${company} (Score: ${score}/71)`); document.getElementById('cta-review').href = `mailto:sales@pschandsafety.com?subject=${sub}&body=Hi PSC team,%0A%0AI completed the Hand Safety Maturity Audit and scored ${score}/71.%0ACompany: ${encodeURIComponent(company)}%0AName: ${encodeURIComponent(name)}%0A%0APlease get in touch to book a Hand Exposure Review.`; document.getElementById('cta-tools').href = `mailto:sales@pschandsafety.com?subject=Tool Mapping Request — ${encodeURIComponent(company)}&body=Hi PSC team,%0A%0AI completed the Hand Safety Audit (Score: ${score}/71) and would like to request tool mapping for my facility.%0ACompany: ${encodeURIComponent(company)}%0AName: ${encodeURIComponent(name)}`; document.getElementById('cta-session').href = `mailto:sales@pschandsafety.com?subject=Experience Session Request — ${encodeURIComponent(company)}&body=Hi PSC team,%0A%0AWe'd like to invite PSC for a webinar or on-site experience session.%0ACompany: ${encodeURIComponent(company)}%0AName: ${encodeURIComponent(name)}%0AScore: ${score}/71`; // Show result document.getElementById('lead-gate').style.display = 'none'; const resultEl = document.getElementById('result-card'); resultEl.classList.add('unlocked'); resultEl.scrollIntoView({ behavior: 'smooth', block: 'start' }); } // ── INIT ────────────────────────────────────────────────────────────────── buildTaskRows(); ['s1','s2','s3','s4'].forEach(buildQuestions); buildControls(); buildBreakdown(); recalculate();