Google have released a new tool called
Open Source Insights that scans for security vulnerabilities in software libraries. Tried out the tool on a Kotlin Native library. No vulnerabilities were found:
https://deps.dev/maven/io.gitlab.gui-vista%3Aguivista-gui-linuxx64/0.4.2 😁
Looks like the tool doesn't support Kotlin Native, and the tool doesn't scan C library dependencies. Kotlin support if it does exist seems to be restricted to
Kotlin JVM only.