Electrical Engineering @ UC Santa Cruz · Brentwood, CA

Martin Muskov

I co-founded Credda, the portable trust infrastructure. In my spare time I build various dev tools.

  • 1company · Credda
  • 7shipped dev tools
Work

Credda

Portable trust infrastructure.

Reputation shouldn't reset every time you join a new platform. Credda turns real, both-party-confirmed commitment history into a verified 0–100 reliability score that a person owns and carries with them across marketplaces, lenders, and clients.

  • Deterministic. The score is a pure function of an append-only event ledger, so no human or AI can move it. AI is advisory only.
  • Yours to carry. Users own and port their trust as signed W3C Verifiable Credentials (did:web).
  • Built for the real stack. A scoring engine, a platform API, and a web app, built with TypeScript, Express, Prisma/PostgreSQL, and Redis on AWS.
Verified on Credda @martin Live profile ↗

My real reliability score and breakdown live on the profile.

Projects

Independent developer tools

Separate, standalone projects with no shared platform and no lock-in. Each runs entirely on your machine: offline by default, no accounts, no telemetry, deterministic output. Mostly Rust, some TypeScript, Go, and Python.

blink

Rust · v0.6

A developer context engine. Indexes any codebase into a structured graph of files, symbols, and dependencies, then answers questions about it. Local, offline, no LLM.

npm i -g @martin-k-m/blink

beacon

TypeScript · v1.2

Open-source GitHub repository intelligence. Collects a repo's signals into a deterministic 0–100 Beacon Score across five weighted pillars, with AI health summaries and embeddable widgets.

npm i -g @martin-k-m/beacon-cli

flux

Rust · v0.3

A local-first automation platform. One .flux file describes how to build, test, package, and deploy, then runs it as a parallel dependency-graph pipeline with caching and encrypted secrets.

brew install martin-k-m/flux/flux

killer

Rust · v1.3

A security testing framework with its own .klr rule language. Static analysis, fuzz/mutation attacks, health scoring, and a CI gate. It tries to break your software before attackers do.

cargo install killer

orbit

Rust · Tauri · v1.4

A local-first, native developer IDE with editor, terminal, source control, tests, and project tooling in one fast desktop app. No server, no account, no telemetry.

desktop installers on GitHub

raster

Go · v0.24

A programming language for numeric and ML code. Tensors are the built-in type, differentiation is part of the language (grad, not a library call), and a static checker catches shape mistakes before a program runs.

go install github.com/martin-k-m/raster/cmd/raster@latest

csvpeek

Python · v0.1

A fast, zero-dependency CSV profiler for the terminal. Point it at a file and get column types, null counts, numeric stats, and top values. Pure stdlib, deterministic.

python -m csvpeek data.csv
About

Hi, I'm Martin.

EE student at UC Santa Cruz ('29), based in Brentwood, CA. Mostly Rust and TypeScript, close to the metal.

I care about making good-quality software that makes a difference.

Contact me if you want to connect.

  • Rust
  • TypeScript
  • React
  • Tauri
  • Node / Express
  • PostgreSQL
  • Go
  • Python
  • AWS