windows-qa-engineer
Fail
Audited by Snyk on Jun 26, 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 requires the agent to include plaintext credential values in tool calls (e.g., set_edit_text with password) and to record those tool calls in the execution log/report, which forces secrets to appear verbatim in outputs.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's installer (scripts/skill_installer.py) processes install.yaml and will git-clone and pip-install the remote repo https://github.com/microsoft/UFO.git at runtime (process_repos runs "git clone" and installs requirements), which fetches and executes remote code required by the MCP server.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata