forecasting-reverso

Warn

Audited by Gen Agent Trust Hub on May 3, 2026

Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [REMOTE_CODE_EXECUTION]: The load_checkpoint.py script utilize the pickle module to deserialize model weight files. The pickle format is inherently insecure as it allows for arbitrary code execution during the unpickling process. Although a custom TorchUnpickler is implemented, its find_class method includes a fallback to the default implementation, which does not prevent the loading of dangerous modules. This risk is particularly relevant as the skill's instructions suggest user-uploaded files as a fallback for obtaining model weights.
  • [COMMAND_EXECUTION]: The setup instructions in SKILL.md involve executing shell commands to install the numba package and move scripts into the home directory. The use of the --break-system-packages flag with pip indicates a system-level installation that can bypass safety checks and potentially destabilize the container environment.
  • [EXTERNAL_DOWNLOADS]: The skill is designed to download model weight artifacts from HuggingFace (huggingface.co). While this is a well-known service, fetching and processing external binary files (especially those using the pickle format) introduces a significant dependency risk and a potential vector for supply chain attacks.
Audit Metadata
Risk Level
MEDIUM
Analyzed
May 3, 2026, 01:16 PM