linkfox-aigc-imagegen-product
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
subprocess.runacross several scripts (e.g.,runner.py,single_task.py) to manage its internal workflow. This includes orchestrating planning, individual image generation tasks, and summary generation. These commands are executed using the local Python interpreter. - [EXTERNAL_DOWNLOADS]: To process and refine product images, the skill includes a utility in
scripts/save_image_plan.pythat fetches media from URLs provided in the user's input (imageUrls). This functionality is implemented using standard libraries (urllib.request.urlopen). - [REMOTE_CODE_EXECUTION]: The skill coordinates complex tasks by calling scripts from associated vendor skills, such as
linkfox-aigc-textgenfor prompt expansion andlinkfox-aigc-imagegenfor image synthesis. These interactions follow defined script-level interfaces. - [COMMAND_EXECUTION]: In
scripts/collection_pipeline/single_task.py, the skill usesimportlib.import_moduleto dynamically load internal helper scripts for parameter building. This design allows the skill to adapt to various image generation types (like white background or scene) at runtime.
Audit Metadata