Chrome extension that makes hidden text and prompt injection visible

Reddit r/AI_Agents Tools

Summary

AgentLens is a Chrome extension that surfaces hidden content on webpages and flags potential prompt injection attempts to make AI agent security issues visible.

I was thinking about ways to deal with prompt injection and kept coming back to a pretty simple problem: an AI agent can read things on a webpage that you never actually see. So I built AgentLens. It surfaces hidden content on webpages and flags anything that looks like it might be trying to give instructions to an AI. The idea is pretty simple: if prompt injection is an invisible problem, make it visible. Would be interested to hear how people here are handling this in their own agents, or if there are edge cases I should be testing against. I'll drop the link in the comments.
Original Article

Similar Articles

The attack surface of your agent

Reddit r/artificial

A developer describes live-testing their AI agent Lumina against hidden prompt injection attacks on a real website, explaining how the agent's guardrails detected and refused malicious instructions.

Agent Browser Shield

Product Hunt

Agent Browser Shield is a product that blocks prompt injection attacks and reduces token costs for AI browser agents.

SecureLens - A self-hosted AppSec agent and CLI scanner

Reddit r/AI_Agents

SecureLens is an open-source, self-hosted security auditing tool that uses an LLM-powered async pipeline to triage codebases and probe web infrastructure, with an interactive REPL for follow-up questions and patch generation.