Skip to main content

adb-android-control

Enables comprehensive control and automation of Android devices using ADB for management, app operations, and file transfers.

Install this skill

or
50/100

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

medium line 549

Template literal with variable interpolation in command context

SourceSKILL.md
549```bash
low line 604

Access to hidden dotfiles in home directory

SourceSKILL.md
604cd ~/.claude/skills/adb-android-control/termux
medium line 630

Access to hidden dotfiles in home directory

SourceSKILL.md
630**~/.adb_devices** - Device addresses:
medium line 688

Access to hidden dotfiles in home directory

SourceSKILL.md
688- Logs all events to `~/.adb_monitor.log`
medium line 724

Access to hidden dotfiles in home directory

SourceSKILL.md
724| ~/.adb_connect.log | Connection events, port changes |
medium line 725

Access to hidden dotfiles in home directory

SourceSKILL.md
725| ~/.adb_monitor.log | Monitor events, signal changes |
medium line 726

Access to hidden dotfiles in home directory

SourceSKILL.md
726| ~/.adb_state.json | Last known connection state |
medium line 727

Access to hidden dotfiles in home directory

SourceSKILL.md
727| ~/.adb_devices | Device configuration |
low line 738

Access to hidden dotfiles in home directory

SourceSKILL.md
738cat ~/.adb_monitor.pid
low line 739

Access to hidden dotfiles in home directory

SourceSKILL.md
739kill $(cat ~/.adb_monitor.pid)
medium line 744

Access to hidden dotfiles in home directory

SourceSKILL.md
744On Termux startup (`~/.termux/boot/adb-autoconnect`):
medium line 637

Access to .env file

SourceSKILL.md
637**device.env** - Device specs and multi-network config:
low line 220

External URL reference

SourceSKILL.md
220adb shell am start -a android.intent.action.VIEW -d "https://google.com"
low line 223

External URL reference

SourceSKILL.md
223adb shell am start -a android.intent.action.VIEW -d "https://example.com"
Scanned on Feb 27, 2026
View Security Dashboard
Installation guide →