Zero-Day Compliance β AI-Powered Policy Enforcement Agent
Link to open source: https://github.com/ManavMalhotra/zero-day-compliance
Link to Live Project: https://8fsphngkeroeamzh3tp8gg.streamlit.app/
Zero-Day Compliance is a multi-agent AI system that automatically reads regulatory policy documents (PDFs), extracts enforceable rules, maps them to any transaction dataset's schema, executes compliance checks, and generates a detailed executive audit report all in under 5 minutes.
The Problem: Financial institutions spend thousands of hours manually reviewing transaction data against evolving AML/KYC policies. Missed violations can result in millions in fines and regulatory action.
The Solution: A 3-agent pipeline powered by Gemini 3 Flash that turns any compliance PDF into actionable SQL/Pandas queries, dynamically maps them to your real data schema (no hardcoding), and produces a Chief Compliance Officer-ready report with risk scores, financial exposure calculations, top offenders, and developer-replicable queries.
Key Features:
- π Agent 1 β Policy Interpreter: Extracts enforceable rules from PDF policy documents and generates generic SQL + Pandas queries
- πΊοΈ Agent 2 β Schema Mapper: Dynamically maps generic queries to any dataset's actual column names and values using AI-powered semantic matching
- π Agent 3 β Compliance Executor: Executes queries, calculates risk scores and financial exposure, and generates a Streamlit-rendered executive report
- β‘ Sub-5 minutes end-to-end pipeline (PDF upload β full audit report)
- π₯ Export reports as Markdown or PDF
- π‘οΈ Zero-config schema mapping β works on any CSV/database without manual column configuration
Tech Stack: Streamlit Β· Google Gemini 3 Flash Preview Β· Pandas Β· Pydantic Β· PyPDF2
This build was uploaded as a hackathon project



