pyautogui-automation

Fail

Audited by Snyk on Feb 27, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The prompt includes examples that embed plaintext credentials directly in commands (e.g., python scripts/automation.py type_text --text "mypassword"), which encourages the LLM to output secret values verbatim and thus creates an exfiltration risk.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 0.70). scripts/utils.py calls pip at runtime to install required packages (pyautogui, pillow), which causes pip to fetch and execute code from the Python Package Index (e.g., https://pypi.org/), so the skill fetches and runs remote code during execution.
Audit Metadata
Risk Level
HIGH
Analyzed
Feb 27, 2026, 06:52 PM