qr-code
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill's generation script dynamically installs the 'qrcode' and 'Pillow' libraries from PyPI if they are not already available. These are established, well-known packages used for QR code generation and image processing.
- [COMMAND_EXECUTION]: The skill uses a Python script to handle the generation logic. It uses the standard 'argparse' module to safely parse user-provided content and configuration, and 'subprocess.run' for managing internal dependency installation.
- [DATA_EXFILTRATION]: No unauthorized data access or external network calls (other than package installation from the official registry) were detected. The script only processes the provided 'content' to create a local image file.
Audit Metadata