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_download function in scripts/setup.py.
  • [EXTERNAL_DOWNLOADS]: The scripts/setup.py script installs several Python dependencies from the official PyPI registry, including standard libraries like fastapi, torch, and funasr.
  • [COMMAND_EXECUTION]: The installation script scripts/setup.py uses subprocess.check_call to execute pip install for environment setup, which is standard behavior for local AI tool installation.
  • [COMMAND_EXECUTION]: The scripts/server.py script uses os.kill to implement an automatic shutdown feature after 10 minutes of inactivity, intended for resource management.
  • [DATA_EXPOSURE]: The local FastAPI server in scripts/server.py accepts 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
Risk Level
SAFE
Analyzed
Feb 28, 2026, 03:15 PM