Skip to content
View w1ck3ds0d4's full-sized avatar
Focusing
Focusing

Block or report w1ck3ds0d4

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

What I work on

  • Security & compliance tooling - CI security baselines, tamper-evident audit logging, SBOM/CVE evidence pipelines, AI evaluation environments
  • Backend & platform engineering - .NET (Aspire, Orleans), Kubernetes, observability with OpenTelemetry, load-tested microservices
  • Desktop & mobile apps - Tauri (Rust + React/Svelte), Flutter, Electron, .NET/Blazor
  • Intelligence tooling - real-time data aggregation, MITM filter proxies, log correlation

Stack

Public projects

GrainWallet

Per-player wallet microservice on Microsoft Orleans, with each revision committed side by side and compared under an NBomber load dashboard. v2 hardens v1 with a FOR UPDATE SKIP LOCKED outbox, real LRU idempotency, HTTP 503 back-pressure, and pre-grain validation. Engineering journal, tests, and load harness per version.

.NET Orleans PostgreSQL NBomber Microservices

ThreatLens

Log aggregation and correlation engine built on .NET Aspire. Ingest API for single and batch events, a background correlator that runs regex rules against messages to tag matches and elevate severity, a paginated query plus 24h stats API, and a Blazor dashboard. One dotnet run orchestrates Postgres, Redis, pgAdmin, and every service, with OpenTelemetry traces, metrics, and logs throughout.

.NET Aspire C# Blazor PostgreSQL Redis

SecureCheck

Reusable multi-scanner security workflow for CI: secrets (gitleaks), SAST (Semgrep), dependency/container/license scanning (Trivy), per-language linters, complexity and duplication metrics - posted as one severity-coloured verdict per run, with an optional AI review step and Discord digest. Consumed as a single workflow_call across every repo here, and it scans itself.

GitHub Actions gitleaks Semgrep Trivy Node.js

Purrmadeath

2D top-down co-op roguelike for up to 4 players. 3 classes with 10-tier skill trees and 8 multi-phase bosses. The same embedded server runs offline solo and hosts invite-code sessions online, so there is one code path rather than a single-player mode and a multiplayer one. Signed auto-updater.

Electron PixiJS Node.js Roguelike

BlueFlame

Privacy-first browser shell built on a local MITM filter proxy. Strips trackers, analytics, and fingerprinting at the network layer. Embedded Tor via arti, private tabs, bookmark folders, downloads, resource metrics, and a themed right-click menu.

Tauri Rust React hudsucker arti

RimDoc+

Desktop app that diagnoses, repairs and supervises a modded RimWorld install. 11 static rules over the load order, plus Player.log parsed into per-mod stack-trace attribution. Repairs are plans rather than actions: one plan drives the shell, a readable PowerShell script and its own rollback, so the preview cannot lie about what will happen. Every write is backed up first.

Tauri Rust React TypeScript Vite


Statistics

stats languages streak trophies

Pinned Loading

  1. BlueFlame BlueFlame Public

    Privacy-first browser shell with an embedded MITM filter proxy (EasyPrivacy + EasyList) and optional Tor routing via arti. Tauri/Rust.

    Rust 1

  2. NanoFarm NanoFarm Public

    Idle pixel-art city-builder that converts Claude Code tool calls into in-game materials via a PostToolUse hook. Vite + React + PixiJS.

    TypeScript 1

  3. GlassVault GlassVault Public

    Intentionally vulnerable multi-tenant document API for AI cybersecurity evaluation. Do not use in production.

    TypeScript

  4. GrainWallet GrainWallet Public

    Per-player wallet microservice on .NET Aspire with Orleans, Kafka, and Postgres. Includes a multi-version comparison dashboard.

    C#

  5. SecureCheck SecureCheck Public

    Reusable GitHub Actions security pipeline: Gitleaks, Semgrep, Trivy, linters, complexity, and optional Claude review, with Discord reporting.

    JavaScript

  6. ThreatLens ThreatLens Public

    Log aggregation and correlation engine on .NET Aspire (Postgres, Redis, EF Core, Blazor) with OpenTelemetry observability.

    C#