Caveat verdict

macos-desktop-control

macos-desktop-control-zhang

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

macOS desktop automation using screencapture, AppleScript, and pyautogui for screenshot, process management, clipboard, and mouse/keyboard control — broad but legitimate desktop automation capability with no evidence of external exfiltration.

⚠ 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.

0
security
90
transparency
100
maintenance

Permission integrity

Performs file operations but does not declare file-accessing binaries

file_read+write

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (10)

Pattern match critical

Possible hardcoded credential

API_SETUP_GUIDE.md · code · API_KEY="your-api-key-here

Pattern match high

Accesses shell history/config

SKILL.md · code · ~/.zshrc

Pattern match high

subprocess execution — runs system commands from Python

CHANGELOG_v1.3.0.md · code · subprocess.run(

Pattern match high

subprocess with shell=True — command injection vector

CHANGELOG_v1.3.0.md · code · subprocess.run("具体命令", shell=True

Pattern match medium

pip3 install — installs Python packages at runtime

SKILL.md · code · pip3 install

Pattern match medium

Python os.getenv — reads environment variable

API_SETUP_GUIDE.md · code · os.getenv(

Pattern match medium

References agent memory files

BUG_FIX_REPORT.md · code · memory.md

Pattern match medium

os.system/popen — direct OS command execution

scripts/control_memory.py · prose · downgraded · os.system(

Pattern match medium

References sudo — requests elevated privileges

scripts/reset_permissions.sh · prose · downgraded · sudo

Pattern match low

Python urllib.request — network access

scripts/download_vosk_model.py · prose · downgraded · urllib.request

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class B/D/F). 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.

package_installfile_write

Is this flag fair?

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