Silent Failure Detector

Detects when a heartbeat or log stream has gone SILENT unexpectedly — the failure mode where a process stops emitting without raising an error, so error-based monitoring misses it entirely. Use to verify a scheduled job, agent, logger, cron task, or data feed is still actually running, or to audit a list of timestamps for an unexpected stop. Triggers: "did this job stop", "silent failure", "stale heartbeat", "is my logger still running", "no errors but no output", "detect missing data". Deterministic, read-only, stdlib-only; ships with a reproducible eval (BENCHMARK.md) that proves its accuracy AND its limits.

alidoesAi ab67d16 11 files · 24.9 KB Updated

File contents

alidoesAi/alidoesai-skills/tree/main/silent-failure-detector commit ab67d168d6

Frequently asked questions

npx skillmds@latest add alidoesai/silent-failure-detector