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

Highlights

  • Pro

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.

Content in all repositories owned by your account will be closed.
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

Gilles Musy: Security Researcher, AI Engineer, and Full-Stack Developer

Security Researcher · AI Engineer · Full-Stack Developer

Based in Switzerland.


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: fully source-verified contract on Celo Sepolia, with public issuer authorization, issuance, active verification, and revocation evidence
  • Application: Solidity, Foundry, Express, PostgreSQL, Next.js, wagmi, viem, and TypeScript
  • Security design: authorized issuers, replay and expiry protection, non-transferability, revocation by the contract owner or the still-authorized original issuer, and 11/11 Foundry tests including fuzzing

Public testnet reference implementation with a reproducible credential lifecycle; not independently audited for production use.


Security Research

Security research on web applications, smart contracts, and AI systems. Published findings include reproducible evidence and a documented 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)
  • HackerOne: @gilmu (Treasury Board of Canada Secretariat)
  • Cantina: @GilMu (Reserve Protocol and Revert Finance)
  • Code4rena: @GiMu84 (Chainlink Payment Abstraction V2 and K2)

Backend & Infrastructure Engineering

Python services and infrastructure work focused on asynchronous execution, fault handling, and observability.

  • production-agent-template. FastAPI agent service template: async lifespan, health and dashboard endpoints, circuit breaker registry, application-defined recovery hooks, Prometheus metrics, optional background loop, and 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.


AI Engineering & Agentic Systems

Applied AI architecture, multi-agent systems, local-model orchestration, and automated build and review pipelines.

  • AI Adoption Playbook. Interactive guide for choosing between AI assistance, workflow automation, decision support, and autonomous business agents. It covers realistic use cases, pilot design, evidence, controls, and Swiss and EU governance requirements. Open the guide.
  • talos. Distributed agentic platform: ~55 agents and 85+ services across a four-node fleet, four-part memory, real-time voice and chat assistant, and automated 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

I document claims with reproducible examples, measure changes when useful, and verify behavior by running the system.

Web Development

Pinned Loading

  1. security-reviews security-reviews Public

    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.

  2. celo-credentials-dapp celo-credentials-dapp Public

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

    JavaScript

  3. talos talos Public

    Public architecture and evidence case study for a private four-node agentic AI platform.

    Python

  4. production-agent-template production-agent-template Public

    A production-shaped FastAPI agent template: async-first, resilient, observable, and scaffoldable.

    Python

  5. stvault-audit stvault-audit Public

    Demonstration security review of an intentionally vulnerable Solidity vault: scoped report, executable Foundry PoCs, and verified remediations.

    Solidity

  6. agent-resilience agent-resilience Public

    Tested circuit breaker, Redis DLQ, and offline MQTT buffer for distributed agent systems.

    Python