fine-tune
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill provides a dataset preparation script and training workflows that ingest untrusted external data in CSV, JSON, and JSONL formats.
- Ingestion points: The
load_inputfunction inscripts/prepare_dataset.pyand the training examples inreferences/fine-tune-guide.mdingest external files. - Boundary markers: No explicit boundary markers or "ignore embedded instructions" warnings are implemented when the agent processes these datasets.
- Capability inventory: The skill utilizes file system access (Read/Write) and shell command execution (Bash), providing a surface that could be targeted by malicious instructions embedded in training data.
- Sanitization: No sanitization or validation of dataset content is performed prior to processing or formatting.
- [EXTERNAL_DOWNLOADS]: The skill references and interacts with well-known machine learning services and repositories.
- Fetches model weights and configurations from Hugging Face's official model hub (e.g., 'mistralai/Mistral-7B-v0.1').
- References standard, reputable machine learning libraries including
transformers,peft, andunsloth. - [COMMAND_EXECUTION]: The skill facilitates the execution of dataset preparation and training tasks using Python.
- Utilizes
uv runto execute the localscripts/prepare_dataset.pyand runs inline Python training loops viapython3 -cfor model optimization tasks.
Audit Metadata