Help You Be Safe, LLC
Workplace Violence Compliance
Could One Workplace Violence Incident Put Everything You've Built at Risk?
California law (SB 553 / Labor Code 6401.9) requires most businesses whose employees interact with the public to implement a fully active workplace violence prevention program—not just a paper policy template.
Are you fully compliant? This applies directly to:
5-Minute Interactive Risk Audit
Receive an instant risk score, compliance breakdown, and a downloadable professional PDF audit report.
Get My Free Assessment
Section 1: General Exposure
Do your employees interact with customers, patients, clients, vendors, or delivery drivers?
75% of Workplace Violence Comes From Non-Employees
It comes from customers, patients, clients, visitors, former spouses, and delivery drivers—the people your organization doesn't employ. Under California Labor Code 6401.9, you are held legally responsible for taking structural precautions to protect your workers from these third-party actors.
Michael Corwin
Founder, Help You Be Safe, LLC
Compliance Exposure Dashboard
Detailed report prepared specifically for Company Name in City.
Score Summary
Calculated strictly under Cal/OSHA SB 553 requirements.
High Risk
Primary Risk Assessment
Your Business Faces Critical Compliance Gaps
Based on your answers, you do not have a compliant written Workplace Violence Prevention Plan, and employees have not received the required interactive safety training. This exposes your organization to both mandatory regulatory citations and substantial civil liability should an incident occur.
Immediate Compliance Action Required
California does not offer a grace period. Fortunately, Michael Corwin can audit your workplace hazards, finalize an approved written program, and deliver compliant interactive team training.
Book a Free 15-Minute Compliance Snapshot
Connect with Michael to map out your remediation plan and secure your operations.
Category-by-Category Audit
Review recommendations below for structural legal alignment.
Need a Bulletproof Workplace Violence Prevention Plan?
Don't leave compliance to chance or generic downloaded templates. Lock in your free consultation snapshot today to review safety strategies specifically matching California requirements.
Your Automated Follow-up Sequence Initiated
Below is an overview of the educational workplace violence series we have scheduled to arrive at your email over the next 12 days to help you secure compliance:
Risk Audit Report
Comprehensive score & priorities.
Hidden Traps
Requirements templates miss.
Incident Costs
Workers comp vs third-party liability.
Case Study
How safety protocols stopped threats.
Final Review
Last call for your safety snapshot.
Compliance Lead Center
Live lead intake, risk profile evaluation, and follow-up CRM actions.
Google Sheets Live Sync
Not ConnectedAutomatically append new assessment leads directly into your Google Sheet as they submit.
How to link your Google Sheet (3-Minute Setup Guide)
Because Google Sheets is private, you need a quick bridge script to receive the secure data packet. Follow these simple steps:
- Open your Google Sheet: Open Spreadsheet
- In the top menu, click Extensions > Apps Script.
- Delete any placeholder code in the editor, and paste the exact code snippet below.
- Click the blue Deploy button in the top-right and select New deployment.
- Click the gear icon next to "Select type" and choose Web app.
- Configure details: Set "Execute as" to Me and "Who has access" to Anyone. Click Deploy.
- Copy the generated Web app URL, paste it into the input box above, and click Save.
function doPost(e) {
try {
var sheetId = "1kDW8gFuZqqxeugTSIDDnpYgHmwzqoIrjkM025AZuFEE";
var doc = SpreadsheetApp.openById(sheetId);
var sheet = doc.getSheets()[0];
// Auto-create spreadsheet headers if the sheet is completely empty
if (sheet.getLastRow() === 0) {
sheet.appendRow(["Lead ID", "First Name", "Last Name", "Business Name", "Email", "Phone", "City", "Industry", "Employees", "Score", "Risk Tier", "CRM Status", "Timestamp"]);
}
var data = JSON.parse(e.postData.contents);
sheet.appendRow([
data.id || "",
data.firstName || "",
data.lastName || "",
data.businessName || "",
data.email || "",
data.phone || "",
data.city || "",
data.industry || "",
data.employees || "",
data.score || 0,
data.tier || "",
data.leadStatus || "New Audit Lead",
data.dateCompleted || ""
]);
return ContentService.createTextOutput(JSON.stringify({"status": "success"}))
.setMimeType(ContentService.MimeType.JSON);
} catch(error) {
return ContentService.createTextOutput(JSON.stringify({"status": "error", "message": error.toString()}))
.setMimeType(ContentService.MimeType.JSON);
}
}
Total Audits Completed
0
Hot Risk Leads
0
Average Risk Score
0 / 100
Database Sync State
Connecting...
No matching compliance leads found.