kotlin-testing
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical guide for Kotlin testing patterns. All code snippets and commands are standard for Kotlin development environments.
- [COMMAND_EXECUTION]: Provides standard Gradle commands (e.g.,
./gradlew test,./gradlew koverHtmlReport) for running tests and generating coverage reports. These are legitimate development operations. - [EXTERNAL_DOWNLOADS]: References the official JetBrains Kover plugin and standard GitHub Actions from verified sources (actions/checkout, actions/setup-java). No unverified or high-risk remote downloads are present.
- [CREDENTIALS_UNSAFE]: References a secret placeholder (
${{ secrets.CODECOV_TOKEN }}) within a GitHub Actions example. This follows security best practices by using secrets management instead of hardcoding credentials. - [DATA_EXFILTRATION]: No network operations or data exfiltration patterns were detected. The Ktor
testApplicationexamples use local, in-memory testing features.
Audit Metadata