Skip to content
View Musyg's full-sized avatar
  • Switzerland

Block or report Musyg

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

English · Français

Security researcher · Developer · AI systems engineer

Based in Switzerland.

Three distinct practices, each standing on its own below.


Selected Full-Stack System

Celo Credentials

celo-credentials-dapp is a full-stack reference application for gasless, non-transferable education credentials on Celo. Institutions sign EIP-712 vouchers off-chain, a relayer pays the gas, and credentials remain publicly verifiable and revocable on-chain.

  • On-chain: verified Celo Sepolia contract with public sample transactions and credentials
  • Application: Solidity, Foundry, Express, PostgreSQL, Next.js, wagmi, viem, and TypeScript
  • Security design: authorized issuers, replay and expiry protection, non-transferability, revocation, fuzz testing, and 8/8 Foundry tests

Public testnet reference implementation; not audited for production use.


Security Research

Security Researcher

I investigate and demonstrate security failures across web applications, smart contracts, and AI systems. Every confirmed finding is supported by reproducible evidence and clearly defined impact.

Focus

  • Web and application security: web applications, APIs, access control, business logic, and integrations
  • Smart contracts: Solidity / Vyper, Foundry fork PoCs, formal verification
  • ZK & applied cryptography: circuits, verifiers, proof systems
  • AI and agent security: indirect prompt injection, tool misuse, agentic attack paths, and adversarial evaluation

Proof of work

Professional security profiles

  • Gray Swan Arena: GilMu — indirect prompt injection research and adversarial AI evaluation
  • Cantina: @GilMu
  • Code4rena: @GiMu84

Backend & Infrastructure Engineering

Backend & infrastructure engineer

Resilient, async-first Python services and the infrastructure primitives that keep them up.

  • production-agent-template. Production FastAPI service template: lifespan, health, circuit breaker, self-healing, metrics, scaffolding.
  • agent-resilience. Circuit breaker, Redis-backed DLQ, offline MQTT buffer.
  • async-api-client. Resilient async REST client: rate limiting, retries, pagination.
  • agent-self-healing. Dependency health monitor with online/degraded/error states and auto-recovery.
  • agent-metrics. Dependency-free counters, gauges, histograms with Prometheus text exposition.
  • infra-reference. Sanitised platform-engineering reference: multi-arch Ansible, hardened systemd, distroless builds, mesh and observability.

Engagement: backend APIs, integrations, observability, CI.


Agentic AI Systems

Applied AI & Agentic Systems Engineer

I design and build autonomous multi-agent systems with self-improving build and audit pipelines. Mostly local models, orchestrated across a small fleet of machines.

  • talos. Distributed agentic platform: ~55 agents and 85+ services across a four-node fleet, four-part memory, real-time voice and chat assistant, self-improving build pipelines.
  • multi-agent-orchestrator. Capability-based task routing template.

Stack: Python (async-first) · local LLM ops (llama.cpp / GGUF, model routing, VRAM-aware hot-swap) · multi-agent orchestration · graph-RAG memory · vector search · MQTT event bus · real-time voice · Prometheus / VictoriaMetrics · systemd · CI (ruff, pytest, pre-commit).


How I work

  • Evidence over claims. If it isn't reproducible, it isn't done.
  • Metrics-driven; every change is measured.
  • Execution-verified over single-shot.

Web Development

Pinned Loading

  1. talostalosPublic

    Distributed agentic platform: a fleet of local-LLM agents running real operations end to end, with four-part memory, real-time voice and chat, and eval-driven build pipelines.

    Mermaid

  2. celo-credentials-dappcelo-credentials-dappPublic

    Gasless soulbound education credentials on Celo - Solidity contract + viem relayer backend + Next.js frontend

    JavaScript

  3. production-agent-templateproduction-agent-templatePublic

    A production-ready FastAPI agent template: async-first, resilient, and observable, with a built-in scaffolder.

    Python

  4. security-reviewssecurity-reviewsPublic

    Catalogue of reproducible smart-contract security reviews, one repository per vulnerability class. Each review ships a vulnerable target, an exploit PoC, a fixed branch, and a report.

  5. stvault-auditstvault-auditPublic

    Demo security review of a deliberately vulnerable Solidity vault — real findings, passing Foundry PoCs, and a fixed branch proving remediation.

    Solidity

  6. agent-resilienceagent-resiliencePublic

    Circuit breaker, Redis DLQ, and offline MQTT buffer for agent fleets. Pulled out of something I run day to day.

    Python