broll-catalog-builder
Pass
Audited by Gen Agent Trust Hub on May 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local media utilities to process assets. The script
run_build_broll_catalog.mjsrunsffprobeto extract metadata such as duration and dimensions from video and image files. Additionally,download_videos_from_manifest_with_ytdlp.mjsspawns apython3process to execute theyt_dlpmodule for downloading media assets. - [EXTERNAL_DOWNLOADS]: The skill includes functionality to download video content from remote URLs specified in a manifest file using
yt_dlp. It also performs network requests to the vendor's cloud platform (e.g.,api.postplusai.com) to manage authentication, billing, and hosted media generation tasks. - [CREDENTIALS_UNSAFE]: The shared library
postplus_cli_config.mjsretrieves authentication tokens from the local filesystem. It accesses the vendor's dedicated configuration directories (such as~/.config/postplus/config.json,AppData/Roaming/postplus, orLibrary/Application Support/postplus) to manage CLI session state and API connectivity.
Audit Metadata