322-frameworks-spring-boot-testing-integration-tests
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides comprehensive and secure guidelines for Spring Boot 4.0.x integration testing.
- [COMMAND_EXECUTION]: The instructions include calls to
mvn compileandmvn verify. These are standard development operations required to validate Java project health and are executed within the user's local build environment. - [DATA_EXFILTRATION]: No network exfiltration or credential harvesting patterns were detected. The skill specifically advises against pointing tests at production databases and recommends isolated containers.
- [PROMPT_INJECTION]: The instructions do not contain attempts to override agent behavior or safety guidelines. The use of 'MANDATORY' and 'SAFETY' headers refers to local build verification steps to prevent broken code states.
- [EXTERNAL_DOWNLOADS]: The skill mentions Testcontainers, which downloads Docker images. These are standard development dependencies from well-known registries (e.g., Docker Hub) used for infrastructure isolation.
- [CREDENTIALS_UNSAFE]: No hardcoded credentials were found. The skill correctly recommends using
@ServiceConnectionor.envfiles for dynamic, environment-specific configuration.
Audit Metadata