adb-android-control
Enables comprehensive control and automation of Android devices using ADB for management, app operations, and file transfers.
Install this skill
Security score
The adb-android-control skill was audited on Feb 27, 2026 and we found 14 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 549 | ```bash |
Access to hidden dotfiles in home directory
| 604 | cd ~/.claude/skills/adb-android-control/termux |
Access to hidden dotfiles in home directory
| 630 | **~/.adb_devices** - Device addresses: |
Access to hidden dotfiles in home directory
| 688 | - Logs all events to `~/.adb_monitor.log` |
Access to hidden dotfiles in home directory
| 724 | | ~/.adb_connect.log | Connection events, port changes | |
Access to hidden dotfiles in home directory
| 725 | | ~/.adb_monitor.log | Monitor events, signal changes | |
Access to hidden dotfiles in home directory
| 726 | | ~/.adb_state.json | Last known connection state | |
Access to hidden dotfiles in home directory
| 727 | | ~/.adb_devices | Device configuration | |
Access to hidden dotfiles in home directory
| 738 | cat ~/.adb_monitor.pid |
Access to hidden dotfiles in home directory
| 739 | kill $(cat ~/.adb_monitor.pid) |
Access to hidden dotfiles in home directory
| 744 | On Termux startup (`~/.termux/boot/adb-autoconnect`): |
Access to .env file
| 637 | **device.env** - Device specs and multi-network config: |
External URL reference
| 220 | adb shell am start -a android.intent.action.VIEW -d "https://google.com" |
External URL reference
| 223 | adb shell am start -a android.intent.action.VIEW -d "https://example.com" |