AI System Resilience & Evidence Suite
Map every model dependency, check fallback and continuity code, build a reviewable risk register, then test real retrieval and automation traces for evidence that the system behaved as intended. Model Inventory Auditor identifies provider and model concentration. Guardrail Fallback Linter and Model Resilience Linter flag refusal, timeout, retry, and failover gaps. Model Risk Register Generator turns the inventory into a continuity record. Retrieval Trace Auditor checks citations, support, stale evidence, and routing. Automation Acceptance Replay Harness checks required steps, order, retries, approvals, idempotency, side effects, and terminal success. Built for AI product teams, platform engineers, and reviewers. Local, evidence-led workflows. One-time purchase. No subscription.
Works with every agent that reads SKILL.md — Claude Code, Cursor, Codex CLI, Gemini CLI, GitHub Copilot, Windsurf, OpenClaw, and more.
One payment, lifetime access. 6 skills unlock instantly in your library.
30-day refund guarantee
Instant unlock in your library
Free updates from the creator
What's included
6 skills
Inventory every LLM model and provider your code depends on, the AI bill of materials, and flag the dependency risk. It lists each provider, model, and where it's used, then flags hardcoded model ids, single-provider dependency with no alternative, the same model referenced by different ids, model ids with no config or env indirection, and providers pinned in your manifests. Recognizes OpenAI, Anthropic, Google Gemini, and more from an editable list.

Find the LLM integration code that breaks when a model blocks a response or falls back to a different model. Flags calls with no try/except or refusal branch, responses used or parsed with no guard for a blocked or empty answer, and hardcoded model ids with no fallback handling. Built for the Fable 5 era, where a high-risk call is blocked and silently falls back to Opus 4.8.

Generate the model and vendor risk register a security lead asks for the morning after a model gets switched off. It scans your codebase for every model and provider, merges in the owner and data-residency notes you supply, and renders a register with provider, model, where it's used, fallback status, and an availability-risk rating per dependency. Markdown by default, CSV with a flag. Continuity-focused, not a compliance assessment.

Find the LLM integration code that will not survive a provider being pulled or going down. 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, and hardcoded endpoints with no alternate. This is about the model going away, not the model declining.

Replay automation traces against explicit rules for required steps, order, retries, approvals, idempotency, external side effects, duration, and terminal success.

Audit real RAG evidence traces for missing expected sources, impossible citations, unsupported claims, stale evidence, unused context, and weak routing.
See it in action
You say
Evaluate my repository and give me an AI model bill of materials.
Your agent does
AI Model Inventory
- OpenAI: gpt-4o, gpt-3.5-turbo (Hardcoded in
LLMService.ts) - Anthropic: claude-3-5-sonnet-20240620 (Env:
CLAUDE_MODEL_ID)
Risk Findings
- [MIA001] Hardcoded 'gpt-4o' literal found in
services/openai.py - [MIA005] OpenAI pinned in
package.jsonwith no fallback.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.