Caveat verdict

mobayilo-voice

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

A Mobayilo outbound phone call skill with a safe-first design — preview mode by default with explicit --execute flag required for real calls; behavior matches stated purpose as a call automation tool.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

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.

15
security
80
transparency
70
maintenance

Findings (7)

Pattern match high

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

docs/runbook.md · prose · downgraded · curl -fsSL https://mobycli.mobayilo.com/install.sh | sh

Pattern match high

Pipe to sh — executes piped content as shell commands

docs/runbook.md · prose · downgraded · | sh

Pattern match high

Pipe to python — executes piped content as Python code

examples/workflow.yaml · prose · downgraded · | python

Pattern match medium

HTTP request to bare IP address — common in malicious payloads

lib/adapter.py · prose · downgraded · http://127.0.0.1

Pattern match medium

subprocess execution — runs system commands from Python

lib/adapter.py · prose · downgraded · subprocess.run(

Pattern match low

Python urllib.request — network access

lib/adapter.py · prose · downgraded · urllib.request

Pattern match low

Python os.environ.get — reads environment variable

lib/adapter.py · prose · downgraded · os.environ.get(

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

Requires 1 environment variable. Requires 1 system binary.

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API