fdic-failure-forensics-1c2b9a — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited fdic-failure-forensics-1c2b9a (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.
<!-- ⚠️ GENERATED FILE — DO NOT EDIT MANUALLY Source: extensions/workflows/fdic-failure-forensics/ Generator: scripts/extensions/build-adapters.mjs Edit the canonical extension definition and re-run: npm run extensions:build -->
name: fdic-failure-forensics description: > Retrospective failure-forensics workflow for a single FDIC-insured institution. Reconstructs the pre-failure financial timeline from public FDIC data, identifies the earliest visible warning signals, and explains likely drivers of deterioration.
<!-- Shared Context (from extensions/shared/context/) --> <!-- - ../../shared/context/fdic-date-basis.md --> <!-- - ../../shared/context/fdic-units.md --> <!-- - ../../shared/context/fdic-cert-identity.md --> <!-- - ../../shared/context/repo-tool-contracts.md -->
<!-- Policies (from extensions/shared/policies/) --> <!-- - ../../shared/policies/temporal-accuracy.md --> <!-- - ../../shared/policies/graceful-degradation.md --> <!-- - ../../shared/policies/source-attribution.md -->
<!-- Composition: this workflow references the following canonical definitions --> <!-- Personas: fdic-skill-builder --> <!-- Tools: fdic-core-mcp, fdic-analysis-mcp -->
Follow every phase in order. Do not skip phases. Do not produce any report output before completing Phase 3.
This workflow uses:
fdic-skill-builder — enforces FDIC data rules, dependency-tier modeling, and three-outcome-state disciplinefdic-core-mcp + fdic-analysis-mcp — full FDIC data retrieval and analysis surfaceDo not activate for active institution deep dives or multi-institution screening.
Path A — CERT provided: fdic_search_institutions with filters: "CERT:<cert>". Path B — Name provided: Search with filters: "NAME:\"<name>\"", limit 10, include inactive. If multiple candidates, present disambiguation list and wait. Zero results: Stop and ask the user to refine or provide a CERT.
Call fdic_get_institution_failure with confirmed cert. If no failure record: hard-stop. Suggest using a deep-dive workflow instead. Extract: FAILDATE, RESTYPE, COST, QBFASSET, QBFDEP, BIDNAME, CHCLASS.
last_repdte: last quarter-end on or before FAILDATElookback_start: quarter-end N quarters before last_repdte (default N=8)Hard Boundary: Do NOT proceed without confirmed CERT with failure record and validated dates.
fdic_search_financials — cert, fields: CERT,REPDTE,ASSET,DEP,NETINC,ROA,ROE,NETNIM,EQ,LNLSNET, sort_by: REPDTE DESC, limit: lookback+2. Zero records = hard-stop.
fdic_detect_risk_signals — certs: [cert], repdte: last_repdte, quarters: lookback, min_severity: warning. Zero signals = analytically significant finding.
fdic_analyze_bank_health — cert, repdte, quarters. Failure → note and continue.
fdic_search_history — cert, limit 20, sort PROCDATE DESC. Failure → note and continue.
fdic_analyze_funding_profilefdic_analyze_credit_concentrationfdic_regional_context — cert, repdte. Failure → omit section.
Fixed 8-section order. Core sections (1-5, 8) always present. Sections 6-7 only if data collected.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.