kotlin-testing
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains educational content and code examples for Kotlin testing frameworks. All referenced libraries (Kotest, MockK, Kover, Ktor) are standard, well-known components in the Kotlin ecosystem.
- [SAFE]: Shell commands provided are standard Gradle build tasks (e.g.,
./gradlew test,./gradlew koverHtmlReport) and system commands to open local HTML reports, which are appropriate for the skill's documented purpose. - [SAFE]: The GitHub Actions examples use official and well-known actions (
actions/checkout,actions/setup-java,codecov/codecov-action) for continuous integration purposes. - [SAFE]: No prompt injection attempts, obfuscated code, or unauthorized network operations were found within the instructions or code samples.
Audit Metadata