Model Router
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
NoteHigh Confidence
ASI04: Agentic Supply Chain VulnerabilitiesWhat this means
The skill may not run unless Python 3 is available, even though the metadata does not declare that requirement.
Why it was flagged
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.
Skill content
Call: python3 scripts/router.py --models examples/models.json --task "Summarize this email" --mode auto
Recommendation
Confirm Python 3 is available before use, or ask the publisher to declare python3 as a required binary.
