415-frameworks-quarkus-mongodb
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill includes explicit instructions to prevent NoSQL injection by mandating the use of parameterized queries and the Document filter API instead of string concatenation.
- [SAFE]: It enforces safety workflows by requiring project compilation (
./mvnw compile) and verification (./mvnw clean verify) before and after applying changes, ensuring the integrity of the codebase. - [SAFE]: The documentation promotes data exposure prevention by recommending the use of DTOs (Data Transfer Objects) to avoid leaking internal database entity structures through API boundaries.
- [SAFE]: The skill uses standard Maven build commands and official Quarkus dependencies without any suspicious external downloads or remote code execution patterns.
Audit Metadata