I built a prompt injection detector using only Go's standard library

cheikhdev1 pts0 comments

MediumI Built a Prompt Injection Detector Using Go’s Standard Library | by Cheikh seck | Aug, 2026 | Towards DevSitemapOpen in appSign up<br>Sign in

Medium Logo

Get app<br>Write

Search

Sign up<br>Sign in

Towards Dev

A publication for sharing projects, ideas, codes, and new theories.

Member-only story

Golang

LLM

Security

Prompt Injection

Owasp Top 10

I Built a Prompt Injection Detector Using Go’s Standard Library

Zero external dependencies. No ML models. Just 29 regex rules, the Go stdlib, and a realistic product page seeded with 12 attack techniques from a 2026 CrowdStrike report.

Cheikh seck

15 min read·<br>Just now

Listen

Share

Prompt injection is one of the most misunderstood vulnerabilities in modern software development. Unlike SQL injection — which exploits a well-defined boundary between code and data — prompt injection exploits the fundamental ambiguity of natural language. When an AI model is asked to “read this webpage and summarize the product details,” there is no clean line between the user’s legitimate request and the attacker’s hidden instruction buried in an HTML comment, a zero-width character, or a base64-encoded data URI.<br>The concept isn’t new. Researchers at Anthropic, OpenAI, and Google DeepMind published early findings on prompt injection as early as 2022. The OWASP LLM Top 10, first published in 2023, listed prompt injection as the #1 vulnerability for large language model applications. But what changed in 2026 is the sophistication and diversity of the attack surface.<br>CrowdStrike’s 2026 Global Threat Report identified five new prompt injection categories — PT0197 through PT0201 and IM0018 — that didn’t exist two years ago. These include sleeping rules that activate only after a specific trigger, cognitive suppression techniques that reduce the model’s reasoning to avoid…

Published in Towards Dev<br>10.5K followers<br>·Last published just now

A publication for sharing projects, ideas, codes, and new theories.

Written by Cheikh seck<br>317 followers<br>·20 following

Get your personal AI intern: https://liteagent.cloud/ -- Practice your English with https://www.convose.com/

Help

Status

About

Careers

Press

Blog

Store

Privacy

Rules

Terms

Text to speech

injection prompt published built detector using

Related Articles