feat(blog): add 'Anyone in the world can put text in front of your agent's model for the price of an email' - #1009
Open
jiashuoz wants to merge 1 commit into
Open
feat(blog): add 'Anyone in the world can put text in front of your agent's model for the price of an email'#1009jiashuoz wants to merge 1 commit into
jiashuoz wants to merge 1 commit into
Conversation
…ent's model for the price of an email'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds today's blog post, "Anyone in the world can put text in front of your agent's model for the price of an email", following the existing blog pattern:
web/src/app/blog/inbound-prompt-injection/page.mdx- the post (~520 words)web/src/app/blog/posts.ts- registry entry (date 2026-09-06, 3 min read); sitemap picks it up automaticallyAngle
An agent that reads its inbox and acts on it is reading untrusted input the whole internet can write - inbound email is a prime indirect prompt-injection vector (hidden HTML, zero-width / Unicode-tag smuggling, encoded payloads). The "system prompt says ignore it" fix is a hope, not a control. The post walks e2a's opt-in inbound content screening: dependency-free heuristics detector (OWASP LLM01 / MITRE ATLAS mapped) plus optional LLM detector adding semantic injection and phishing classification, allow / review / block verdicts by scan sensitivity, review feeding the same HITL queue as outbound holds, fail-safe to review (never silent allow), and verdicts audited in
protection_events. Names the beta status of the protection surface openly. Every claim grounded in the repo README; no competitor named; no efficacy claims.Verification
npm run build(static export) succeeds; the new page prerenders at/blog/inbound-prompt-injection/blogNot merged - review and merge when ready. Note: prod serves a pinned release, so the post won't be live until a release is cut and promoted.