kotlin-testing
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of documentation and code templates for Kotlin testing. No malicious intent, obfuscation, or unauthorized data access patterns were found. All code snippets follow industry best practices for unit and integration testing.
- [COMMAND_EXECUTION]: The skill provides standard Gradle commands for the development lifecycle, such as
./gradlew testand./gradlew koverHtmlReport. These are routine build operations. It also includes commands to open generated HTML reports using OS-specific tools (open, xdg-open, start), which are safe and expected for local developer usage. - [EXTERNAL_DOWNLOADS]: The skill references standard Kotlin dependencies and the JetBrains Kover plugin. These are sourced from well-known repositories and organizations, presenting no security risk in this context.
- [PROMPT_INJECTION]: The skill has a minimal surface for indirect prompt injection as it defines logic for processing external strings (e.g., email validation, date parsing). However, the provided examples specifically illustrate how to implement validation and error handling to safely process such data.
Audit Metadata