workers-app-tester
Installation
SKILL.md
Workers App Tester
Pentest Android apps through a rooted device. Drives the device UI, intercepts network traffic, and uses Frida for runtime analysis.
For detailed guides, load these on demand:
- references/testing-methodology.md — IDOR, auth, exposure, local storage, deeplinks, exported components, logging
- references/frida.md — SSL bypass, root bypass, codeshare scripts, hooking patterns, custom certs
- agents/reverse-agent.md — APK decompilation sub-agent, reads codebase for endpoints, secrets, components
Session Setup
1. Pick the target
adb shell pm list packages -3
adb shell dumpsys activity activities | grep -m 1 -E 'topResumedActivity=|ResumedActivity:|mFocusedApp='