AIToday
Large Language ModelsAI Safety & AlignmentOpen-Source AIHacker NewsPublished: Jul 27, 2026, 16:01 JST

ASL V6: Open-source red-teaming tool detects AI agent flaws with 98% fewer false alerts

ASL V6: Open-source red-teaming tool detects AI agent flaws with 98% fewer false alerts

3 Key Points

  1. What happened

    Security researcher Siva Aditya Panuganti released ASL V6, a free, open-source vulnerability scanner for Python AI agents that combines code analysis with live Docker testing to verify real security flaws. The tool examines code for 10 categories of OWASP Top 10 LLM and agent vulnerabilities, including prompt injection and unsafe code execution.

  2. Why it matters

    ASL V6 reduces false positive alerts by around 98% by filtering out test files and docstrings before analysis, then validates findings in isolated Docker containers—meaning developers get actionable security issues rather than noise. Since it runs entirely locally without sending data to the internet, teams can scan proprietary codebases without external API calls (though optional LLM-assisted patch suggestions are available via NVIDIA's free developer API key).

  3. What to watch

    The author is currently accepting 3 advisory clients for Q3 2026 and offers paid services: monthly architecture review at $2,500/month, emergency security assessments at $5,000 fixed, and EU AI Act compliance documentation at $3,500–$5,000. ASL V6 ships with a GitHub Actions CI/CD workflow to automatically gate pull requests for security flaws.

Not sure about something? Ask the AI

Summaries like this, in your inbox every morning.

Context & Analysis

ASL V6 addresses a real pain point in AI agent security: the flood of false positives that comes from naive code scanning. By combining Abstract Syntax Tree (AST) parsing—which understands Python syntax at a deep level—with contextual filtering that ignores test files and docstrings, the tool eliminates around 98% of noise before it reaches developers. The addition of live Docker runtime verification is the crucial second step: it confirms that an alert represents an actual exploitable vulnerability, not a theoretical one. This two-stage approach reflects the author's background in responsible disclosure and CVE research; six published CVEs and GHSAs in production AI systems (AutoGPT, FlowiseAI, Trilium Notes, and LLaMmlein) give credibility to the threat model.

The decision to keep execution entirely local is significant for adoption. Teams building proprietary or regulated AI agents—especially in Europe, where the EU AI Act is now in effect—can run the scanner on sensitive code without routing it through a third party. The optional NVIDIA API integration for patch suggestions is a good compromise: it adds value for teams that want it without creating a hard dependency or requiring credentials upfront. The tool's integration with CI/CD pipelines via GitHub Actions suggests the author understands deployment workflows and is positioning ASL V6 as something that fits into existing development processes.

FAQ
Does ASL V6 send my code to the cloud or require API calls?
No. All analyzers, AST filters, and Docker runtime tests execute locally on your machine and do not send data over the internet. If you want LLM-assisted code patch suggestions, you can optionally provide your own free NVIDIA developer API key via the NVIDIA_API_KEY environment variable; if no key is provided, the tool uses offline rule-based patch suggestions at zero cost.
How much does ASL V6 cost?
ASL V6 itself is free and open-source under the MIT License. The author also offers paid advisory services: a monthly architecture review retainer at $2,500/month, emergency security assessments at $5,000 fixed, and EU AI Act technical documentation at $3,500–$5,000 fixed.
What kinds of vulnerabilities does it detect?
ASL V6 examines code for OWASP Top 10 LLM and agent vulnerabilities, including prompt injection sinks, goal hijacking, unsafe code execution (eval/exec), and tool abuse, using 10 security analyzers.

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • Abeam and Notion target enterprise knowledge for AI agentsITmedia AI+ · 8h ago
  • Zscaler unveils Agentic SOC with AI agentsITmedia AI+ · 8h ago
  • Generative Partners launches "AX BPO" for work AI alone can't finishITmedia AI+ · 8h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · 30 seconds with Google · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleStuard AI brings local AI workspace to your PC, free forever