Provides guidance for PyTorch-native agentic RL using torchforge, Meta's library separating infra from algorithms. Use when you want clean RL abstractions, easy algorithm experimentation, or scalable training with Monarch and TorchTitan.
60
70%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./06-post-training/torchforge/SKILL.mdLow
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The required workflow in SKILL.md points to loading a training dataset “openai/gsm8k” (a public dataset) and streaming it at runtime, so outsider-authored natural-language samples can enter the agent’s LLM context through the training/generation loop.
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 troubleshooting guide includes an explicit runtime install command "git clone https://github.com/meta-pytorch/monarch" followed by "cd monarch && pip install -e .", which fetches remote code and executes it, and Monarch is listed as a required dependency—so this is a runtime external dependency that can execute remote code (https://github.com/meta-pytorch/monarch).
773a529
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.