Fine-tune LLMs on Google Colab GPUs directly from openscience. Connects to Colab runtimes via WebSocket bridge for remote training with Unsloth. Supports SFT, GRPO, DPO, vision, and TTS workflows on free T4 to Pro A100 GPUs.
57
66%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Critical
Do not install without reviewing
Fix and improve this skill with Tessl
tessl review fix ./backend/cli/skills/ml-training/colab-finetuning/SKILL.mdSecurity
2 findings: 1 critical severity, 1 high severity. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.
Detected high-risk code patterns in the skill content — including its prompts, tool definitions, and resources — such as data exfiltration, backdoors, remote code execution, credential theft, system compromise, supply chain attacks, and obfuscation techniques.
The documentation explicitly builds a public WebSocket/Cloudflare tunnel that exposes a Jupyter runtime and allows remote arbitrary code execution by anyone possessing the URL/token, creating a high-risk remote-execution/backdoor abuse vector that can be used for data exfiltration or takeover if the URL is leaked or mishandled.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
The skill tells the agent to accept and pass a WebSocket connection_url (wss://...) verbatim (copied from Colab), which may contain embedded secrets/tokens and therefore requires the LLM to handle/output secret values directly.
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill requires supplying and using a runtime WebSocket URL (wss://random-name.trycloudflare.com/api/kernels/default/channels?token=...) via colab_connect which grants read/write access and thus allows remote execution of code on the Colab VM.
52845c3
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.