Aevris AI

302 posts

Aevris AI banner
Aevris AI

Aevris AI

@aevrisai

Real-time AI security for LLM deployments. Input scan. Output alignment. MCP tool inspection. Agent Firewall. Five agents. One API. Patent pending. https://t.co/RbxxkVtRsn

United States Katılım Mart 2026
106 Takip Edilen26 Takipçiler
0xMarioNawfal
0xMarioNawfal@RoundtableSpace·
It’s Monday, what are you building this week?
English
104
2
136
55.6K
Bull Theory
Bull Theory@BullTheoryio·
BREAKING: Anthropic just filed confidentially for an IPO at a $965 billion valuation. If SpaceX, OpenAI, and Anthropic all list this year, it would be the first time three companies worth nearly $1 trillion or more went public in the same year.
Bull Theory tweet mediaBull Theory tweet media
English
56
41
389
25.1K
Nez
Nez@nezbuilds·
I’m building something that I think could be genuinely useful for: • Founders • Indie Hackers • SaaS builders If you fall into one of those groups, drop your product below. I’d love to check it out and connect 👇
English
35
0
21
1.2K
Aevris AI
Aevris AI@aevrisai·
What's shipping at AEVRIS this week: Closing the biggest blind spot in agentic AI security. Right now, every tool call an AI agent makes is unprotected. What it reads. What it writes. What it executes. We're changing that. Automatically. Without touching your existing code. Also on the list: → Significantly cheaper per-scan costs (live tomorrow) → Performance improvements across the pipeline More soon. But first, we are curious as to what others think: If you're building with AI agents or your team uses AI daily, what's the security question keeping you up at night? Drop it below ↓ #AISecurity #AgenticAI #AEVRIS
English
0
0
1
12
Aevris AI
Aevris AI@aevrisai·
An attacker sent one crafted email to a Microsoft 365 Copilot user. No user interaction required. Copilot read the email during routine summarization, followed the hidden instructions, and exfiltrated data from OneDrive, SharePoint, and Teams through a trusted Microsoft domain. Antivirus didn’t catch it. The firewall didn’t catch it. Static scanning didn’t catch it. Because the exploit was written in natural language. Not code. CVE-2025-32711. CVSS 9.3. This is exactly what AEVRIS was built for. aevris.ai/compare #AISecurity #PromptInjection #AgenticAI #AEVRIS
English
0
0
1
117
Startup Community
Startup Community@StartupASAP·
What are you building? Share it with the startup community Get in front of 185,000+ fellow builders (we'll reshare some of the best if you like :)
English
392
9
242
192K
nyraa 🌷
nyraa 🌷@noa_dfx·
Hi, I'm looking to #connect with people interested in: Frontend Backend Full Stack DevOps AI/ML Data Science UI/UX Startups SaaS Say hi & let's connect.
English
189
2
196
10.4K
Aevris AI
Aevris AI@aevrisai·
If your company uses AI in any capacity, you need to answer this question: What happens when someone manipulates it? Law firm: AI reads a contract with a hidden instruction. Suddenly it gives wrong legal advice. Hospital: AI triage tool gets fed a poisoned prompt. Patient gets routed incorrectly. Finance team: AI agent with file access receives an injection. It exfiltrates client data. IT department: Autonomous agent deletes the wrong folder because a webpage told it to. None of these are hypothetical. How would YOUR company use AEVRIS? Drop your industry below ↓ #AISecurity #AgenticAI #AEVRIS
English
0
0
2
25
Aevris AI
Aevris AI@aevrisai·
@AvaEthan35 Of course! We are still actively building and improving. We also have a plethora of updates in the near future. Any feedback is welcomed 🙌
English
1
0
1
5
Aevris AI
Aevris AI@aevrisai·
We don't use an AI to make security decisions. Stage 1 is deterministic regex - you can't jailbreak math. Stages 2 and 3 use a classifier only when Stage 1 is uncertain. Every block decision traces to a specific pattern or a specific score. "The AI decided" is not an audit trail. AEVRIS gives you one that holds up in a boardroom and a courtroom. #AISecurity #AgenticAI #EnterpriseAI #AEVRIS
English
1
0
3
31
Aevris AI
Aevris AI@aevrisai·
If your AI can read it: it can be poisoned. If your AI can write it: it can be manipulated. If your AI can do it: it can be hijacked. AEVRIS covers all three. Input. Output. Action. aevris.ai #AISecurity #AgenticAI #AEVRIS
English
0
0
2
15
Aevris AI
Aevris AI@aevrisai·
Most AI security tools stop at the front door. They scan what goes in. Nobody checks what comes out. We do. Output alignment verification, scanning every AI response before it reaches your users, is the only commercial capability of its kind. Patent pending. For a reason. aevris.ai #AISecurity #AgenticAI #AEVRIS
English
0
0
4
15
Aevris AI
Aevris AI@aevrisai·
The question we hear most from enterprise teams: "We already have Microsoft Copilot / AWS Bedrock / Azure OpenAI. Why do we need AEVRIS?" Because those protect their ecosystem. AEVRIS protects yours, regardless of which AI you use, which cloud you're on, or which model you switch to next quarter. One security layer. Every model. Any cloud. aevris.ai #AISecurity #EnterpriseAI #AgenticAI #AEVRIS
English
0
0
1
18
Aevris AI
Aevris AI@aevrisai·
A law firm asked us last week: "Can AEVRIS scan a 50-page contract before our AI summarizes it?" Answer as of a few weeks ago: no. Answer now: yes. Document chunking is live. 3,000-character chunks, 500-character overlap, AEVRIS scans every section. If the contract contains a hidden instruction designed to manipulate your AI's summary, we catch it. aevris.ai #AISecurity #LegalTech #AgenticAI #AEVRIS
English
0
0
1
11
Aevris AI
Aevris AI@aevrisai·
If you're building with an LLM, you need 3 lines of code. ``` const scan = await aevrisScan(userPrompt); if (scan.verdict === 'BLOCK') return { error: scan.summary }; const response = await callYourLLM(userPrompt); ``` That's it. Full 5-agent threat detection on every prompt. 100 free scans/month. No credit card. aevris.ai #DevTools #AISecurity #LLM #AEVRIS
English
1
0
2
20
Aevris AI
Aevris AI@aevrisai·
1 in 4 prompts entering an agentic AI workflow contains an injection attempt. Not a simulation. Not a lab result. Observed. Live. In the wild. The attack surface isn't your network anymore. It's every sentence your AI reads. #AISecurity #PromptInjection #AgenticAI #AEVRIS
English
0
0
1
13
Aevris AI
Aevris AI@aevrisai·
Great question. AEVRIS sits between your team and your AI. Every message your team sends gets scanned before the AI sees it, blocking jailbreaks, prompt injection, and data exfiltration attempts. Every response the AI sends back gets verified before your team sees it, catching cases where the model was manipulated. If the AI tries to take an action (delete a file, send an email, call an API), AEVRIS intercepts it before it executes. Think of it as a firewall. But for AI. aevris.ai
English
1
0
1
33
Kiril
Kiril@BuildWithxAI·
It's Tuesday builders. Share your projects below. I will reply to every comment.
English
165
1
62
4.6K
Aevris AI
Aevris AI@aevrisai·
Two weeks ago we sat in a room with lawyers, government officials, and security practitioners. They told us exactly what was broken. Since then: → Latency dropped 80% → Document scanning added — contracts, case files, 50+ pages → A new product shipped for teams with no developer → 5 endpoints live covering every AI attack surface → Zero single points of failure in our infrastructure → An MCP security connector for agentic AI platforms Same mission. Much sharper execution. Interact with/Follow us to stay updated on what's next. aevris.ai #AISecurity #AgenticAI #AEVRIS
English
0
0
1
10