timesfm-forecasting
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: System diagnostic calls are used for environment verification.
- File:
scripts/check_system.pyusessubprocess.run(["sysctl", "-n", "hw.memsize"])andsubprocess.run(["vm_stat"])on macOS to check physical and available RAM. - [EXTERNAL_DOWNLOADS]: The skill retrieves necessary assets from trusted or well-known external sources.
- The
timesfmlibrary fetches model checkpoints from Google's official repositories on the Hugging Face Hub (e.g.,google/timesfm-2.5-200m-pytorch). - The
examples/global-temperature/generate_html.pyscript generates interactive reports that reference thechart.jslibrary via the jsDelivr CDN. - [SAFE]: The skill implements proactive safety checks and follows standard machine learning development practices.
- A mandatory preflight script (
scripts/check_system.py) verifies RAM, VRAM, and Disk space before heavy downloads or model initialization occurs. - Dynamic imports via
__import__inscripts/check_system.pyare used strictly for identifying if required packages are installed.
Audit Metadata