asr-sentence-recognition
Pass
Audited by Gen Agent Trust Hub on Mar 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Several utility scripts autonomously manage their dependencies by checking for and installing the
tencentcloud-sdk-pythonandrequestspackages via pip at runtime. These are well-known libraries associated with the vendor and common web operations. - [COMMAND_EXECUTION]: The
ensure_ffmpeg.pyscript is designed to facilitate autonomous environment preparation. It detects available system package managers (apt, dnf, yum, etc.) and uses them to install FFmpeg, utilizingsudowhen necessary as part of its documented setup function. - [EXTERNAL_DOWNLOADS]: On RHEL-based systems, the setup script may fetch and install the RPM Fusion repository configuration from
mirrors.rpmfusion.org. This is a well-known community repository used to provide FFmpeg for these platforms. - [SAFE]: The skill documentation and implementation emphasize security best practices, specifically warning against the disclosure of API secrets in shared environments and implementing a
self_check.pyroutine to verify credentials and API access without performing unrequested actions.
Audit Metadata