junit-integration
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references industry-standard Maven plugins and testing libraries.
- Mentions
maven-surefire-plugin,maven-failsafe-plugin, andexec-maven-pluginfor build and test lifecycle management. - References the
RestAssuredlibrary for performing API-level integration tests. - [COMMAND_EXECUTION]: The skill provides templates for shell scripts and build command abstractions.
- Includes boilerplate for
start-integration-container.sh,stop-integration-container.sh, anddump-service-logs.shused to manage local Docker environments. - Uses an architecture API abstraction (
architecture resolve) for executing build commands instead of hardcoding shell invocations. - [PROMPT_INJECTION]: No instructions attempting to override agent behavior, bypass safety filters, or extract system prompts were detected.
- [DATA_EXFILTRATION]: No sensitive file access or unauthorized network operations are present. Network interactions are restricted to local testing interfaces (
localhost) on standard ports.
Audit Metadata