Caveat verdict
telegram-file-browser
Receives external input AND executes processes
Builds Telegram inline-button file browsers for navigating the user's local workspace directory; file access is scoped to ~/.openclaw/workspace and results are sent back to the user's own Telegram chat.
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.
Receives external input AND executes processes — the shape of a command & control channel
LLM05 · LLM06 · ASI10
Findings (3)
Uses exec() — may execute shell commands
SKILL.md · code · exec(
subprocess execution — runs system commands from Python
scripts/run_browser_action.py · prose · downgraded · subprocess.check_output(
Popular HTTP library — network access
scripts/send_plan.py · prose · downgraded · got
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
process_execnetwork_in Thanks — recorded.