Skip to content
View igoforth's full-sized avatar

Block or report igoforth

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
igoforth/README.md

Ian Goforth

Security researcher building ML-driven tools for vulnerability research and reverse engineering.

Previously at Battelle doing RF/EW vulnerability research and 5G security. OSCP certified.

Recent work

  • aletheia - AI decompiler targeting MLIR. Lifts binary to structured control flow IR, deterministic passes lower to C. Blog post.
  • excido - Fuzzing harness generator that resolves C/C++ type dependencies across translation units via Clang AST. Blog post.
  • ws-rpc - Bidirectional RPC over WebSocket with Zod schemas and Cloudflare Durable Object hibernation support. Blog post.
  • polymarket-api - Polymarket API clients with fluent query builder, WebSocket streaming, and generated endpoints from OpenAPI specs. Blog post.
  • broll-search - B-roll footage search using scene detection, visual embeddings, and natural language captioning. Blog post.

Links

ian.goforth.systems · Resume · LinkedIn

Pinned Loading

  1. aletheia aletheia Public

    AI decompiler targeting MLIR

    Shell

  2. excido excido Public

    Fuzzing harness generator for C/C++ libraries. Resolves type dependencies across translation units via Clang AST and emits self-contained AFL++ harness files.

    Python

  3. ws-rpc ws-rpc Public

    Bidirectional RPC over WebSocket with Zod schema validation, TypeScript inference, and Cloudflare Durable Object support

    TypeScript 4

  4. polymarket-api polymarket-api Public

    Polymarket API clients with fluent MarketBuilder, WebSocket clients, rate limiting, and generated endpoints from OpenAPI specs

    TypeScript

  5. broll-search broll-search Public

    AI-powered B-roll footage search using scene detection, visual embeddings, audio transcription, and natural language captioning

    Python