Caveat verdict
mobayilo-voice
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.
Findings (7)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
docs/runbook.md · prose · downgraded · curl -fsSL https://mobycli.mobayilo.com/install.sh | sh
Pipe to sh — executes piped content as shell commands
docs/runbook.md · prose · downgraded · | sh
Pipe to python — executes piped content as Python code
examples/workflow.yaml · prose · downgraded · |
python
HTTP request to bare IP address — common in malicious payloads
lib/adapter.py · prose · downgraded · http://127.0.0.1
subprocess execution — runs system commands from Python
lib/adapter.py · prose · downgraded · subprocess.run(
Python urllib.request — network access
lib/adapter.py · prose · downgraded · urllib.request
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?
Thanks — recorded.