Caveat verdict
clawmobile
clawmobile-skill
Accesses credentials AND makes external network calls
ClawMobile is an Android RPA automation toolkit that communicates with a local AutoX.js server via a user-configured localhost API; the capabilities (network_out, network_in, file_write, credential_access) all serve the documented device-automation purpose.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Accesses credentials AND writes files — may persist stolen credentials locally
LLM02 · LLM06 · ASI03
Permission integrity
file_read+write
Findings (4)
Possible hardcoded credential
SKILL.md · code · token: "your-autox-token-here
References webhook/callback URL
config/settings.yaml · prose · downgraded · webhook_url
pip3 install — installs Python packages at runtime
scripts/setup.sh · prose · downgraded · pip3 install
Node http/https module — low-level network access
skill/api_server.py · prose · downgraded · require("http")
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class F). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 2 environment variables. (1 sensitive: CLAWMOBILE_API_TOKEN). Requires 3 system binaries. (1 elevated: curl).
network_outnetwork_infile_writecredential_access Thanks — recorded.