Repo Secret Scanner — Architecture & Design

Overview The Repo Secret Scanner at cybergrind.org/tools/repo-scanner/ scans public GitHub repositories for exposed credentials — AWS keys, GitHub tokens, Slack tokens, Stripe keys, private keys, and more — without ever cloning the repository. It runs entirely on a Cloudflare Worker, reads files directly via the GitHub API, and returns a severity-scored dashboard of findings with matched secrets redacted before they ever leave the scanner. ...

June 30, 2026 · 7 min · Logan

Repo Secret Scanner — Detection Patterns Reference

Overview The Repo Secret Scanner uses three detection tiers: high-confidence prefix-matched patterns (Tier 1), keyword-gated generic patterns (Tier 2), and Shannon entropy analysis for unrecognized secrets (Tier 3). This article documents every pattern in the current ruleset, their sources, their known limitations, and the structural gaps no static scanner can close. ...

June 30, 2026 · 8 min · Logan

OWASP Top 10 for LLM Applications (2025): A Practitioner's Breakdown

Introduction LLM applications broke a lot of assumptions security teams had spent two decades building. Input validation, output encoding, least privilege — all still relevant, but none of it was designed for a system that treats instructions and data as the exact same thing. The OWASP Top 10 for LLM Applications exists to give that gap a shared vocabulary. ...

June 20, 2026 · 10 min · Logan