fine-tuning-expert
Fail
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: CRITICALEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Automated security scanners have flagged the skill's primary file (SKILL.md) as malware (FileRepMalware). Additionally, multiple URLs linked in the skill, including the author's GitHub Pages domain
jeffallan.github.io, are flagged as malicious and appear on security blacklists. These links are found in the frontmatter and documentation sections. - [COMMAND_EXECUTION]: The deployment instructions in
references/deployment-optimization.mdinclude a function that executes shell commands viasubprocess.runto perform GGUF model conversion. The script path for this conversion is derived from theLLAMA_CPP_PATHenvironment variable, which could be exploited if an attacker controls the environment. - [INDIRECT_PROMPT_INJECTION]: The skill is heavily focused on ingesting and processing external data for training and fine-tuning models, which is a significant vector for indirect prompt injection.
- Ingestion points: Processes dataset files in
.jsonl,.json, and.parquetformats using thedatasetslibrary acrossSKILL.mdandreferences/dataset-preparation.md. - Boundary markers: The instructions lack specific guidance or code for isolating training data to prevent the fine-tuned model from adopting malicious instructions embedded in the datasets.
- Capability inventory: The skill uses network-enabled clients (OpenAI, Hugging Face), writes to the local file system (checkpoints, adapters), and executes subprocesses.
- Sanitization: While the skill includes dataset validation for schema and quality (e.g., filtering for 'As an AI' boilerplate), it does not sanitize or filter for adversarial instructions that could poison the model.
Recommendations
- CRITICAL: 1 file(s) identified as malware by FileRep - DO NOT USE
- AI detected serious security threats
- Contains 2 malicious URL(s) - DO NOT USE
Audit Metadata