Sets up, develops, tests, and deploys Render Workflows. Covers first-time scaffolding (via CLI or manual), SDK installation (Python or TypeScript), task patterns (retries, subtasks, fan-out), local development, Dashboard deployment, and troubleshooting. Use when a user wants to set up Render Workflows for the first time, scaffold a workflow service, add or modify workflow tasks, test workflows locally, or deploy workflows to Render.
77
96%
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
Security
1 critical severity finding. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.
Detected a suspicious URL in the skill instructions that could lead the agent to download and execute malicious scripts or binaries. This includes links to executables from untrusted sources, typosquatting of official packages, URL shorteners that obscure the destination, and personal file hosting services.
The list contains a direct curl|sh installer script (raw.githubusercontent.com/.../install.sh) and a GitHub Releases page for a CLI executable—both are common distribution vectors for executables and are high-risk if the source is untrusted or if you pipe the script directly to a shell.
Low
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.
SKILL.md instructs fetching and inspecting example code from public GitHub URLs at runtime (outsider-authored web content), and any fetched readable text/code could be ingested into the agent’s LLM context.
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 instructs the agent/user to fetch example SDK files from raw GitHub URLs (e.g., https://raw.githubusercontent.com/render-oss/sdk/main/python/example/task/main.py) which can be fetched at runtime to influence generated code/prompts, and it includes a curl | sh installer (https://raw.githubusercontent.com/render-oss/cli/main/bin/install.sh) that executes remote code during setup.
11c74d6
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.