{"id":48879259,"url":"https://github.com/viftode4/viftode4","last_synced_at":"2026-04-16T02:03:48.274Z","repository":{"id":340581589,"uuid":"1166687682","full_name":"viftode4/viftode4","owner":"viftode4","description":"Profile README","archived":false,"fork":false,"pushed_at":"2026-02-25T14:31:23.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-25T17:28:41.681Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/viftode4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-25T13:53:26.000Z","updated_at":"2026-02-25T14:32:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/viftode4/viftode4","commit_stats":null,"previous_names":["viftode4/viftode4"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/viftode4/viftode4","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viftode4%2Fviftode4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viftode4%2Fviftode4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viftode4%2Fviftode4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viftode4%2Fviftode4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viftode4","download_url":"https://codeload.github.com/viftode4/viftode4/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viftode4%2Fviftode4/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31867716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-16T02:03:45.592Z","updated_at":"2026-04-16T02:03:48.266Z","avatar_url":"https://github.com/viftode4.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"### Vlad George Iftode\n\nMSc Data Science \u0026 AI at TU Delft, Netherlands.\n\n## TrustChain\n\nI'm building TrustChain, an open-source trust layer for AI agents. The idea: every agent-to-agent interaction creates a bilateral cryptographic record signed by both parties. Trust scores come from real interaction history, computed via max-flow network analysis so fake identities can't game the system.\n\nIt's based on the [TrustChain protocol](https://doi.org/10.1016/j.future.2020.01.031) from TU Delft (Otte, de Vos, Pouwelse). I extended it with NetFlow trust computation and filed an [IETF draft](https://datatracker.ietf.org/doc/draft-viftode-trustchain-trust/). Also submitted a response to the [NIST CAISI RFI](https://www.regulations.gov/docket/NIST-2025-0035) on AI agent security.\n\n```python\npip install trustchain-py\n\nfrom trustchain import with_trust\n\n@with_trust(name=\"my-agent\")\ndef main():\n    ...  # all HTTP calls now go through the trust proxy\n```\n\n| Repo | What |\n|------|------|\n| [trustchain](https://github.com/viftode4/trustchain) | Rust core, QUIC P2P, HTTP proxy, dashboard, MCP server |\n| [trustchain-py](https://github.com/viftode4/trustchain-py) | Python SDK, @with_trust decorator, CLI, framework integrations |\n| [trustchain-js](https://github.com/viftode4/trustchain-js) | TypeScript SDK, OpenClaw plugin |\n| [trustchain-agent-os](https://github.com/viftode4/trustchain-agent-os) | Adapters for 12 agent frameworks, MCP gateway |\n\n[Watch the fish](http://5.161.255.238:8888) - LLM agents swimming in a trust economy. They trade, they scam, they build reputation, they get caught. Live simulation, real sidecars, actual co-signed interactions.\n\n## Other stuff\n\n- [hackaton-dublin](https://github.com/viftode4/hackaton-dublin) - Skyly: 3D data center feasibility estimator for Earth/Moon/Mars. React, Three.js, Rust, Solana. HackEurope Dublin 2026\n- [haxbet](https://github.com/viftode4/haxbet) - Stock market for hackathon ideas. Hit 130 concurrent users, patched live to fix botting. HackEurope Dublin 2026\n- [partydrinks](https://github.com/viftode4/partydrinks) - OutDrink your friends. Live drink stats for parties\n- [claude-usage-widget](https://github.com/viftode4/claude-usage-widget) - Track your Claude API usage\n- [Spotify-Ranker](https://github.com/viftode4/Spotify-Ranker) - Rank Spotify albums against each other\n- [Computer-Graphics-project](https://github.com/viftode4/Computer-Graphics-project) - C++ renderer, built for uni\n- [Chess](https://github.com/viftode4/Chess) - Chess game in NodeJS\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviftode4%2Fviftode4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviftode4%2Fviftode4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviftode4%2Fviftode4/lists"}