Model Router
PassAudited by ClawScan on May 1, 2026.
Overview
The artifacts show a small, purpose-aligned model-selection script with no evidence of credential use, network access, persistence, or hidden behavior.
This skill appears safe and narrow: it selects a model from a JSON configuration and prints the result. Before installing, verify that you are comfortable running the included Python script and that your models JSON does not contain secrets, since selected model entries may be printed.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The skill may not run unless Python 3 is available, even though the metadata does not declare that requirement.
The documented command depends on python3, while the registry declares no required binaries. This is a minor dependency declaration gap, not evidence of unsafe behavior.
Call: python3 scripts/router.py --models examples/models.json --task "Summarize this email" --mode auto
Confirm Python 3 is available before use, or ask the publisher to declare python3 as a required binary.
