Caveat verdict

clawmobile

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Accesses credentials AND makes external network calls

Android automation toolkit that communicates with a user-configured local API endpoint for RPA workflows; credential_access is limited to declared env vars for the local service.

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.

0
security
60
transparency
90
maintenance

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.

Capability combination high

Accesses credentials AND makes external network calls — potential credential theft

LLM02 · ASI03

Capability combination high

Accesses credentials AND writes files — may persist stolen credentials locally

LLM02 · LLM06 · ASI03

Permission integrity

Performs file operations but does not declare file-accessing binaries

file_read+write

Findings (4)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · token: "your-autox-token-here

Pattern match low

References webhook/callback URL

config/settings.yaml · prose · downgraded · webhook_url

Pattern match low

pip3 install — installs Python packages at runtime

scripts/setup.sh · prose · downgraded · pip3 install

Pattern match low

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
Check another skill Browse the registry Auditing your own skills or configs? Use the API