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.run across 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.py that 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-textgen for prompt expansion and linkfox-aigc-imagegen for image synthesis. These interactions follow defined script-level interfaces.
  • [COMMAND_EXECUTION]: In scripts/collection_pipeline/single_task.py, the skill uses importlib.import_module to 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
Risk Level
SAFE
Analyzed
Aug 8, 2026, 10:54 AM
Security Audit — agent-trust-hub — linkfox-aigc-imagegen-product