Skip to content
View failuresmith's full-sized avatar
🦺
https://failuresmith.github.io/terminal/
🦺
https://failuresmith.github.io/terminal/

Organizations

@LinkTrue @BlockByBlock-Network

Block or report failuresmith

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
failuresmith/README.md

Failure Containment Engineering

Systems will fail.
Engineering decides how.


I build systems that remain predictable
when assumptions break.


Most outages do not come from missing features.
They come from hidden assumptions.


My work focuses on exposing those assumptions early
and enforcing structural guarantees so faults remain contained and recovery is clear.


Method

• make invariants explicit
• detect ambiguous state transitions
• enforce fail-fast guarantees
• define clear recovery boundaries


Selected Infrastructure Investigations

NEAR MPC — Threshold Cryptography Infrastructure

Peer identity depended on implicit TLS ↔ participant binding.

Without explicit enforcement, node attribution could become ambiguous across the protocol network.
near/mpc#2250

Ironclaw — AI Agent Orchestration

Plugin removal did not revoke associated credential authority.

Credential mappings could remain active after uninstall, leaving permissions inconsistent with runtime state.

nearai/ironclaw#358

Model Context Protocol — Filesystem MCP Server

Read-only mode relied on client hints rather than server enforcement.

Filesystem write tools remained callable despite read-only intent.

modelcontextprotocol/servers#3505


Field Notes

failure-patterns → real-world investigations
failure-lab → controlled experiments

Pinned Loading

  1. failure-lab failure-lab Public

    Deterministic experiments for exposing and containing failure modes in complex systems.

    Python

  2. failure-patterns failure-patterns Public

    Recurring failure patterns in complex systems.