512-frameworks-micronaut-data
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute standard build commands (
./mvnw compileand./mvnw clean verify). These are legitimate development actions designed to verify the correctness of the project before and after changes. - [PROMPT_INJECTION]: No malicious instruction overrides or safety filter bypasses were detected. The use of instructional terms like 'MANDATORY' and 'SAFETY' is contextually appropriate for defining development guardrails.
- [DATA_EXFILTRATION]: The skill lacks any patterns for unauthorized data access or exfiltration. It explicitly warns against SQL injection by prohibiting string concatenation with untrusted input in database queries.
- [EXTERNAL_DOWNLOADS]: The reference material mentions the use of Testcontainers and official Docker images (e.g.,
postgres:16-alpine). These are well-known, industry-standard tools for integration testing in the Java ecosystem. - [REMOTE_CODE_EXECUTION]: No remote script execution or piping of external content to a shell was found. The skill relies entirely on the local build environment (Maven).
Audit Metadata