tao-finetune-clip
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [DYNAMIC_EXECUTION]: The skill provides instructions to set the environment variable TORCH_FORCE_NO_WEIGHTS_ONLY_LOAD=1 to enable loading of Lightning checkpoints in PyTorch 2.6. This disables weights-only loading, permitting the use of pickle.load for complex metadata which can allow for arbitrary code execution if a malicious checkpoint is provided. The skill documentation includes warnings to use this setting only with trusted checkpoints produced by the TAO workflow.
- [INDIRECT_PROMPT_INJECTION]: The skill ingests external text data through image captions and inference prompts which are interpolated into model operations.
-
- Ingestion points: Image caption directories (dataset.train.datasets) and inference text files (inference.text_file).
-
- Boundary markers: No specific delimiters or boundary markers are documented in the spec templates to separate untrusted data from model instructions.
-
- Capability inventory: The skill has access to the Bash tool and executes clip CLI actions within Docker containers for training, evaluation, and inference.
-
- Sanitization: Optional text canonicalization (model.canonicalize_text) is available for input normalization.
Audit Metadata