Inspiration

Compliance is tedious. We wanted to automate the "hot-seat" experience of an audit or incident.

What it does

Aurora acts as a copilot for GRC and Security teams. You pick a stakeholder (e.g., CISO) and a scenario (e.g., EU AI Act Audit). It retrieves relevant docs from a compliance corpus and generates a structured Evidence Pack with mapped controls, citations, gaps, and remediation plans.

How we built it

We used Elasticsearch for vector retrieval of the corpus. We used Elastic Agent Builder to power the sophisticated reasoning. The backend is FastAPI (Aurora Kernel) running on AWS App Runner. The frontend is Aurora Studio hosted on S3/CloudFront.

Challenges

Tuning the retrieval to get the right compliance context. Ensuring the agent degrades gracefully to deterministic mode if the API is busy.

Accomplishments

A fully working end-to-end demo that generates audit-ready artifacts in seconds.

What we learned

Meaningful RAG requires high-quality, structured data ingestion.

What's next

Integrating live cloud API hooks to gather real-time technical evidence (logs, configs) alongside policy documents.

Built With

Share this project:

Updates