desktop-pet
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes the
Pillowlibrary (PIL) for image generation. This is a standard, well-known, and trusted Python package for image processing. - [SAFE]: The skill's primary function is to execute a local Python script (
gen_spritesheet.py) to create image assets. No network operations or external downloads are performed during execution. - [SAFE]: File system operations are restricted to the user's home directory (
~/.qwen/pets/), which is the intended location for the platform's desktop pet feature. The script creates directories and saves images in a transparent manner. - [SAFE]: No instances of prompt injection, obfuscation, or privilege escalation were detected. The command-line interactions are used for environment checking and running the generation script.
Audit Metadata