Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 239,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 195995,
"Shell": 3572,
"Dockerfile": 1004,
"TypeScript": 5431
},
"pushed_at": "2026-07-20T10:49:38Z",
"created_at": "2026-02-09T11:37:18Z",
"owner_type": "Organization",
"updated_at": "2026-07-20T10:45:39Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://vivid.money",
"name": "Vivid Money",
"type": "Organization",
"login": "vivid-money",
"company": null,
"location": null,
"followers": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/71785321?v=4",
"created_at": "2020-09-23T17:35:38Z",
"is_verified": null,
"public_repos": 8,
"account_age_days": 2134
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.6.3",
"kind": "patch",
"published_at": "2026-07-20T10:51:07Z"
},
{
"tag": "v0.6.2",
"kind": "patch",
"published_at": "2026-07-08T15:10:06Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2026-05-06T12:49:57Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-04-28T11:33:12Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-04-28T10:57:00Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-03-13T10:13:21Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-03-09T19:36:09Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-03-05T15:00:09Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2026-03-04T02:25:16Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-03-04T01:41:25Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-03-03T21:51:49Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-02-21T21:02:20Z"
}
],
"recent_commits": [
{
"oid": "68771231695500f62bef88fdbafd88cc5b27d340",
"body": "* Fall back to raw CONNECT tunnel for cleartext h2c (skip MITM)\n\n* Harden cleartext h2c CONNECT fallback: bound peek, own CONNECT response, forward half-close, warn on skipped header injection\n\n* Inject headers on cleartext h2c by terminating it without TLS on HTTP/1.1 CONNECT tunnels\n\n* Log the cau\n[…]\n0x16,\n and a\n probe that fails transiently on first attempt then detects h2c on\n retry.\n\n---------\n\nCo-authored-by: igrishin <igrishin@vivid.money>\nCo-authored-by: dsokolyuk <dsokolyuk@vivid.money>",
"is_bot": false,
"headline": "Serve cleartext h2c gRPC over CONNECT with header injection (#12)",
"author_name": "Igor Grishin",
"author_login": "bigspawn",
"committed_at": "2026-07-20T10:45:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "17a53680ccdec66c047d6ab5708bdd7c1b9d34ac",
"body": "Forward upstream trailers in handleHTTP so h2c gRPC keeps grpc-status",
"is_bot": false,
"headline": "Merge pull request #11 from vivid-money/fix-h2c-forward-trailers",
"author_name": "Igor Grishin",
"author_login": "bigspawn",
"committed_at": "2026-07-08T15:04:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b0e28131681417ae92d7ca2184177b03d3dbdfd",
"body": null,
"is_bot": false,
"headline": "Forward upstream trailers in handleHTTP so h2c gRPC keeps grpc-status",
"author_name": "igrishin",
"author_login": null,
"committed_at": "2026-07-08T14:30:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28c8e2502e247ac2d36bf9ae74194deb94c33613",
"body": "handleHTTP copied the upstream body with io.Copy, leaving the\nResponseWriter's bufio buffer un-flushed between writes. SSE responses\n(LLM streaming, gRPC-web, long-poll) were batched into one chunk at\nend-of-body, breaking agents that depend on incremental events.\n\nUse flushingCopy — the same helper\n[…]\nrough\nthe proxy and fails if the first event lands later than ~one upstream\ngap.\n\nCo-authored-by: dsokolyuk <dsokolyuk@vivid.money>\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Flush per-write in handleHTTP so SSE streams event-by-event (#9)",
"author_name": "Daniil Sokolyuk",
"author_login": "DaniilSokolyuk",
"committed_at": "2026-05-06T12:43:19Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f057d3930f655e0c9575b014818b1ac9bc8ca5dc",
"body": "Module path moved from DaniilSokolyuk/vtunnel to the project's actual\nupstream at vivid-money/vtunnel; bump golang.org/x/{crypto,net,sys,text}\nto current minor versions via go get -u + go mod tidy.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Rename module to github.com/vivid-money/vtunnel and update dependencies",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-04-28T11:31:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e8b8902441b659a759c812cab32949141e5ecdff",
"body": "- Add `SetDomainHeaders` to register headers injected by MITM proxy into requests for specific domains.\n- Extend `listenRequest` with `Headers` field and pass through to domain mappings.\n- Add `ForwardOption` and `WithHeader` to configure per-forward headers in client API.\n- Implement CLI flags `-H`\n[…]\nprehensive tests for injection behavior, cross-domain isolation, and end-to-end client API.\n- Update README with header injection examples and rules.\n\nCo-authored-by: dsokolyuk <dsokolyuk@vivid.money>",
"is_bot": false,
"headline": "Add header injection support for domain forwards with MITM proxy (#8)",
"author_name": "Daniil Sokolyuk",
"author_login": "DaniilSokolyuk",
"committed_at": "2026-04-24T23:35:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "51ba26dbc53fd6ec6e8a5d615afc0876f0b33904",
"body": "- Implement nginx-style wildcard semantics (leftmost `*.suffix` and rightmost `prefix.*`) with priority rules: exact > leftmost > rightmost, longest pattern wins within a group.\n- Add `wildcardMatches` helper function to handle pattern matching logic for host and port validation.\n- Update `resolveDomain` to support wildcard fallback when exact matches are not found.\n\nCo-authored-by: dsokolyuk <dsokolyuk@vivid.money>",
"is_bot": false,
"headline": "Add wildcard domain matching support for proxy forwarding (#7)",
"author_name": "Daniil Sokolyuk",
"author_login": "DaniilSokolyuk",
"committed_at": "2026-04-24T23:21:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3db5dc1f8c251db430b9439e42b86c989cf28dc2",
"body": "…ection\n\n- Add sandbox container with vtunnel server, HTTPS proxy, and MITM CA for intercepting outbound traffic.\n- Add controlplane example demonstrating credential injection for api.anthropic.com and github.com without exposing keys to sandbox.\n- Add end-to-end test script that builds, starts, and verifies routing from inside the container.\n- Update README with architecture diagrams and focus on sandbox credential injection use case.",
"is_bot": false,
"headline": "Add controlplane + sandbox example with MITM proxy and credential inj…",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-03-28T19:50:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45603d0cabd78b708b02dd43932d872ebac01d82",
"body": "…(#4)\n\n* Add HTTP/2 and h2c support for proxy with MITM and domain forwarding\n\n- Replace goproxy with custom HTTP/1.x and HTTP/2 forward proxy implementation\n- Support HTTP/2 (h2c) for both plain and CONNECT requests, including MITM interception\n- Add certificate cache for dynamic MITM cert generati\n[…]\nM tunnel proxy integration test for grpcurl with HTTPS and service listing validation\n\n* Add regression tests for MITM proxy HTTP/2 TE:trailers and SNI fallback; update certificate and header handling",
"is_bot": false,
"headline": "Add HTTP/2 and h2c support for proxy with MITM and domain forwarding …",
"author_name": "Daniil Sokolyuk",
"author_login": "DaniilSokolyuk",
"committed_at": "2026-03-13T08:30:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a8beb375254a9520a1d96f39837a27f30eb524f6",
"body": "…port\n\n- Update server to rewrite LocalAddr with \"tls://\" prefix for :443 targets when MITM CA is configured, enabling client-side TLS wrapping for decrypted HTTP traffic.\n- Modify client to use rewritten LocalAddr from server reply for forwarding.\n- Add test for domain forwarding with MITM CA, verifying TLS passthrough via proxy.\n- Improve documentation for listen/forward handling and MITM behavior.",
"is_bot": false,
"headline": "Add MITM-aware domain forwarding with client-side TLS termination sup…",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-03-09T19:33:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "535c5527fec3e5d8e99a7a001960f81ccd654f1d",
"body": "…g behavior",
"is_bot": false,
"headline": "Update README with /health endpoint info and clarify domain forwardin…",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-03-07T16:09:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "200de5ad8fdf763b5447bf081912c55504b143ea",
"body": null,
"is_bot": false,
"headline": "doc",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-03-05T14:57:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf400ff65c6ecbdc35391ea0965ebdbfea846d78",
"body": "* Add configurable HTTPS MITM proxy support\n\nWhen a CA certificate is provided via WithProxyMitmCA / -proxy-mitm-ca,\nthe proxy intercepts HTTPS traffic for mapped domains by terminating TLS\nand generating certificates on the fly. Without a CA, CONNECT remains a\ntransparent tunnel as before",
"is_bot": false,
"headline": "Mitm (#3)",
"author_name": "Daniil Sokolyuk",
"author_login": "DaniilSokolyuk",
"committed_at": "2026-03-05T14:49:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1857b862f508095c4c5186255343e15f5df385da",
"body": "- Replaced custom proxy implementation with `goproxy` for simpler and more maintainable code.\n- Enhanced domain mapping logic for forwarding via proxy and updated `StartProxy` function.\n- Added new test `TestDomainForwardSameDomainTarget` to verify forwarding scenarios where domain and target host match.\n- Updated dependencies in `go.mod` and `go.sum` to include `goproxy` and others.",
"is_bot": false,
"headline": "Add `goproxy`-based HTTP/HTTPS proxy support",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-03-04T02:23:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "606ba7ea878777d5b932ed776db4451f7a465e5b",
"body": "- Replaced custom proxy implementation with `goproxy` for simpler and more maintainable code.\n- Enhanced domain mapping logic for forwarding via proxy and updated `StartProxy` function.\n- Added new test `TestDomainForwardSameDomainTarget` to verify forwarding scenarios where domain and target host match.\n- Updated dependencies in `go.mod` and `go.sum` to include `goproxy` and others.",
"is_bot": false,
"headline": "Add `goproxy`-based HTTP/HTTPS proxy support",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-03-04T01:37:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68d2159f90857ccb6306dd80cf0a327882c0e9d0",
"body": "- Implemented domain-based forwarding (`Forward`) in both client and server.\n- Updated listen requests to support domain mappings along with port mappings.\n- Added new client flag `-forward` to handle domain-based and port-based forwarding.\n- Extended test suite with comprehensive domain forwarding scenarios, including reconnects and proxy mappings.\n- Refactored forward logic and improved mapping handling on both ends.",
"is_bot": false,
"headline": "Add domain-based forwarding support and corresponding tests",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-03-03T21:55:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e6f4063d80d72080c1285f4cfedee1a0a5aa20d",
"body": "- Implemented domain-based forwarding (`Forward`) in both client and server.\n- Updated listen requests to support domain mappings along with port mappings.\n- Added new client flag `-forward` to handle domain-based and port-based forwarding.\n- Extended test suite with comprehensive domain forwarding scenarios, including reconnects and proxy mappings.\n- Refactored forward logic and improved mapping handling on both ends.",
"is_bot": false,
"headline": "Add domain-based forwarding support and corresponding tests",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-03-03T21:49:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ff13b9f25da0eb6a333acbccf68c5ecac3f25e7",
"body": "- Introduced a new benchmarking tool (`cmd/bench/main.go`) for measuring vtunnel performance with various scenarios (upload, download, sequential, parallel).\n- Improved `wsConn` to minimize allocations by switching to streaming-based reads in WebSocket messages.\n- Updated GitHub Actions workflows to\n[…]\nions/checkout` and `actions/setup-go`.\n- Upgraded the project to Go 1.26 and added `golang.org/x/term` as a new dependency.\n- Cleaned up `go.mod` and `go.sum` by removing unused indirect dependencies.",
"is_bot": false,
"headline": "Add benchmarking tool and upgrade dependencies",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-02-21T22:45:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0b4491ad6cd9500abec62d9add630c3f307cbd06",
"body": "- Eliminated the `WithAutoReconnect` client option and its implementation, including the `autoReconnect` flag.\n- Refactored reconnect logic to always use a single `connectionLoop` mechanism with exponential backoff.\n- Removed associated tests that relied on the `WithAutoReconnect` option.\n- Simplified client initialization and option handling for improved clarity and maintainability.",
"is_bot": false,
"headline": "Remove `WithAutoReconnect` option and related logic",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-02-21T21:12:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f5169568ae53d413b58734266af9c5f3f568111",
"body": null,
"is_bot": false,
"headline": "Fix goreleaser v2 deprecations",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-02-21T21:03:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d4f432fc301856ed3de0c2244fd7871bd6f3b96",
"body": null,
"is_bot": false,
"headline": "Update goreleaser-action to v7",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-02-21T21:00:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a4945b4ecfb87f44ed17172caae17328853ffa5",
"body": "Proxyssh",
"is_bot": false,
"headline": "Merge pull request #2 from DaniilSokolyuk/proxyssh",
"author_name": "Daniil Sokolyuk",
"author_login": "DaniilSokolyuk",
"committed_at": "2026-02-21T20:53:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c07024ecb487d47ff13fdccf66f9c994c037a06c",
"body": "- Eliminated the `WithAutoReconnect` client option and its implementation, including the `autoReconnect` flag.\n- Refactored reconnect logic to always use a single `connectionLoop` mechanism with exponential backoff.\n- Removed associated tests that relied on the `WithAutoReconnect` option.\n- Simplified client initialization and option handling for improved clarity and maintainability.",
"is_bot": false,
"headline": "Remove `WithAutoReconnect` option and related logic",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-02-21T20:09:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04180cac897eb184db72afffff303789ff0b9cab",
"body": "- Introduced `keygen` command for generating client private/public key pairs (`vt-priv-...` and `vt-pub-...`).\n- Added client-side private key authentication (`--key`) and server-side public key verification (`--client-key`).\n- Implemented host key derivation for automatic MITM protection without additional configuration.\n- Updated client and server initialization to support optional key-based auth.\n- Added extensive tests for key generation, authentication flows, and reconnection scenarios.",
"is_bot": false,
"headline": "Add support for key-based client authentication and key pair generation",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-02-21T19:52:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77bdd50dfad57e8fd29d8c62ef6c17f7f0e8ef4a",
"body": "- Introduced `handleRequests` to process server-initiated SSH requests and respond to `ping` requests with `pong`.\n- Updated `client.go` to replace discarded requests with the new request handler.\n- Removed redundant `TestReconnectGetSSHTimeout` test for cleanup and better test focus.",
"is_bot": false,
"headline": "Add support for handling server-initiated SSH requests (ping/pong)",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-02-21T17:27:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "444c78329b2fb6114c0fe171e5b48501090204ea",
"body": "- Introduced `handleRequests` to process server-initiated SSH requests and respond to `ping` requests with `pong`.\n- Updated `client.go` to replace discarded requests with the new request handler.\n- Removed redundant `TestReconnectGetSSHTimeout` test for cleanup and better test focus.",
"is_bot": false,
"headline": "Add support for handling server-initiated SSH requests (ping/pong)",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-02-21T16:09:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "304d031b9060c582d0a1e0450babc63ee63aaabf",
"body": "…ine helper functions\n\n- Moved reconnect-related tests (`TestAutoReconnectReplaysListen`, `TestReconnectSequentialTCP`, etc.) to a dedicated `vtunnel_reconnect_test.go` file for improved test organization.\n- Added reusable helper functions (`newReconnectEnv`, `killAndWaitReconnect`, etc.) to simplify test logic and reduce boilerplate.\n- Removed redundant and legacy test cases in `vtunnel_test.go`.\n- Improved test reliability and clarity by introducing structured reconnect scenarios.",
"is_bot": false,
"headline": "Refactor reconnect tests into `vtunnel_reconnect_test.go` and streaml…",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-02-21T16:03:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15fd7adcdc030e1f110557a4d59b2241864f21c6",
"body": "…n handling\n\n- Added `TestReconnectSequentialTCP` to verify message continuity across multiple WebSocket reconnects.\n- Introduced persistent server listeners and connection tracking to maintain state during reconnections.\n- Refactored `Server` to handle active SSH connections gracefully, with improved synchronization and reconnection logic.",
"is_bot": false,
"headline": "Add test for sequential TCP reconnects and improve server reconnectio…",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-02-21T15:49:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0c20351e574823965df816d577f7f2c6f606864",
"body": "- Removed unused `protocol.go` and cleaned up test utilities for better readability and maintainability.\n- Optimized handling of TCP connections with keepalive and Nagle's algorithm adjustments, improving performance.\n- Reorganized test structure to simplify server/client initialization and enhance \n[…]\nr better thread safety.\n- Replaced `io.Copy` with explicit buffers for fine-grained timeout control during stream bridging.\n- Generalized WebSocket keepalive configuration with `WithKeepAlive` method.",
"is_bot": false,
"headline": "Refactor vtunnel and add TCP optimizations",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-02-21T14:15:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f528374cb6220971c583db4f87fa51b2d57a8f5a",
"body": "- Introduced a configurable HTTP CONNECT proxy for routing HTTPS traffic through tunnels.\n- Added domain mapping functionality to redirect traffic based on host:port rules.\n- Updated the server to manage proxy connections and handle plain HTTP as well as CONNECT requests.\n- Enhanced tests to verify proxy behaviors, including domain mappings and tunneling logic.\n- Expanded README to include detailed usage instructions, examples for containers, and proxy configuration guidelines.",
"is_bot": false,
"headline": "Add HTTP CONNECT proxy support with domain mapping",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-02-14T17:56:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46cadd5e096d5e80a40c33a57e97f8a58de9d303",
"body": "- Introduced `ping` and `pong` message types for keepalive functionality over proxies.\n- Updated client and server to handle `ping` and `pong` messages.\n- Reworked tests to validate application-level ping/pong mechanism.\n- Replaced WebSocket control frames with JSON messages for compatibility with intermediaries.",
"is_bot": false,
"headline": "Add application-level ping/pong support to vtunnel protocol",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-02-13T14:32:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c018b60a064d73c748620f5b76109be44278446",
"body": "- Implemented auto-reconnect with exponential backoff for the client.\n- Added handling for `listen_ok` and `listen_err` message types in protocol.\n- Enhanced WebSocket pinging with configurable intervals and deadlines.\n- Added helper methods for port availability and HTTP connection validation in tests.\n- Updated README with new message types and error reporting enhancements.",
"is_bot": false,
"headline": "Add auto-reconnect and enhanced error handling in vtunnel client",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-02-13T13:50:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7c0379b0a66043706654c31a42ada37423d5f65",
"body": "- Implemented auto-reconnect with exponential backoff for the client.\n- Added handling for `listen_ok` and `listen_err` message types in protocol.\n- Enhanced WebSocket pinging with configurable intervals and deadlines.\n- Added helper methods for port availability and HTTP connection validation in tests.\n- Updated README with new message types and error reporting enhancements.",
"is_bot": false,
"headline": "Add auto-reconnect and enhanced error handling in vtunnel client",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-02-13T12:53:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d76cbd72046e312775a52ddaec7b9dca0c3d557a",
"body": null,
"is_bot": false,
"headline": "Update README: improve CLI examples and clarify API usage",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-02-12T17:00:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4a24fa2294d444f0199569c34bf012409c3f49a",
"body": "- Simplified `NewClient` and `Connect` API by embedding WebSocket URL and optional configurations into the `Client`.\n- Implemented periodic WebSocketings with configurable deadlines.\n- Replaced custom `itoa` implementation with `strconv.Itoa`.",
"is_bot": false,
"headline": "Refactor client API and add WebSocket keepalive functionality",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-02-12T15:58:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97875d096447792b341bf4baec8145b3c60a5edc",
"body": "- Simplified `NewClient` and `Connect` API by embedding WebSocket URL and optional configurations into the `Client`.\n- Implemented periodic WebSocketings with configurable deadlines.\n- Replaced custom `itoa` implementation with `strconv.Itoa`.",
"is_bot": false,
"headline": "Refactor client API and add WebSocket keepalive functionality",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-02-09T16:26:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d655427016ef38b1c3d349634b60ea3f321cec9",
"body": "- Simplified `NewClient` and `Connect` API by embedding WebSocket URL and optional configurations into the `Client`.\n- Implemented periodic WebSocketings with configurable deadlines.\n- Replaced custom `itoa` implementation with `strconv.Itoa`.",
"is_bot": false,
"headline": "Refactor client API and add WebSocket keepalive functionality",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-02-09T14:06:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2347d12e5fa59b5ca8222758055a71cd11de93f",
"body": "- Simplified `NewClient` and `Connect` API by embedding WebSocket URL and optional configurations into the `Client`.\n- Implemented periodic WebSocket pinging with a configurable or",
"is_bot": false,
"headline": "Refactor client API and add WebSocket keepalive functionality",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-02-09T13:03:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec50037c5f0e7e7298aaac3650129ae83ed97051",
"body": null,
"is_bot": false,
"headline": "123",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-02-09T11:42:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24af2967b7fbe96bd34e64ab2df4297774eee055",
"body": null,
"is_bot": false,
"headline": "123",
"author_name": "dsokolyuk",
"author_login": null,
"committed_at": "2026-02-09T11:40:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1791bdd657a257d654cafa17c4734b12dc3ce7da",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Daniil Sokolyuk",
"author_login": "DaniilSokolyuk",
"committed_at": "2026-02-09T11:37:18Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 41,
"latest_release_at": "2026-07-20T10:51:07Z",
"latest_release_tag": "v0.6.3",
"releases_from_tags": false,
"days_since_last_push": 8,
"active_weeks_last_year": 11,
"days_since_latest_release": 8,
"mean_days_between_releases": 15.4
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": 12,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/vivid-money/vtunnel",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/vivid-money/vtunnel",
"is_deprecated": false,
"latest_version": "v0.6.3",
"repository_url": "https://github.com/vivid-money/vtunnel",
"versions_count": 15,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T10:45:22Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 0,
"stars": 7,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 24684,
"source_files_sampled": 26,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/cenkalti/backoff/v4",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.3.0"
},
{
"name": "github.com/gorilla/websocket",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.3"
},
{
"name": "golang.org/x/crypto",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.50.0"
},
{
"name": "golang.org/x/net",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.53.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 8,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "DaniilSokolyuk",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/2946286?v=4"
},
{
"type": "User",
"login": "bigspawn",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/9467270?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.778
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "8 out of 8 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/21 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 3,
"reason": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "23 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "68771231695500f62bef88fdbafd88cc5b27d340",
"ran_at": "2026-07-29T02:55:45Z",
"aggregate_score": 2.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T10:51:11Z",
"oldest_open_prs": [
{
"number": 6,
"created_at": "2026-03-20T22:37:11Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-20T10:45:22Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/vivid-money/vtunnel",
"host": "github.com",
"name": "vtunnel",
"owner": "vivid-money"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"security": 27,
"vitality": 68,
"community": 19,
"governance": 54,
"engineering": 57
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 68,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"commits_last_year": 41,
"human_commit_share": 1,
"days_since_last_push": 8,
"active_weeks_last_year": 11
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "11/52 weeks with commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 11
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "41 commits in the last year",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 41
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 12,
"latest_release_tag": "v0.6.3",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 15.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~15.4 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 15.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 19,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"forks": 0,
"stars": 7,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "7 stars",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 7
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 54,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.778
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 78% of commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 78
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 52,
"inputs": {
"merged_prs": 8,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "8/11 decided PRs merged",
"points": 27.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 8,
"decided": 11
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/21 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"followers": 11,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "vivid-money",
"public_repos": 8,
"account_age_days": 2134
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "11 followers of vivid-money",
"points": 7.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 11,
"login": "vivid-money"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "8 public repos, account ~5 yr old",
"points": 18.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 8
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/vivid-money/vtunnel"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 8
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "15 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 15
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 57,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "8 out of 8 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 27,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 2.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "8 out of 8 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/21 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "23 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 1
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 59,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.78,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "32 of 41 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 32,
"sampled": 41
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.049,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "2 of the last 41 commits agent-authored or agent-credited",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 2,
"sampled": 41
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 24684,
"source_files_sampled": 26,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/26 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 26,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"example"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "example",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-29T02:55:56.887283Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/v/vivid-money/vtunnel.svg",
"full_name": "vivid-money/vtunnel",
"license_state": "absent",
"license_spdx": null
}