Skip to content
View anasm266's full-sized avatar

Highlights

  • Pro

Block or report anasm266

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

Hi, I'm Anas

Software engineering · applied AI · developer tools · security systems

I build projects where correctness, reliability, and product behavior matter: static analysis tools, runtime tracing, durable backends, real-time sync, and AI workflows with structured outputs.

Currently focused on program analysis, supply-chain security, backend/platform systems, and applied AI engineering. Starting to explore robotics through simulation, perception, and control.

Profile views

GitHub followers Stars across repos


Selected projects

Project What makes it interesting Stack / links
typing-race Real-time multiplayer system with server-owned race state, reconnect handling, spectator mode, analytics, monitoring, and load tests. Cloudflare Workers, Durable Objects, D1, React, k6 · Live
any-map Program-analysis CLI that traces TypeScript any propagation as a graph, ranks blast radius, and supports PR diffs. TS Compiler API, graph algorithms, CLI, npm · npm
installsentry Runtime tracing for npm install: lifecycle scripts, file/network access, secret canary reads, dependency graph reports, and SARIF. TypeScript, Node, SARIF, CI · npm
sentinelflow Supply-chain risk control plane with policy evaluation, audit logs, durable jobs, GitHub checks, and signed webhook replay. Fastify, PostgreSQL, React, GitHub App · Demo · Docs
apibump Rust CLI + GitHub Action that detects Python public API changes and recommends the right SemVer bump before merge. Rust, Python, GitHub Actions · Action
appledger Windows app activity recorder for file/process/network attribution, registry persistence checks, session reports, and cleanup hints. C#, ETW, SQLite, PowerShell

Applied AI

  • Building toward public AI systems with grounded retrieval/tool use, strict schemas, deterministic guardrails, evals, and clear failure handling.
  • Private prototypes include document analysis, identity verification, review-grounded Q&A, and workflow agents.
  • Robotics is a target area; the next step is a public simulation/perception/control project with reproducible demos.

Open source


Stack

TypeScript Node.js React Fastify PostgreSQL Python Rust C Sharp Cloudflare Workers LLM systems Vitest Playwright GitHub Actions


Current focus

  • Developer tools, static analysis, and compiler-backed workflows
  • Backend/platform systems with durable jobs, persistence, and observability
  • Security tooling around npm, dependency risk, and runtime behavior
  • Applied AI products with structured outputs, tool use/RAG, and evals
  • Robotics simulation, perception, and control foundations

Typing Race npm any-map npm installsentry

Pinned Loading

  1. any-map any-map Public

    Static flow analysis for TypeScript any types. Finds the few sources responsible for most of your type erosion, ranks them by blast radius, and visualizes the infection graph.

    TypeScript 2

  2. typing-race typing-race Public

    Frictionless real-time 2-player typing race. Share a link, race within 10s. Built on Cloudflare Workers + Durable Objects.

    TypeScript 5

  3. installsentry installsentry Public

    Supply-chain visibility for npm: trace install-time lifecycle scripts, file/network access, and canary secret reads; map results onto package-lock with HTML reports and optional SARIF for CI.

    TypeScript 2

  4. sentinelflow sentinelflow Public

    SentinelFlow: GitHub dependency-risk scanning with policy evaluation, audit logs, and webhook delivery.

    TypeScript 2

  5. apibump apibump Public

    Rust CLI and GitHub Action for semantic public API breakage checks

    Rust

  6. appledger appledger Public

    Windows app activity recorder for file, process, network, and registry attribution.

    C#