photo-book-builder
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides Python scripts (
organize_photos.py,create_full_bleed_layouts.py, etc.) that use the standardargparse,os, andshutillibraries to manage files and directories within a user-defined workspace. This is the primary intended function of the skill. - [SAFE]: No network operations were detected. The scripts do not use libraries like
requests,urllib, orsocket, and there are no hardcoded URLs pointing to external servers. - [SAFE]: No obfuscation techniques such as Base64 encoding, zero-width characters, or homoglyphs were found in the instructions or the source code.
- [SAFE]: The skill uses
Pillow(PIL), a well-known and trusted library, for high-quality image resizing (LANCZOS) and layout assembly. No suspicious or unversioned dependencies are required. - [SAFE]: The instructions in
SKILL.mdare purely functional and do not attempt to override the AI agent's safety guidelines or system prompts. - [SAFE]: Although the
SKILL.mdfile contains hardcoded absolute local file paths (e.g.,file:///C:/Users/johno/...) in its documentation links, these refer to the author's local environment and do not pose a security risk to the user, though they may impact the portability of the skill.
Audit Metadata