<?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: Abenezer Getachew</title>
    <description>The latest articles on DEV Community by Abenezer Getachew (@lelu-auth).</description>
    <link>https://dev.to/lelu-auth</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3817075%2Ff3ae2664-cec4-4959-830f-699964be42dc.png</url>
      <title>DEV Community: Abenezer Getachew</title>
      <link>https://dev.to/lelu-auth</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lelu-auth"/>
    <language>en</language>
    <item>
      <title>🔐 Lelu: Open Source Authorization Engine for AI Agents</title>
      <dc:creator>Abenezer Getachew</dc:creator>
      <pubDate>Tue, 10 Mar 2026 14:24:12 +0000</pubDate>
      <link>https://dev.to/lelu-auth/lelu-open-source-authorization-engine-for-ai-agents-2ool</link>
      <guid>https://dev.to/lelu-auth/lelu-open-source-authorization-engine-for-ai-agents-2ool</guid>
      <description>&lt;h1&gt;
  
  
  🔐  Lelu: Open Source Authorization Engine for AI Agents
&lt;/h1&gt;

&lt;p&gt;Hello 👋&lt;/p&gt;

&lt;p&gt;I’m excited to share Lelu, an open-source authorization engine designed specifically for &lt;strong&gt;AI agents and autonomous systems&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;As AI agents become more capable and independent, traditional authorization systems are not enough. They usually don't account for things like model uncertainty, prompt injection, or dynamic risk evaluation.&lt;/p&gt;

&lt;p&gt;That’s exactly the problem &lt;strong&gt;Lelu&lt;/strong&gt; is trying to solve.&lt;/p&gt;

&lt;p&gt;🔗 &lt;strong&gt;GitHub Repository&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://github.com/lelu-auth/lelu" rel="noopener noreferrer"&gt;https://github.com/lelu-auth/lelu&lt;/a&gt;&lt;/p&gt;


&lt;h2&gt;
  
  
  🤖 Why This Matters
&lt;/h2&gt;

&lt;p&gt;AI agents introduce new security challenges such as:&lt;/p&gt;

&lt;p&gt;• Model uncertainty and confidence scores&lt;br&gt;
• Dynamic risk evaluation&lt;br&gt;
• Prompt injection attacks&lt;br&gt;
• Human-in-the-loop approval workflows&lt;/p&gt;

&lt;p&gt;Lelu provides tools to manage these risks in a structured and auditable way.&lt;/p&gt;


&lt;h2&gt;
  
  
  🛠️ What Lelu Provides
&lt;/h2&gt;

&lt;p&gt;• Confidence-aware authorization&lt;br&gt;
• Prompt injection pre-filtering&lt;br&gt;
• Human review queues&lt;br&gt;
• Runtime risk evaluation&lt;br&gt;
• Just-in-time scoped tokens&lt;br&gt;
• Full audit trails&lt;/p&gt;


&lt;h2&gt;
  
  
  🚀 Quick Start
&lt;/h2&gt;
&lt;h3&gt;
  
  
  Option 1: Try the CLI Tools (Fastest)
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;TypeScript / Node.js&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt; @lelu-auth/lelu
npx lelu &lt;span class="nt"&gt;--help&lt;/span&gt;
npx lelu audit-log
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Python&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install &lt;/span&gt;lelu-agent-auth-sdk
python &lt;span class="nt"&gt;-m&lt;/span&gt; lelu.cli &lt;span class="nt"&gt;--help&lt;/span&gt;
python &lt;span class="nt"&gt;-m&lt;/span&gt; lelu.cli audit-log
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Go&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;go get github.com/lelu-auth/lelu/sdk/go@v0.1.1
go build &lt;span class="nt"&gt;-o&lt;/span&gt; lelu github.com/lelu-auth/lelu/sdk/go/cmd/lelu
./lelu &lt;span class="nt"&gt;--help&lt;/span&gt;
./lelu audit-log
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  🌟 Support the Project
&lt;/h2&gt;

&lt;p&gt;If you find this project interesting or useful:&lt;/p&gt;

&lt;p&gt;⭐ &lt;strong&gt;Give the repo a star on GitHub&lt;/strong&gt;&lt;br&gt;
🐛 Open issues or suggest improvements&lt;br&gt;
🔧 Submit pull requests&lt;br&gt;
💡 Share ideas or feedback&lt;/p&gt;

&lt;p&gt;Open-source contributions of any size are welcome!&lt;/p&gt;

&lt;p&gt;Thanks for checking out &lt;strong&gt;Lelu&lt;/strong&gt; 🙌&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>ai</category>
      <category>javascript</category>
      <category>python</category>
    </item>
  </channel>
</rss>
