I’m working on a tool for AI Agents (Claude, GPT, etc.) to handle the privacy/stealth issue when they browse the web.
The Problem:
When we use AI agents to perform tasks (shopping, checking accounts, etc.), they leak EVERYTHING. Real IP, PII (name/address), and session cookies to the target site and the LLM provider.
My Concept:
A Privacy/Stealth Layer that:
If I mask the identity 100%, I can't log in to personalized sites. I'm thinking of a manual approval popup for tokens.
Questions:
The Problem:
When we use AI agents to perform tasks (shopping, checking accounts, etc.), they leak EVERYTHING. Real IP, PII (name/address), and session cookies to the target site and the LLM provider.
My Concept:
A Privacy/Stealth Layer that:
- Redacts PII in real-time: Swaps your info with a "Virtual Persona" using local NER models.
- Controlled Auth: A bridge for one-time session logins without exposing the full persistent cookie.
- IP/Fingerprint Masking: Preventing the destination site from linking the AI agent activity to your real identity.
If I mask the identity 100%, I can't log in to personalized sites. I'm thinking of a manual approval popup for tokens.
Questions:
- Do you guys think there's a market for this in the automation/SEO space?
- How would you handle browser fingerprinting when an AI agent is making the requests?
- Would you use this to protect your main accounts from being linked to your botting/AI activities?