Risk 0/5 · Safe
.nvchecker.toml
Result #3212
Comment
The change only adds an nvchecker configuration stanza for android-sdk-platform-tools, pointing nvchecker at the Android SDK package repository for the platform-tools component. There is no executable code, no build/install logic, no network-at-build-time behavior, and no indication of privilege escalation or persistence mechanisms. The source is an official Android SDK source, and the config is minimal and unsurprising. Based on the provided diff alone, this is low risk.
@@ -0,0 +1,4 @@
+[android-sdk-platform-tools]
+source = "android_sdk"
+android_sdk = "platform-tools"
+repo = "package"