// model resilience
Model Resilience Linter
Find the LLM integration code that will not survive a provider being pulled or going down. This is about the model disappearing, not the model declining a request.
What it flags
- Single-provider lock-in with no alternative.
- Calls with no failover branch.
- Missing timeouts.
- Retries with no limit or backoff.
- No degraded-mode default.
- Hardcoded endpoints with no alternate.
How to run
Point it at your repo. Read-only, no network.
Good to know
This is heuristic. It flags missing availability handling; it cannot confirm a failover works end to end. Pairs with the Model Inventory Auditor.
Questions
How is this different from the Guardrail Fallback Linter?
That one handles a model declining a request. This one handles a provider going away.
Does it change anything?
No. Read-only, no network. It flags gaps; it does not verify a failover end to end.
Survive the provider, not just the prompt.
Current price and purchase option are shown on Agensi. Instant download. Works with any agent that reads SKILL.md.
Get the Model Resilience Linter on Agensi