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 Jun 10, 2026 and we found 35 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
| 221 | - 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`; use the phone-side configured port if it is not `8080` |
External URL reference
| 20 | - the desktop connects directly to the phone URL, usually `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 --swipe up --swipe-refid 7 --url http://<device-ip>:8080` |
External URL reference
| 85 | - `agent-android --swipe up --swipe-xpath "//RecyclerView[1]" --url http://<device-ip>:8080` |
External URL reference
| 86 | - `agent-android --back --url http://<device-ip>:8080` |
External URL reference
| 87 | - `agent-android --press home --url http://<device-ip>:8080` |
External URL reference
| 88 | - `agent-android --screenshot --url http://<device-ip>:8080` |
External URL reference
| 89 | - `agent-android --application-bundle app.zip --main-template-file __main__.json --url http://<device-ip>:8080` |
External URL reference
| 90 | - `agent-android --template template.json --async --url http://<device-ip>:8080` |
External URL reference
| 91 | - `agent-android --application-bundle app.zip --main-template-file __main__.json --async --url http://<device-ip>:8080` |
External URL reference
| 92 | - `agent-android --upload foo.json --remote-path Templates/foo.json --url http://<device-ip>:8080` |
External URL reference
| 96 | - `agent-android --wait-for Search --timeout 30 --url http://<device-ip>:8080` |
External URL reference
| 97 | - `agent-android --list --raw --url http://<device-ip>:8080` |
External URL reference
| 98 | - `agent-android --tasks --url http://<device-ip>:8080` |
External URL reference
| 99 | - `agent-android --task TASK_ID --url http://<device-ip>:8080` |
External URL reference
| 100 | - `agent-android --task-logs TASK_ID --url http://<device-ip>:8080` |
External URL reference
| 101 | - `agent-android --stop-task TASK_ID --url http://<device-ip>:8080` |
External URL reference
| 181 | 1. Start the REPL with `agent-android --repl --url http://<device-ip>:8080`. |
External URL reference
| 214 | - Run `agent-android --application-bundle app.zip --main-template-file __main__.json --url http://<device-ip>:8080`. |
External URL reference
| 221 | - Re-open the app or restart the phone-side service, then retry `curl http://<device-ip>:8080/health`. |