funasr-transcribe
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads AI models from the official ModelScope hub (a well-known model repository by Alibaba) using the
modelscope.hub.snapshot_downloadfunction inscripts/setup.py. - [EXTERNAL_DOWNLOADS]: The
scripts/setup.pyscript installs several Python dependencies from the official PyPI registry, including standard libraries likefastapi,torch, andfunasr. - [COMMAND_EXECUTION]: The installation script
scripts/setup.pyusessubprocess.check_callto executepip installfor environment setup, which is standard behavior for local AI tool installation. - [COMMAND_EXECUTION]: The
scripts/server.pyscript usesos.killto implement an automatic shutdown feature after 10 minutes of inactivity, intended for resource management. - [DATA_EXPOSURE]: The local FastAPI server in
scripts/server.pyaccepts absolute file paths for reading media and writing transcriptions. This capability is restricted to the local loopback interface (127.0.0.1), preventing remote access.
Audit Metadata