dayto.ai
Acme Plumbing Tampa, FL · ZIP 33602 · Plumber
Open in dashboard →
SECURITY AUDIT · 12 PASSIVE CHECKS · 25 MAY 2026
B Security grade

Your site is in good shape — one fix matters.

We ran 12 read-only checks on acmeplumbing.com — no logins, no scans that touch your site's data. Nine passed. The one that needs attention is email spoofing protection (DMARC): right now someone could send a fake "invoice" email that looks like it came from you. It's a 5-minute fix for your host.

● 9 passed ● 2 warnings ● 1 needs fixing
The 12 checks

Every check, in plain English.

SSL / TLSPass

Valid certificate, expires in 68 days, auto-renews. Visitors see the padlock.

HSTSPass

Your site forces secure connections — browsers refuse to load it over insecure HTTP.

SPFPass

Your domain declares which servers may send email as you. Cuts down on spoofing.

DMARCFix

No anti-spoofing policy set. Scammers could send fake emails using your name. High priority — see below.

DKIMPass

Your outgoing email is cryptographically signed, so inboxes trust it's really you.

Security headersWarn

Two recommended headers missing (X-Frame-Options, Referrer-Policy). Low risk, quick to add.

CSPWarn

No content-security policy. Adds a guardrail against injected/malicious scripts.

Mixed contentPass

Every image, script and font loads over HTTPS. No insecure "this page is not fully secure" warnings.

CookiesPass

Cookies set with Secure + HttpOnly flags, so they can't leak over insecure connections.

Exposed pathsPass

No sensitive files (.env, .git, backups, admin) reachable from the open web.

SubdomainsWarn

3 subdomains found (mail, dev, staging). "dev" shows a login page — consider hiding it from the public.

Open portsPass

Only web ports (80/443) are open. No database or admin ports exposed to the internet.

What this means for you

You don't need to be a security expert.

Think of it like a building inspection. Doors, locks and wiring (your SSL, email signing, open ports) are solid. The one real gap is your mailbox sign: without DMARC, anyone can put your name on an envelope. For a trades business that emails invoices and quotes, that's worth closing — a scammer impersonating "Acme Plumbing" to your customers is a reputation risk, not just a technical one. The two warnings are nice-to-haves you can do later. Your AI helper can hand your host the exact records to paste in.

Findings to forward

Copy-paste this to your web host.

Hi — our AI visibility provider ran a security check on acmeplumbing.com. One item needs fixing and two are optional. Please add the following DNS records: 1) DMARC (priority) — add a TXT record: Host: _dmarc.acmeplumbing.com Value: v=DMARC1; p=quarantine; rua=mailto:[email protected] 2) Security headers (optional) — add to the web server response: X-Frame-Options: SAMEORIGIN Referrer-Policy: strict-origin-when-cross-origin 3) Restrict the "dev" subdomain (optional) — require login or block public access. Everything else (SSL, HSTS, SPF, DKIM, cookies, open ports) passed. Thanks!