gateway-routing — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited gateway-routing (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Configure intelligent request routing across AI providers. Handles failover, cost optimization, A/B testing, model aliases, and cross-region inference.
Failover: Primary provider/model, fallback(s), failure detection criteria (timeout, error codes).
Cost-optimized: Quality threshold (minimum model tier), budget constraints, acceptable substitutes.
A/B test: Models A and B with providers, traffic split percentage, test duration.
Model alias: Alias name, target model and provider.
## Routing Policy: [Name]
Strategy: [Failover / Cost-Optimized / A/B Test]
Status: Active
| Priority | Provider | Model | Status |
|----------|----------|-------|--------|
| Primary | AWS Bedrock | claude-sonnet | Healthy |
| Fallback | OpenAI | gpt-4o | Healthy |
| Last resort | Groq | llama-3-70b | Healthy |
Verification:
- Primary route: OK (85ms)
- Failover trigger: OK (<500ms switch)Failover: Route to primary. If it fails, try the next. Use when uptime matters most.
Cost-optimized: Route to cheapest model meeting quality requirements. Tiers: budget (Groq Llama) -> standard (Claude Sonnet) -> premium (Claude Opus).
A/B testing: Split traffic between models for comparison. Set duration and metrics (latency, quality, cost).
Round-robin / Weighted: Distribute traffic across providers. Optional session affinity.
Geo-routing: Route to nearest or lowest-latency region. Requires multi-region provider setup.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.