junit-5-skill
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references standard Maven dependencies for
junit-jupiter(version 5.11.0) andmockito-junit-jupiter(version 5.14.0). These are well-known, versioned packages from official project maintainers. - [COMMAND_EXECUTION]: Includes instructions for running tests via standard build tools like Maven (
mvn test) and Gradle (./gradlew test). These are routine operations for Java development environments. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest user-provided code descriptions to generate tests. While it lacks explicit boundary markers for untrusted data, the capability is limited to template-based code generation, posing minimal risk.
- Ingestion points: User requests containing Java code or logic descriptions.
- Boundary markers: Absent.
- Capability inventory: Generates Java source code and suggests build tool execution commands.
- Sanitization: Not applicable to the provided static templates.
Audit Metadata