Start or patch Dynamo router modes and run router endpoint smoke checks. Use for round-robin, KV-aware, least-loaded, or device-aware routing setup; use recipe-runner for recipe deployment and troubleshoot for failure diagnosis.
78
100%
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
The canonical home for this skill is dynamo-router-starter in NVIDIA/skills
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 GitHub releases link (ai-dynamo/dynamo) is a third‑party release page that can host executable release assets from an untrusted/unknown maintainer and is therefore potentially risky; the other URLs are localhost or a bug-bounty/report page and are not download hosts.
Low
Low-risk findings.
1 low severity finding. 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.
At runtime, the skill’s required smoke-test script (`scripts/check_router_health.py`) fetches outsider-provided HTTP responses from `${base_url}/v1/models` and `${base_url}/v1/chat/completions` (including arbitrary text returned by the target service) via `urllib.request.urlopen`, then prints/returns the decoded body into the agent-visible output/context.
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.