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-python and requests packages via pip at runtime. These are well-known libraries associated with the vendor and common web operations.
  • [COMMAND_EXECUTION]: The ensure_ffmpeg.py script is designed to facilitate autonomous environment preparation. It detects available system package managers (apt, dnf, yum, etc.) and uses them to install FFmpeg, utilizing sudo when 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.py routine to verify credentials and API access without performing unrequested actions.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 19, 2026, 08:49 AM