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

Security researcher · Developer · AI systems engineer

Based in Switzerland. I work as a security auditor and developer at Inaricom.

Three distinct practices, each standing on its own below.


🔒 Security

Security Researcher & Auditor

I find and prove vulnerabilities in smart contracts. Every finding ships with a reproducible proof of concept. If it isn't reproducible, it isn't a finding.

Focus

  • Smart contracts: Solidity / Vyper, Foundry fork PoCs, formal verification
  • ZK & applied cryptography: circuits, verifiers, proof systems

Proof of work

Competition profiles


💻 Development

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.


🤖 AI & Agentic 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.

Also

Pinned Loading

  1. agent-resilience agent-resilience Public

    Python

  2. async-api-client async-api-client Public

    Python

  3. multi-agent-orchestrator multi-agent-orchestrator Public

    Python

  4. stvault-audit stvault-audit Public

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

    Solidity

  5. talos talos Public

    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

  6. 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.