-
Notifications
You must be signed in to change notification settings - Fork 0
regintel pentest regulation agent
Nicolas Cravino edited this page Jul 29, 2026
·
1 revision
id: regintel-pentest-regulation-agent title: RegIntel: An AI Agent for Penetration Testing Regulation Intelligence tags: [security, pentesting, compliance, langgraph, qwen] category: ai-security published: 2026-07-29 created: 2026-07-29 updated: 2026-07-29 freshness: fresh date_source: git-commit source_file: regitel.md
RegIntel is an open-source agent system that researches, validates, and maintains a global inventory of pentest regulations (DORA, CBEST, MAS TRM, CPS 234, PCI DSS) across 20+ jurisdictions — the published companion piece to the pentest-regulatory-intel repo.
- A LangGraph pipeline of specialized agents researches via web search, validates findings, and runs a mandatory reflection quality gate before anything is written to the database. [^src:articles-published §regintel-pentest-regulation-agent]
- Dual-LLM strategy: cloud models for accuracy-critical tasks, local Qwen 3.5 122B on Apple Silicon to keep costs down. [^src:articles-published §regintel-pentest-regulation-agent]
- A single command (
regitel scan --all) scans the whole regulatory landscape; Apache-2.0 licensed. [^src:articles-published §regintel-pentest-regulation-agent]