
LGPD Sentinel AI — Open Source Tool for Automated LGPD Compliance Audits with Local AI
The Problem Brazil's LGPD (Lei Geral de Proteção de Dados) is the Brazilian equivalent of GDPR. Every company operating in Brazil must comply — but auditing systems for LGPD violations is expensive, time-consuming, and usually requires hiring specialized consultants. What if you could run automated compliance audits locally, with no data leaving your servers, using open source AI? That's what LGPD Sentinel AI does. What is LGPD Sentinel AI? LGPD Sentinel AI is an open source tool that automatically analyzes your codebase and infrastructure for LGPD compliance issues using a local LLM (llama3.1:8b via Ollama). Everything runs on your machine — no cloud API calls, no data exposure. Stack: FastAPI (REST API backend) LangChain (LLM orchestration) Ollama + llama3.1:8b (local AI inference) Streamlit (web dashboard) SQLite (audit history) ReportLab (PDF report generation) Key Features Automated code scanning — analyzes Python, JS, and config files for LGPD violations AI-powered analysis — use
Continue reading on Dev.to Python
Opens in a new tab




