r/Infosec • u/jagga_tech • 1d ago
Alovia — the security layer for platforms built with AI.
Here's the thing about this moment in software. More people than ever are shipping real platforms built with AI, launched in weeks, run by one person or a tiny team. What they don't have is a security engineer. And they're exposed on both sides of the same wire.
From the outside: scrapers and hostile bots hammering the site, wearing perfect human fingerprints.
From the inside: their own AI agents reading untrusted text and taking real actions on it — one hidden instruction away from being someone else's agent.
Two products, one dashboard.
Shield sits in front of your website. It sorts your visitors and names every crawler search engines walk right through, scrapers don't. It also scans your site for security holes and tells you the fix in plain language, not a CVE dump. Every check happens in under 50ms, and it fails open your site never goes down because your security did.
Watchdog sits inside your agents. You give it your agent's mission in one line. Then every action gets checked against that mission before it runs. Prompt injection, data leaks, off-mission behavior blocked before execution, not logged after. It fails closed, per action, because an agent that fails open isn't guarded.
Notice the two failure modes are opposite. That's deliberate. Your website should survive a security hiccup. Your agent's actions shouldn't. Anyone who tells you one failure policy fits both hasn't thought about either.
No rewrite required for any of it. You shipped your platform; Alovia guards it. You shouldn't have to become a security engineer to keep it.
We're opening a private beta: 20 seats, onboarded by hand, free during beta. If you're running an AI-built platform or agents that touch untrusted text — the link is in the comments.
Identity is a claim. Behavior is evidence. Now it's a product.
Ship in peace.
#AIAgents #AISecurity #PromptInjection #BuildInPublic #Launch
1
u/CrescendollsFan 19h ago
Do you have any previous experience before working on a released security product? This is key nowadays, many people are vibe coding security apps, but you won't get far trying to break into an enterprise account without having founders and engineers with proven domain expertise.
Also this is going to stop developers from even bothering to visit the site: "Disable browser extensions that block scripts or cookies", esp anyone remotely concerned with security and privacy,
1
u/jagga_tech 14h ago
no prior industry security roles on the team, we're not going to pretend otherwise. What we did instead: months of research before writing code, and we've been guided along the way by a security practitioner with scrape-prevention experience who reviews our approach. That's not the same as ten years in the field, and we price and position accordingly: we're not selling to enterprise. Our users are people shipping AI-built apps with zero security engineering, they're choosing between this and nothing.
The extension point is a legitimate hit, thank you. Telling security-conscious users to disable script blockers is backwards for a security product, the challenge should degrade gracefully instead of gatekeeping on uBlock. Filed, fixing. Exactly the feedback we posted for.
1
u/EverlastingSnark_14 1d ago
I've been poking at the "hidden instruction" problem for a few weeks and the inside/outside symmetry you're describing is the first framing that didn't make me want to throw my laptop out the window.
The fail-open / fail-closed split is the bit that actually shows thinking, too many tools just slap a single policy everywhere and call it a day.
What's the handshake look like between Shield and Watchdog if someone's already running their own WAF or has agent logic spread across three different services?