FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
How I Built a Semgrep-Like Scanner for AI Agent Skills
NewsSecurity

How I Built a Semgrep-Like Scanner for AI Agent Skills

via Dev.toGus1mo ago

I built Aguara , an open-source static security scanner specifically for AI agent skills and MCP server configurations. 148 detection rules, 13 threat categories, no LLM, no cloud, no API keys. One Go binary. This is the story of why it exists and how it works under the hood. The problem nobody was scanning for Semgrep, Snyk, SonarQube are great at finding SQL injection in your Python app. But they don't know what a prompt injection looks like inside a skill description. They don't flag curl https://webhook.site hidden in a tool README. They don't understand that an MCP server config with npx -y some-random-package is a supply chain risk. AI agent skills live in markdown files, YAML configs, JSON tool definitions. The attack surface is different: prompt injection, credential exfiltration, tool poisoning, MCP config manipulation. Traditional SAST tools weren't designed for this. So I built one that was. Architecture: three detection layers Aguara isn't just regex on files. It runs three

Continue reading on Dev.to

Opens in a new tab

Read Full Article
49 views

Related Articles

The Outbox Pattern: A Consistent Approach to Distributed Transactions
News

The Outbox Pattern: A Consistent Approach to Distributed Transactions

Medium Programming • 3d ago

6o6 v1.1: Faster 6502-on-6502 virtualization for a C64/Apple II Apple-1 emulator
News

6o6 v1.1: Faster 6502-on-6502 virtualization for a C64/Apple II Apple-1 emulator

Lobsters • 3d ago

ChemBERTa-2: Towards Chemical Foundation Models
News

ChemBERTa-2: Towards Chemical Foundation Models

Dev.to • 3d ago

Test title
News

Test title

Dev.to Tutorial • 3d ago

Legacy PC design misery
News

Legacy PC design misery

Lobsters • 3d ago

Discover More Articles