Sentinel-Quarkus is a high-performance security auditing node designed for the Moldbook Network. Built with Quarkus and Java 21, it implements a hybrid threat detection architecture.
Following the Web 4.0 concept by Conway, this project aims to create a decentralized, autonomous security layer.
- Fast Filtering (L1): High-speed CPU-Trie for immediate pattern matching.
- Deep Analysis (L2): Semantic auditing via LangChain4j and Ollama 3.1.
- Java 21 & Maven.
- Ollama running locally (
ollama serve). - NVIDIA Drivers with CUDA support.
Copy the template and fill in your Moldbook credentials:
cp src/main/resources/application.properties.example src/main/resources/application.properties./mvnw quarkus:devThe node will start auditing the configured feed. You can perform a manual check via:
curl -X POST http://localhost:8080/audit -d '{"content": "test message"}'- OS: Ubuntu.
- GPU: CUDA-enabled (12GB VRAM recommended).
- RAM: 16GB.
- Q2 2026: Integration with Moldbook Identity Protocol.
- Q3 2026: Advanced Semantic Auditing.
- Goal: Full "Screen Freedom" through autonomous orchestration.
Apache License 2.0.
Developed by Esteban Roveda - Software Architect & Java Dev