cd /news/ai-safety/show-hn-asl-v6-open-source-ast-red-t… · home topics ai-safety article
[ARTICLE · art-74897] src=github.com ↗ pub= topic=ai-safety verified=true sentiment=· neutral

Show HN: ASL V6 – Open-source AST red-teaming engine for Python AI agents

Security researcher Siva Aditya Panuganti released ASL V6, an open-source AST red-teaming engine for Python AI agents that combines abstract syntax tree analysis with live Docker runtime testing to verify security flaws. The tool, which is free under the MIT License, achieved a 97.9% false positive reduction on LangGraph and a 100% reduction on its own engine during testing. Panuganti, who holds 6+ CVEs and GHSAs in production AI systems, is also accepting advisory clients for Q3 2026.

read2 min views1 publishedJul 27, 2026
Show HN: ASL V6 – Open-source AST red-teaming engine for Python AI agents
Image: source

🔴

Currently accepting 3 advisory clients for Q3 2026.[Email me]or[DM on LinkedIn].

Author: Siva Aditya Panuganti (Security Researcher)

Track Record: 6+ CVEs and GHSAs in production AI systems via responsible disclosure to BSI Germany, CERT-EE, and GitHub Security:

CVE-2026-22038— AutoGPT secrets leakGHSA-x58f-9m57-qc4m— FlowiseAI sandbox escapeCVE-2025-68621— Trilium Notes timing side-channelGHSA-p97p-7x96-7wj5— LLaMmlein deserialization RCE

ASL V6 is a research-grade vulnerability assessment and red-teaming engine for Python and AI agent codebases. It combines Abstract Syntax Tree (AST) code analysis with live Docker runtime testing to verify real security flaws without flooding developers with false alerts.

10 Security Analyzers: Examines code for OWASP Top 10 LLM and Agent vulnerabilities, including prompt injection sinks, goal hijacking, unsafe code execution (eval

/exec

), and tool abuse.AST Contextual Filtering: Parses Python syntax trees to ignore test suites, mock files, and docstrings. This eliminates around 98% of false positive alerts.Live Docker Runtime Verification: Runs untrusted code snippets inside isolated ephemeral Docker containers (python:3.11-slim

) to confirm whether an injection is exploitable in a live runtime environment.Remediation Patch Generation (Optional): Generates structured code fixes and patch suggestions. Works offline using deterministic AST rules, or can connect to NVIDIA developer API endpoints if an API key is provided.

ASL V6 is free and open-source under the MIT License.

100% Local Execution: The analyzers, AST filters, and Docker runtime tests execute locally on your machine. They do not send data over the internet or consume API tokens.Bring Your Own Key (Optional): If you want LLM-assisted code patch suggestions, you can provide your own free developer API key via theNVIDIA_API_KEY

environment variable. If no key is provided, the tool automatically uses offline rule-based patch suggestions at zero cost.

Tested on real filesystem repositories:

Repository Files Scanned Raw Alerts Validated True Positives False Positive Reduction Runtime Verification
LangGraph
513 606 13
97.9%
VERIFIED IN RUNTIME
ASL V6 Engine
7 48 0
100.0%
VERIFIED IN RUNTIME
git clone https://github.com/sivaadityacoder/asl-v6.git
cd asl-v6
pip install -r requirements.txt
python3 v6_ai_infra_security.py /path/to/your/project
python3 v6_ai_benchmarks.py /path/to/repo1 /path/to/repo2

You can use the included GitHub Actions workflow (asl_v6_ci_cd_action.yml

) to automatically check pull requests for security flaws during your CI/CD build process.

An automated test engine helps find known patterns, but securing custom agent architectures requires manual review. I work directly with engineering teams on a retainer or fixed-project basis:

Advisory Retainer ($2,500 / month): Monthly architecture review, manual vulnerability discovery, and remediation pull requests written directly for your codebase.Emergency Security Assessment ($5,000 fixed): 1-week pre-launch code audit or post-incident review with proof-of-concept exploits and remediation guidance.EU AI Act Technical Documentation ($3,500 - $5,000 fixed): Technical robustness testing and adversarial documentation for European compliance.

Contact: adityasecuritylabs@gmail.com | GitHub Profile

── more in #ai-safety 4 stories · sorted by recency
── more on @siva aditya panuganti 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-asl-v6-open-…] indexed:0 read:2min 2026-07-27 ·