Best fit
Finds LLM integration call sites that break when a model blocks a response or falls back to another model. Built for the Fable 5 era, where a high-risk call can be blocked and silently fall back to Opus 4.8. Read-only,…
Find the LLM calls that break when a model blocks a response or falls back to another model.
With Claude Fable 5, a call in a high-risk domain can be blocked and fall back to Claude Opus 4.8. Code that parses the response blind will break, or worse, quietly run on a downgraded answer nobody decided to accept. Guardrail Fallback Linter finds the call sites where that can happen.
It scans your source for LLM calls that assume every response is a usable answer: a call with no error or refusal branch, a response parsed with no guard, a hardcoded model id with no fallback handling. You get each finding so you can handle the block and the fallback on purpose instead of discovering it in production.
It reads files only. It does not run your code, call any model, or touch the network.
This is a reliability check. It helps you handle a guardrail block and a model fallback gracefully so your app degrades on purpose. It is not, and must not be used as, a way to bypass, weaken, or evade any safety guardrail.
Finds LLM integration call sites that break when a model blocks a response or falls back to another model. Built for the Fable 5 era, where a high-risk call can be blocked and silently fall back to Opus 4.8. Read-only,…
Finds LLM integration call sites that break when a model blocks a response or falls back to another model. Built for the Fable 5 era, where a high-risk call can be blocked and silently fall back to Opus 4.8. Read-only,….
Do not treat a successful run as proof beyond the supplied files, declared scope, and evidence the skill actually checked.
No. It reads your source files only. It does not run your code, call any model, or touch the network.
Python and JavaScript or TypeScript, using an editable list of common client call patterns. Detection is heuristic: it flags likely-unhandled call sites for review.
No. It is a reliability check that helps you handle a block and a fallback gracefully. It is not a way to bypass, weaken, or evade any safety guardrail.
Current price and purchase option are shown on Agensi. Instant download. Works with any agent that reads SKILL.md.
Get Guardrail Fallback Linter on Agensi