Jason Griffin

Jason Griffin

Experiential Marketing Leader

About

At my core, I am a relationship-driven marketer, motivated to create experiences people remember and brands they trust. Most of my work has lived at the intersection of retail, brand, and experiential marketing. Bringing products to life through in-store programs, partnerships, and real-world activations is where I do my best work. Supporting thousands of retail locations, leading large-scale events, or working closely with sales and brand teams has been my career sweet spot. I enjoy working cross-functionally, building strong partnerships and teams, and bringing teams together to get things across the finish line. I tend to gravitate toward brands where the product matters, the people matter, and the story behind it is something worth being part of.

Badges

Tastemaker
Tastemaker

Forums

I audited an AI-written billing service. 22 findings, 10 critical. None of them threw.

I audited an AI-written billing service this week. 22 findings, 10 critical.

None of them crashed. All returned 200. Four that stuck with me: an auth check that silently lets anyone in when one env var is missing, SQL injection in the one query that wasn't parameterized, a broken permission boundary so anyone can attach a charge to a workspace that isn't theirs, and a Stripe retry that double-grants seats because there's no idempotency check anywhere.

View more