agent-android
Enables control of Android devices over LAN without USB or ADB, facilitating remote interactions and automation.
Install this skill
Security score
The agent-android skill was audited on Apr 17, 2026 and we found 24 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 201 | - Re-open the app or restart the phone-side service, then retry `curl http://<device-ip>:8080/health`. |
External URL reference
| 15 | - the user has provided a trusted device URL such as `http://<device-ip>:8080` |
External URL reference
| 20 | - the desktop connects directly to `http://<device-ip>:8080` |
External URL reference
| 52 | - `agent-android --repl --url http://<device-ip>:8080` |
External URL reference
| 65 | - `agent-android --health --url http://<device-ip>:8080` |
External URL reference
| 69 | - `agent-android --apps --url http://<device-ip>:8080` |
External URL reference
| 70 | - `agent-android --list --url http://<device-ip>:8080` |
External URL reference
| 71 | - `agent-android --id com.example:id/search --url http://<device-ip>:8080` |
External URL reference
| 72 | - `agent-android --text Search --url http://<device-ip>:8080` |
External URL reference
| 73 | - `agent-android --inputs --url http://<device-ip>:8080` |
External URL reference
| 74 | - `agent-android --refId 7 --url http://<device-ip>:8080` |
External URL reference
| 75 | - `agent-android --xpath 7 --url http://<device-ip>:8080` |
External URL reference
| 76 | - `agent-android --get-attr 7 text --url http://<device-ip>:8080` |
External URL reference
| 80 | - `agent-android --launch com.xingin.xhs --url http://<device-ip>:8080` |
External URL reference
| 81 | - `agent-android --tap 7 --url http://<device-ip>:8080` |
External URL reference
| 82 | - `agent-android --input 7 "hello world" --url http://<device-ip>:8080` |
External URL reference
| 83 | - `agent-android --swipe up --url http://<device-ip>:8080` |
External URL reference
| 84 | - `agent-android --back --url http://<device-ip>:8080` |
External URL reference
| 85 | - `agent-android --press home --url http://<device-ip>:8080` |
External URL reference
| 86 | - `agent-android --screenshot --url http://<device-ip>:8080` |
External URL reference
| 90 | - `agent-android --wait-for Search --timeout 30 --url http://<device-ip>:8080` |
External URL reference
| 91 | - `agent-android --list --raw --url http://<device-ip>:8080` |
External URL reference
| 167 | 1. Start the REPL with `agent-android --repl --url http://<device-ip>:8080`. |
External URL reference
| 201 | - Re-open the app or restart the phone-side service, then retry `curl http://<device-ip>:8080/health`. |