Nexus-Gov
Cristopher Euan, Manuel Alejandro Ortega Blanco, Luis Enrique Ramos Diaz, Noe Euan Herrera
Nexus Gov is an AI governance platform that audits prompts, source code, and AI-generated responses to identify security, compliance, and reliability risks. By providing risk scores, compliance metrics, deployment decisions, and audit evidence, Nexus Gov helps organizations improve transparency, accountability, and oversight in AI-enabled systems.
Read this twice. The three-module approach—Prompt Auditor for injection detection (OWASP LLM01), Code Auditor for vulnerabilities, Response Auditor for overconfidence—is clean and deployable. What struck me is the real incident case (NG-RESP-2026-F2EC52A0) showing this isn't theoretical. I'd push you on the baseline comparison though. You measure against a "baseline workflow without governance controls," but I want to see how you stack against existing prompt injection detectors or code scanners. That eval is doing a lot of work. The governance metrics (0-100 scores with compliance gates) feel practical for orgs. What's next week: document the detection precision/recall on your test set.
2 / 3 / 3
Clear and practical tool. It works as a basic governance layer, but the approach is not very new because it mostly uses simple rule-based checks.
Applying established security paradigms like SAST to LLM input and output is a practical approach to operational governance. The separation of the system into Prompt, Code, and Response Auditors successfully generates compliance-oriented reporting without requiring modifications to the underlying language model. While rule-based engines are reliable and cost-efficient, they lack semantic depth and are inherently brittle against adaptive adversaries. The necessary next step for future work is integrating semantic or embedding-based analysis to move beyond keyword and regex pattern matching.
Cite this work
@misc {
title={
(HckPrj) Nexus-Gov
},
author={
Cristopher Euan, Manuel Alejandro Ortega Blanco, Luis Enrique Ramos Diaz, Noe Euan Herrera
},
date={
},
organization={Apart Research},
note={Research submission to the research sprint hosted by Apart.},
howpublished={https://apartresearch.com}
}


