Skip to content
View Mustaqeem66's full-sized avatar

Block or report Mustaqeem66

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Mustaqeem66/README.md

Muhammad Mustaqeem

Full-stack engineer · AI coding-agent internals
I work on the parts of developer tools that fail quietly — sandbox policy, tool harnesses, streaming edits, and agent orchestration.

4 merged PRs 24 public PRs 186k combined stars

TypeScript Rust Python PHP Laravel Vue Node.js Bun


Merged upstream

Code shipped into production open-source projects.

Project Stars Contribution
oh-my-pi 23.7k #7853 — roll back extension providers after a load failure, so a partially-registered extension cannot leave the registry inconsistent
oh-my-pi 23.7k #7536 — bound fuzzy-find to the top-K scored matches instead of retaining the full candidate set
oh-my-pi 23.7k #7515 — auto-detect Ungoogled Chromium on Linux in the browser tool
oh-my-pi 23.7k #7849 — enrich discovered model limits for Alibaba Token Plan in the catalog

Open work in review across openhuman (36k★), graphify (105k★), prime-agent (13k★) and forgecode (7k★).


What I actually work on

Agent safety and sandboxing. Most agent bugs are not crashes — they are guards that fail open. A permission check that returns 0 on an unreadable file reads as "clean." A Math.max(0, NaN) passes every threshold. I audit for the failure mode where a system reports success while doing nothing.

Tool harness correctness. Command interception that blocks grep when it is a legitimate pipeline stage. Shell sessions that never deterministically close. Fallback selectors resolved twice in parallel. These are the defects that make an agent feel unreliable without ever producing an error.

Retrieval and grounding. Claim extraction, evidence verification, and the reranking logic that decides whether a generated answer is actually supported by its sources.


Selected work

OrkaNode

An autonomous CLI development environment built on a dual-model split — a reasoning model that plans and a fast model that executes — with an organ-based internal architecture and a gated policy layer between the agent and the host machine.

Focus areas: workspace path confinement, single-use consent tokens for privileged operations, command allowlisting, and a response-path gate that verifies generated claims against retrieved evidence before they reach the user.

Currently private. Happy to walk through the architecture.

Contributions to agent tooling

Ongoing upstream work on oh-my-pi, openhuman, graphify and prime-agent — mostly correctness fixes in extension loading, memory and embedding resolution, parser edge cases, and concurrency.


Currently

  • Auditing agent security boundaries: sandbox escape paths, path traversal in workspace policy, and fail-open guards in permission checks
  • Building retrieval-grounding verification that catches unsupported claims before they are returned
  • Contributing fixes upstream to open-source coding agents

Open to collaboration on developer tooling and AI agent infrastructure.

Popular repositories Loading

  1. forgecode forgecode Public

    Forked from tailcallhq/forgecode

    Contributor — upstream PRs: multi-signal auto-continue for the orchestrator, multi_patch byte-offset corruption fixes, parse_json tool-call validation, WAL checkpoint on shutdown

    Rust

  2. oh-my-pi oh-my-pi Public

    Forked from can1357/oh-my-pi

    Contributor — 4 merged PRs upstream: extension provider rollback (#7853), bounded top-K fuzzy-find (#7536), Ungoogled Chromium detection (#7515), Alibaba catalog model limits (#7849)

    TypeScript

  3. openhuman openhuman Public

    Forked from tinyhumansai/openhuman

    Contributor — open PRs upstream: flow dedup settling from the executed graph, memory-tree embedding resolver diagnostics, chunks_pending counted from the embedding sidecar

    Rust

  4. openclaw openclaw Public

    Forked from openclaw/openclaw

    Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

    TypeScript

  5. graphify graphify Public

    Forked from Graphify-Labs/graphify

    Contributor — open PR upstream: per-edge confidence surfaced in affected output (#2431); Kotlin import-edge grammar node type mismatch

    Python

  6. lychee lychee Public

    Forked from lycheeverse/lychee

    ⚡ Fast, async, stream-based link checker written in Rust. Finds broken URLs and mail addresses inside Markdown, HTML, reStructuredText, websites and more!

    Rust