Auto Router
Analysis
This skill should be reviewed carefully because it automatically routes messages to paid external AI models and relies on a missing local script outside the packaged files.
Findings (4)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
cd /Users/thibaut/clawd exec node auto-router.js "$QUESTION"
The wrapper executes a Node router script from a fixed local directory, but auto-router.js is not included in the supplied two-file manifest and there is no install spec explaining its provenance.
Route automatiquement chaque message vers le modèle le plus adapté et économique ... Très complexe | Claude Opus 4.5 (API) | 💰💰💰 Premium
The skill says it automatically routes every message and may choose a premium paid API model, but the artifacts do not show a per-message approval step, budget limit, or safe default.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Claude Sonnet 4 (API) ... Claude Opus 4.5 (API)
Paid Claude API use likely requires an account credential, while the registry metadata declares no primary credential, required environment variable, or configuration path for that authority.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
local gratuit vs API payant ... Claude Sonnet 4 (API) ... Claude Opus 4.5 (API)
The skill clearly discloses that some messages can be routed to external API models, but it does not describe data handling, retention, or what content is eligible for external routing.
