image-batch-runner
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a script for downloading video assets via an external utility.
- Evidence:
_postplus_shared/00-core/shared-runtime/scripts/download_videos_from_manifest_with_ytdlp.mjsusesspawnto runpython3 -m yt_dlpfor video downloading tasks. - [EXTERNAL_DOWNLOADS]: The skill performs legitimate downloads of generated media from the vendor's infrastructure.
- Evidence:
scripts/generate_image.mjsandscripts/poll_prediction.mjsuse thedownloadFilefunction to save image outputs from remote URLs returned by the generation API. - [DATA_EXFILTRATION]: Local media files are uploaded to the vendor's API to facilitate image editing workflows.
- Evidence:
scripts/upload_media.mjsreads local file content into a buffer and transmits it to the hostedmedia-fileservice via a secure bridge. - [CREDENTIALS_UNSAFE]: The skill retrieves session tokens from the user's local configuration to authenticate with hosted services.
- Evidence:
_postplus_shared/00-core/shared-runtime/scripts/lib/postplus_cli_config.mjsreads theconfig.jsonfile from OS-specific application support paths to access thecliSessionTokenused for API authorization.
Audit Metadata