tao-finetune-cosmos-reason
Pass
Audited by Gen Agent Trust Hub on Jun 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The conversion utility
scripts/prepare_cosmos3_vlm_checkpoint.pyusessubprocess.runto executegitanddockercommands for environment setup and model processing. - [COMMAND_EXECUTION]: Action metadata in
references/skill_info.yamldefines execution logic forinferenceandquantizeactions using Python'ssubprocessmodule to invoke specialized CLI tools. Thequantizeaction also performs runtime monkey-patching of thecompressed_tensorslibrary to provide a compatibility shim. - [EXTERNAL_DOWNLOADS]: The skill downloads the Cosmos framework from NVIDIA's official GitHub repository to perform necessary model conversions.
- [CREDENTIALS_UNSAFE]: The documentation references the requirement for an
HF_TOKENto access gated models; it correctly instructs users to provide this via environment variables rather than hardcoding it into the skill files.
Audit Metadata