spring-testing
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill's instructions and code examples strictly follow official Spring Boot testing conventions and security best practices. There are no patterns suggesting prompt injection, data exfiltration, or malicious persistence.
- [EXTERNAL_DOWNLOADS]: The skill recommends using official Docker images for Testcontainers (e.g., PostgreSQL, Kafka, Redis, WireMock). These are well-known and trusted external resources used for standard integration testing scenarios.
- [COMMAND_EXECUTION]: Provides guidance on using standard build tool commands like
./gradlew bootTestRunfor running applications with Testcontainers locally, which is a routine and safe development task.
Audit Metadata