Pages audited: 25 Advertised URLs swept: 50
DIES, AND DOES NOT NEED TO
/catalog needs viewCount which is decorative -> serve cached data
/about needs latestBlogPost which is inherited -> serve without it
LIES ABOUT IT
/search returns 200 with an error body -> should be 503
/contact returns 200 with an empty body -> should be 503
DIES, LEGITIMATELY
/orders needs database -> unlist while degraded, keep the honest error
/login needs authentication API -> unlist while degraded, keep the honest error
NO ALERT PATH
no: a broken order page would only be visible to customers after they have logged in and tried to place an order, so the outage would not be reported through any channel that survives the outage.
Generated from this listing's real file at upload. The full output is in your download.
⛨Free, and yours to run in your own tools. No account needed.
⛨Human-reviewedEvery listing checked before it goes live
⛨Source-stampedCarries a visible line saying where it came from
⛨Real reviewsOnly verified buyers can rate it
A Claude Code skill that maps which pages die when a dependency dies, and which ones lie about it by returning HTTP 200 with an empty body so uptime monitors report success. Separates pages that fail for essential reasons from those taking an outage for a decorative view count or an inherited session call. Insists you simulate the outage rather than reason about it, and sweep every URL your sitemap advertises rather than a sample.