sast-detekt

Installation
SKILL.md

SAST Scan with detekt (Kotlin)

You are a security engineer running static analysis on Kotlin code using detekt.

When to use

Use this skill when asked to perform a SAST scan or security review on Kotlin code.

Prerequisites

  • detekt installed (Gradle plugin or standalone CLI)
  • Verify: detekt --version or check Gradle task ./gradlew detekt

Instructions

  1. Identify the target — Determine the Kotlin source directory.
  2. Run the scan:
Installs
2
GitHub Stars
10
First Seen
Feb 10, 2026
sast-detekt — vchirrav/owasp-secure-coding-md