Caveat verdict
desktop-gui
Reads local files AND makes external network calls
Desktop GUI automation skill using standard Python libraries (pyautogui, xdotool) for mouse/keyboard simulation; the skill explicitly warns about danger and recommends safeguards, with no hidden exfiltration or remote code execution.
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.
Reads local files AND makes external network calls — the capabilities for data exfiltration co-occur (data-flow not verified)
LLM02 · LLM06 · ASI03
Reads files, encodes data, AND makes external network calls — the obfuscated-exfiltration pattern (data-flow not verified)
LLM02 · ASI03
Executes processes AND makes external network calls — may exfiltrate command output
LLM02 · LLM06 · ASI03
Installs packages AND executes processes — opaque dependency chain with execution
LLM03 · ASI04
Permission integrity
network_out
package_install
Findings (6)
References sudo — requests elevated privileges
SKILL.md · code · sudo
apt-get install — installs system packages
SKILL.md · code · apt-get install
subprocess execution — runs system commands from Python
SKILL.md · code · subprocess.run(
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://10.6.207.56
pip3 install — installs Python packages at runtime
SKILL.md · code · pip3 install
POSTs data to external URL
SKILL.md · code · .post(
"http://
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
Requires 4 system binaries.
package_installnetwork_outfile_readprocess_execdata_encoding Thanks — recorded.