This skill is vulnerable to prompt
Claims to do
📸 QQ空间相册管理器: > QQ空间相册的自动化管理工具,支持扫码登录、相册浏览、照片上传/下载、相册创建等功能。
Actually does
This skill executes a Python script (`qzone_photos.py`) to manage QQ Zone photo albums. It uses `python3` to perform actions like logging in via QR code, listing/browsing albums, uploading/downloading photos, and creating albums. It requires and uses a `cookies.json` file for authentication, which contains QQ Zone session tokens (`p_skey`, `skey`, `uin`). It interacts with QQ Zone's non-official APIs.
openclaw skills install wscats/qq-zone-photoDeBERTa classifier detected prompt injection (confidence: 0.75)
The skill executes a Python script with parameters like '--url', '--output', and '--photo'. If the underlying 'qzone_photos.py' script does not properly sanitize these inputs, a malicious AI agent could exploit them for Server-Side Request Forgery (SSRF) via '--url', arbitrary file writes via '--output', or arbitrary file reads via '--photo'.
python3 scripts/qzone_photos.py --action download --url "URL" --cookies cookies.json --output "PATH" python3 scripts/qzone_photos.py --action upload --photo "/path/to/image.jpg" --album-id "ALBUM_ID" --cookies cookies.json
The skill explicitly handles QQ Zone authentication cookies, which grant full account access. While the skill states credentials are stored locally and not uploaded, the presence and management of such sensitive data (e.g., via the 'login' action) makes it a potential target for misuse by a malicious AI agent or other system vulnerabilities.
metadata: {"openclaw":{"emoji":"📸","requires":{"auth":["qq-cookies"]}}}
Cookie 文件包含 QQ空间完整访问权限,请勿泄露或分享[](https://mondoo.com/ai-agent-security/skills/clawhub/wscats/qq-zone-photo)<a href="https://mondoo.com/ai-agent-security/skills/clawhub/wscats/qq-zone-photo"><img src="https://mondoo.com/ai-agent-security/api/badge/clawhub/wscats/qq-zone-photo.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/clawhub/wscats/qq-zone-photo.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.