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.py uses subprocess.run(["sysctl", "-n", "hw.memsize"]) and subprocess.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 timesfm library 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.py script generates interactive reports that reference the chart.js library 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__ in scripts/check_system.py are used strictly for identifying if required packages are installed.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 12, 2026, 08:29 AM