<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Aamir Muhammad</title>
    <description>The latest articles on DEV Community by Aamir Muhammad (@maamir).</description>
    <link>https://dev.to/maamir</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4140759%2F397fe842-1bc1-468d-9724-bad52c9fda64.jpg</url>
      <title>DEV Community: Aamir Muhammad</title>
      <link>https://dev.to/maamir</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/maamir"/>
    <language>en</language>
    <item>
      <title>Open-Source Red Teaming Framework for LLMs, AI Agents, and RAG Systems</title>
      <dc:creator>Aamir Muhammad</dc:creator>
      <pubDate>Thu, 24 Sep 2026 08:31:53 +0000</pubDate>
      <link>https://dev.to/maamir/open-source-red-teaming-framework-for-llms-ai-agents-and-rag-systems-5en1</link>
      <guid>https://dev.to/maamir/open-source-red-teaming-framework-for-llms-ai-agents-and-rag-systems-5en1</guid>
      <description>&lt;h2&gt;
  
  
  AI is the new attack surface
&lt;/h2&gt;

&lt;p&gt;Prompt injection.&lt;br&gt;
Jailbreaks.&lt;br&gt;
Indirect prompt injection.&lt;br&gt;
Tool abuse.&lt;br&gt;
RAG poisoning.&lt;/p&gt;

&lt;p&gt;As enterprises adopt LLMs and autonomous AI agents, these attacks are becoming practical security problems rather than research topics.&lt;/p&gt;

&lt;p&gt;During the development of &lt;strong&gt;AetherGuard&lt;/strong&gt;, we needed a systematic way to evaluate AI applications against these threats.&lt;/p&gt;

&lt;p&gt;That led us to build &lt;strong&gt;AetherRed-Excalibur&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Today we're open-sourcing it.&lt;/p&gt;
&lt;h2&gt;
  
  
  Why another red teaming tool?
&lt;/h2&gt;

&lt;p&gt;Most evaluation frameworks focus on model quality.&lt;/p&gt;

&lt;p&gt;We wanted to evaluate security.&lt;/p&gt;

&lt;p&gt;Specifically:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Can an attacker bypass your system prompt?&lt;/li&gt;
&lt;li&gt;Can sensitive data be extracted?&lt;/li&gt;
&lt;li&gt;Can an AI agent be manipulated into performing unintended actions?&lt;/li&gt;
&lt;li&gt;Can poisoned RAG content influence responses?&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  
  
  What AetherRed-Excalibur includes
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;22 adversarial attack categories&lt;/li&gt;
&lt;li&gt;MITRE ATLAS mapping&lt;/li&gt;
&lt;li&gt;LLM-as-a-Judge evaluation&lt;/li&gt;
&lt;li&gt;AI resilience scoring&lt;/li&gt;
&lt;li&gt;Detailed security reports&lt;/li&gt;
&lt;li&gt;Extensible attack framework&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It works with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;LLM applications&lt;/li&gt;
&lt;li&gt;AI Agents&lt;/li&gt;
&lt;li&gt;RAG systems&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
  
  
  Example attack categories
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Prompt Injection&lt;/li&gt;
&lt;li&gt;Jailbreaks&lt;/li&gt;
&lt;li&gt;Indirect Prompt Injection&lt;/li&gt;
&lt;li&gt;Prompt Leakage&lt;/li&gt;
&lt;li&gt;Data Exfiltration&lt;/li&gt;
&lt;li&gt;Role Manipulation&lt;/li&gt;
&lt;li&gt;Tool Abuse&lt;/li&gt;
&lt;li&gt;RAG Poisoning&lt;/li&gt;
&lt;li&gt;Hallucination Testing&lt;/li&gt;
&lt;li&gt;Toxicity &amp;amp; Safety Evaluation&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
  
  
  Architecture
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fbwsu7pxcm5lq1v77dfqq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fbwsu7pxcm5lq1v77dfqq.png" alt="aether-red archtecture" width="800" height="843"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  Why MITRE ATLAS?
&lt;/h2&gt;

&lt;p&gt;We wanted a framework that maps AI attacks to a recognized adversary knowledge base instead of inventing our own taxonomy.&lt;br&gt;
That makes it easier to communicate findings to security teams.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example workflow&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Target AI Application
        │
        ▼
Attack Generation
        │
        ▼
Execution
        │
        ▼
LLM Judge Evaluation
        │
        ▼
Resilience Score
        │
        ▼
Security Report
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Open Source
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;GitHub&lt;/strong&gt;: &lt;a href="https://github.com/AetherGuardAI/AetherRed-Excalibur" rel="noopener noreferrer"&gt;https://github.com/AetherGuardAI/AetherRed-Excalibur&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback, issues, and pull requests are welcome.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>security</category>
      <category>llm</category>
    </item>
  </channel>
</rss>
