Android
Security checks across malware telemetry and agentic risk
Overview
This is a benign Android build/deploy reference, with only a note that its ADB examples can affect a connected device if run.
This skill appears safe as an instruction-only Android reference. Before using its ADB snippets, make sure the correct device or emulator is connected and review any log output before sharing it.
VirusTotal
66/66 vendors flagged this skill as clean.
Risk analysis
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If the example commands are run, they may change an attached emulator/device or expose application log output.
These are ADB command examples that can install or replace an APK on a connected Android device and read device logs. This is expected for Android deployment/debugging, but users should ensure the target device and APK are correct.
adb install -r -t app-debug.apk adb logcat -s "YourApp:*" "*:E"
Run ADB commands only against intended devices/emulators, verify the APK path, and avoid sharing log output that may contain sensitive app or device information.
