visual-hook
Pass
Audited by Gen Agent Trust Hub on May 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
_postplus_shared/00-core/shared-runtime/scripts/download_videos_from_manifest_with_ytdlp.mjsexecutes external system commands using thespawnmethod. Evidence: It invokespython3 -m yt_dlpto download media files for analysis. - [EXTERNAL_DOWNLOADS]: The skill contains logic for retrieving remote content from external servers. Evidence: The
download_videos_from_manifest_with_ytdlp.mjsscript fetches video data from URLs provided in manifest files. Additionally,_postplus_shared/00-core/shared-runtime/scripts/lib/network_runtime.mjsprovides utility functions for downloading files and making HTTP requests. - [CREDENTIALS_UNSAFE]: The skill accesses authentication tokens stored in the local file system to communicate with vendor services. Evidence:
_postplus_shared/00-core/shared-runtime/scripts/lib/postplus_cli_config.mjsreads thecliSessionTokenfrom the CLI configuration directory (e.g.,~/.config/postplus/config.json). This token is used to authenticate requests to the vendor's cloud API.
Audit Metadata