惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
Jina AI
Jina AI
C
Check Point Blog
V
V2EX
H
Help Net Security
Microsoft Azure Blog
Microsoft Azure Blog
P
Proofpoint News Feed
A
About on SuperTechFans
D
DataBreaches.Net
腾讯CDC
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
IT之家
IT之家
WordPress大学
WordPress大学
人人都是产品经理
人人都是产品经理
T
The Blog of Author Tim Ferriss
Recent Announcements
Recent Announcements
Google DeepMind News
Google DeepMind News
云风的 BLOG
云风的 BLOG
MongoDB | Blog
MongoDB | Blog
J
Java Code Geeks
博客园_首页
T
Tailwind CSS Blog
M
MIT News - Artificial intelligence
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
We Scanned 10 Shopify Agency Websites. Here Is What We Fo...
Guardr · 2026-06-23 · via DEV Community

Last night I ran external security scans on the public websites of 10 leading Shopify and Shopify
Plus agencies — the same scan any browser or attacker would see. No credentials, no special access.

One agency scored an A. Three scored C- or below. The most common finding appeared on 9 of 10 sites.

TL;DR

  • 1 agency scored an A. 3 scored C- or below. 1 scored a D.
  • The most common finding — missing security headers — appeared on 9 of 10 sites.
  • 6 of 10 agencies have no HSTS at all.
  • One agency has a session cookie without the Secure flag. That is the most concrete finding in the set.

What was scanned

Five categories per domain: TLS (HSTS presence and max-age), security headers (CSP,
X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy), cookie flags,
DNS hardening (DNSSEC and CAA) and sensitive exposure paths. All scans run on 23 June 2026.

This covers the agencies' own marketing sites — not the client stores they build.


Results

Agency Domain Score Grade
1Digital Agency 1digitalagency.com 94 A
Acidgreen acidgreen.com.au 77 B
30 Acres 30acres.com.au 76 B
Fourmeta fourmeta.com 76 B
Blend Commerce blendcommerce.com 76 B
Elkfox elkfox.com 76 B
Charle Agency charleagency.com 62 C
Fyresite fyresite.com 62 C
Eastside Co eastsideco.com 58 C-
Swanky Agency swankyagency.com 55 C-
Blubolt blubolt.com 54 D

Per-agency notes

1Digital Agency — A (94)
HSTS at two years, X-Content-Type-Options and Referrer-Policy set correctly, Permissions-Policy
restricting camera, microphone and geolocation, CSP frame-ancestors in place of X-Frame-Options.
Only gap is HSTS missing includeSubDomains.

Acidgreen — B (77)
HSTS with two-year max-age, includeSubDomains and preload — the strongest TLS config in the set.
But CSP, X-Frame-Options, X-Content-Type-Options, Referrer-Policy and Permissions-Policy are all
absent. Worth noting Acidgreen is multi-platform (Shopify Plus, Adobe Commerce, Magento) rather
than Shopify-only.

30 Acres — B (76)
A Shopify Plus Partner agency based in Byron Bay and a certified B Corp. Their site runs on
Shopify itself, which explains the platform-default CSP: block-all-mixed-content;
frame-ancestors 'none'; upgrade-insecure-requests
— present but missing default-src and
script-src. HSTS present, X-Frame-Options DENY, X-Content-Type-Options correct.
Referrer-Policy and Permissions-Policy absent.

Fourmeta — B (76)
HSTS set to one year but missing includeSubDomains. All five security headers absent.
Exposure paths cleanly blocked with 403s.

Blend Commerce — B (76)
Same Shopify-default CSP as 30 Acres and Elkfox. HSTS present but 91-day max-age.
Protocol-relative Shopify CDN script flagged. Referrer-Policy and Permissions-Policy absent.

Elkfox — B (76)
Identical to Blend Commerce. Both run on Shopify, both inherit the same platform CSP baseline.
HSTS short. X-Frame-Options DENY. X-Content-Type-Options correct. Referrer-Policy missing.

Charle Agency — C (62)
HSTS entirely absent. All five security headers missing. Charle is Shopify Plus accredited with
a strong client portfolio — the gap on their own site is notable.

Fyresite — C (62)
Same as Charle. HSTS missing, all five headers absent. Fyresite is a Shopify Premier Partner —
one of 46 in the US. Exposure paths cleanly handled with 403s.

Eastside Co — C- (58)
The most distinctive finding in the set. An authentication session cookie (october_session) is
set without the Secure flag and without SameSite. HSTS is also missing, which compounds it —
without HSTS enforcing HTTPS, the session cookie can transmit in the clear. CSP absent.
X-Frame-Options and X-Content-Type-Options both present.

Swanky Agency — C- (55)
DNSSEC is enabled — the only agency in this set with it. But HSTS is missing, all five security
headers are absent and two protocol-relative third-party scripts (ShareThis and HubSpot) load
without explicit HTTPS. Inconsistent given the DNS hardening.

Blubolt — D (54)
HSTS missing, all five headers absent, three HubSpot embed scripts loading via protocol-relative
URLs. Blubolt is a Shopify Premier Partner with a strong client track record — this is a gap on
their own marketing site.


Patterns across the 10 sites

The Shopify platform baseline. Three agencies run their own site on Shopify (30 Acres, Blend
Commerce, Elkfox). All three score 76 and share the same CSP: block-all-mixed-content;
frame-ancestors 'none'; upgrade-insecure-requests
. This is what Shopify sets by default. It
is not the same as a properly configured CSP — default-src and script-src are both missing.

HSTS is the dividing line. Every agency with HSTS present scores B or above. Every agency
without it scores C or below. Six of the 10 have no HSTS at all.

Headers are the universal gap. CSP absent or weak on 9 of 10. Referrer-Policy absent on
9 of 10. Permissions-Policy absent on 9 of 10.

One concrete session risk. The Eastside Co session cookie finding is the only issue in this
audit that goes beyond posture gap into a direct security risk. Everything else is hardening
that is missing — this one is a misconfiguration with a clear exposure path.


What the top score does that others do not

1Digital Agency's A is not one standout decision — it is several correct ones stacked:

  • HSTS at two years (not 91 days, not absent)
  • Referrer-Policy: strict-origin-when-cross-origin
  • Permissions-Policy restricting camera, microphone and geolocation
  • CSP frame-ancestors correctly scoped
  • X-Content-Type-Options: nosniff

The gap between their A and most of the C grades here is an afternoon of configuration work,
not a major engineering effort.


The fix priority order

If your agency site looks like the bottom of this table:

  1. Enable HSTS (min max-age 31536000)
  2. Add X-Content-Type-Options: nosniff
  3. Add Referrer-Policy: strict-origin-when-cross-origin
  4. Add X-Frame-Options: SAMEORIGIN
  5. Replace protocol-relative script URLs with explicit https://
  6. Add or strengthen CSP — start in report-only mode

Does your agency site have HSTS enabled? Run a free scan at guardr.io and let me know your grade
in the comments.


Built this with Guardr — security posture and uptime monitoring for agencies managing client
sites. Free scan, no signup required.