Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"cloudnative",
"containerd",
"containers",
"crio",
"docker",
"kubernetes",
"oci"
],
"is_fork": false,
"size_kb": 3750,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 750770,
"Shell": 2130,
"Makefile": 4768
},
"pushed_at": "2026-06-25T06:08:24Z",
"created_at": "2026-03-12T02:12:55Z",
"owner_type": "User",
"updated_at": "2026-06-25T06:08:28Z",
"description": "C-ray — X-ray your containers. See beneath the runtime.",
"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://icebergu.com",
"name": "Iceber Gu",
"type": "User",
"login": "Iceber",
"company": null,
"location": "Shanghai, China",
"followers": 201,
"avatar_url": "https://avatars.githubusercontent.com/u/13391143?v=4",
"created_at": "2015-07-18T07:25:31Z",
"is_verified": null,
"public_repos": 132,
"account_age_days": 4024
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2026-06-24T11:04:11Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-04-30T02:49:34Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-04-15T03:32:34Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-04-03T09:05:33Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-04-02T06:57:06Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-03-31T01:48:21Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-03-13T10:57:57Z"
}
],
"recent_commits": [
{
"oid": "4d4255977624bf9628ce76ca1323c0c42c070c65",
"body": "Listen for SIGINT/SIGHUP/SIGTERM/SIGQUIT and trigger Stop. Guard\ncleanup with sync.Once so Stop is safe to call repeatedly, and\ndefer tviewApp.Stop() to the UI thread via AfterDrawFunc to avoid\ndeadlock when invoked from the signal goroutine. A stopping flag\nshort-circuits Run() if shutdown is requested before the event\nloop starts.",
"is_bot": false,
"headline": "fix(ui): gracefully stop TUI on signals and make Stop idempotent (#7)",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-06-25T06:08:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a6db58fe8ef580909bdb6deec3fc50b589b9f70",
"body": "grpc.NewClient (unlike the deprecated grpc.DialContext) uses the DNS\nresolver by default for targets without an explicit URI scheme. Passing\na bare filesystem path like /run/crio/crio.sock produces zero addresses,\nbreaking both auto-detection probes and actual runtime connections.\n\nAdd \"unix://\" prefix at all grpc.NewClient call sites and strip it from\nuser-provided socket paths at the CLI entry point for normalization.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: add unix:// scheme prefix for grpc.NewClient socket connections",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-06-24T11:02:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "750c4cd1bdd6df53ca5315299384addf22f13ccc",
"body": "…cus cycling\n\nReplace the flat preview pane with a split layout containing a lazy-loading\ndirectory browser tree and a content preview pane. Tab/Shift+Tab cycles focus\nbetween the main tree, browser, and preview content. Directory entries are\nsorted (dirs-first) with symlink resolution, and binary/invalid-UTF8 content\nis properly suppressed.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add interactive file browser to runtime view with multi-pane fo…",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-30T02:30:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d98844e715e88d29c6cf01a0262194fbd9ffda51",
"body": "… origin classification\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: merge Docker mounts with OCI spec and live mountinfo for proper…",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-30T02:02:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "087483f294ccb4243b376edb1111087dc877dbc0",
"body": "- Replace deprecated grpc.DialContext+WithBlock with grpc.NewClient\n across CRI, CRI-O and runtime probe paths\n- Remove unused CLI display helpers (CRI-O storage printers, format\n utilities, process stats) from cmd/cray\n- Eliminate redundant variable aliases (convertNetworkStats,\n dirDiskUsage, n\n[…]\ndirectly\n- Delete dead mergeDockerMounts and resolveRootFSPath helpers\n- Minor cleanups: error message formatting, simplified DriverStatus copy\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: remove unused code and migrate to grpc.NewClient",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-29T09:18:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d72f37f9323ce64ebef5a47bf6c9aa52bdbab889",
"body": "Docker does not use runc's CLI default /run/runc; it invokes the OCI\nruntime with an explicit --root pointing at <ExecRoot>/runtime-<runtimeName>.\nThe state directory is now correctly resolved from daemon info, including\nsupport for custom runtime --root overrides via daemon.json.\n\nAdd an interactiv\n[…]\nh unloaded vs empty mount states, split layer\nsize display into Content Size and Disk Usage fields, and follow layer\nbrowser selection changes.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: fix OCI runtime state path resolution and add runtime file preview",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-29T08:37:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "127bd414a011836f2d69f8b675199a9c4300ba33",
"body": "…mount merging\n\n- Export containerd shim types and helpers for reuse by Docker runtime\n- Add containerd shim process detection and OCI runtime path resolution for Docker containers\n- Merge Docker-declared mounts with live procfs mounts for accurate classification\n- Extract Linux namespace modes from\n[…]\nve cgroup path with fallback to live procfs for standalone containers\n- Minor UI refinements: remove SetTopLevel and update mount source labels\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: enhance Docker runtime inspection with shim detection and live …",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-29T07:44:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6df3f1d96ecab6381c036664bf05d727570401dc",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: update container inspection screenshots",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-16T09:26:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ead1dd3eef85499723ee48cd51fd90da8830736a",
"body": "Unwrap nested handle_id/info envelope in container, image and pod listing\nso JSON output returns info objects directly. Rename CRI mount labels to\nKubelet across detail grid and mounts tree views for accuracy.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: flatten JSON output and rename CRI mounts to Kubelet in UI",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-15T03:29:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "67bcdfe8840752b024720d2405e70a0775257bcc",
"body": "Move Process, Mount, NetworkStats, CGroupLimits and ProcessTop types\nfrom pkg/models into pkg/sysinfo where they are naturally used.\nDeduplicate helper functions (FormatPlatform, ResolveSpecRootPath,\nParseEnvVars, InferCGroupDriver) across runtime backends into the\nshared runtime package. Remove unu\n[…]\nInfo/OCISepc and the unused StartedAt field. Consolidate CRI\nnetwork types to eliminate redundant conversions between cri and\nruntime packages.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: remove models package and consolidate types into sysinfo",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-14T10:47:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b9a08503d240375c097a8fb49a71913480614094",
"body": "…nt origins and more status states\n\nRefactor mount origin from monolithic \"CRI\" to distinct \"user\" and\n\"kubelet\" categories so PodSpec volumes are separated from kubelet-\ninjected mounts (/etc/hosts, serviceaccount, etc.). Add container\nstatuses (pausing, restarting, dead) and convert cgroup panel f\n[…]\nd blkio\nmetrics. Improve network panel with veth/eth0 pair detection and\ntraffic stats. Add OCI state.json path resolution for containerd/crio.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: enhance container inspection with cgroup tree view, refined mou…",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-14T10:22:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1d5206ac6ff76a2f12abbc3d230386ddd4e84a76",
"body": "…nspection\n\nReplace the flat `cray test <command>` CLI with a structured noun-verb\ninterface (`cray container info <id>`, `cray images list`, etc.) that\naccepts both singular and plural resource names. Simplify JSON output by\nremoving wrapper sections and redundant metadata fields.\n\nAdd container cg\n[…]\nntimes (containerd,\nCRI-O, Docker) with live stats reading from cgroupfs (v1/v2), systemd\npath normalization, and OCI spec resource extraction.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: redesign CLI interface with noun-verb commands and add cgroup i…",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-14T08:18:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0c70d84ceb8f05d131e773ef325fa7ad3c8e6aad",
"body": "…info\n\nImplement Container.Stdio() across containerd, CRI-O, and Docker runtimes\nto expose stdin/stdout/stderr metadata including TTY status, log paths,\nattach sockets, and FD targets. Enrich CRI status with authoritative\nlabels, annotations, and image refs from ContainerStatus. Wire up the\nUI detail grid to render live stdio data instead of placeholders.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add container stdio inspection with log paths, TTY, and attach …",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-13T11:00:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "76fa65533b4e85aacbea7ed107d357c2d3ba63e0",
"body": "…ame filtering\n\nRemove tree/flat toggle, add IMAGE/TAG/ALIASES columns, filter out\nsha256-prefixed and digest-matching names. Simplify manifest highlights\nand use emoji for current platform marker.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(ui): simplify image list to flat view with tag columns and n…",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-11T13:40:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f819bf5f559faac7db035e674303a8c1d063be25",
"body": "Introduce a dedicated ImageDetailView page that displays comprehensive\nimage information including layers, config, history and size breakdown.\nWire up navigation from the image list tab with proper focus management\nand back-button handling.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(ui): add image detail view with layer inspection and navigation",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-09T10:58:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3925572f0b75e2453bf5afbd69e1efaf0375e7fb",
"body": "Signed-off-by: Iceber Gu <caiwei95@hotmail.com>",
"is_bot": false,
"headline": "update README.md",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-03T09:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c93553678992e587a2472d3f9f90b67cf7afcbae",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(ui): add keyboard shortcut hints to detail panel titles and footer",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-03T09:04:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6fa56ba8fddba32a4c30308bdb99b091307d8d7c",
"body": "Remove metadata-db-access design doc and sysinfo-module doc\nas they are no longer needed.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: remove outdated design and module documentation",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-03T08:41:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "21503edc9108c6681a1fc8d9a9b73d4ba6a7cae7",
"body": "…I tree styling\n\n- Resolve manifest/index digest, path and multi-platform manifests for Docker and CRI-O\n- Detect container read-only rootfs across Docker, containerd and CRI-O runtimes\n- Show HostPID in process tree and persist pod collapse state across refreshes\n- Add dedicated tree selection style and apply focus styling consistently across views\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: enhance image introspection, container readonly detection and U…",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-03T08:38:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e71bb1e06bc1957fe427a859e7c316664d94c9be",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add English README and rename original to README_zh.md",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-03T08:29:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b43d162585876044943b1a7cf6abb91edda4d1f1",
"body": "- Add snapshot_meta_reader for containerd to resolve layer paths from metadata.db\n- Add grouped image handle support for multi-platform image references\n- Enhance image layers view with interactive layer browser and file preview\n- Improve image config/manifest resolution across containerd, crio, docker\n- Extend process info with more procfs metrics (oom_score, cgroup, threads)\n- Add shared UI tree helpers and improve detail grid views\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: enhance image layer inspection and containerd snapshot support",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-03T07:00:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d5102cb4d55d9ce9a745022a70d68879be4f2d55",
"body": "Move duplicated runtime conversion functions (ConvertOCIContainerStatus,\nBuildNamespaceMap, BuildEnvironment) to shared packages. Convert test\ncommand output from formatted text to JSON for easier parsing.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: extract shared conversion helpers and simplify test output",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-03T02:09:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "575bde5eb649b9b60d1cd9b1e29c09f2a6904231",
"body": "Move duplicated conversion functions across containerd/crio/docker runtimes\nto pkg/runtime/convert.go, and consolidate tree view initialization and\ninput handling to pkg/ui/components/tree_helpers.go.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: extract shared runtime conversion and UI tree helpers",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-02T09:20:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "98fdba51ba4fcf01ffe43ca913017bb49004e854",
"body": "- Linux builds use build-linux-static-* targets\n- macOS builds use build-darwin-* targets with embedded launcher\n- Simplify build step by delegating to Makefile\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: use Makefile targets for building release binaries",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-02T06:53:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c95ebe9983c2aba63a28583c8d50f1b6a07b62e1",
"body": "- Resolve image config info by parsing CRI-O big-data manifests\n- Detect config digests from platform manifest for accurate path resolution\n- Improve big-data classification with two-pass parsing (manifests first, then configs)\n- Add config details output in test command\n- Remove unused helper functions\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(crio): enhance image config resolution from big-data",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-02T06:45:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "75272e08c8b7f8bbf6ba04450a2ff99961eb96e6",
"body": "- Remove tar.gz compression, upload binaries directly\n- Enable CGO for macOS builds for better compatibility\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: upload raw binaries instead of tarballs in release",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-02T06:40:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4b7f35d45ca23c671b59a78ff046cc9b66f52001",
"body": "…d model\n\nIntroduce LayerBackend type (with Kind and Name) to replace ad-hoc\nsnapshotter/graph-driver strings across ContainerConfig and ContainerStorage.\nEach runtime now populates backend-specific details (Containerd, Docker,\nCrio) in dedicated sub-structs. Also fix containerd content path plugin\nname, derive SnapshotKey from GraphDriver UpperDir in Docker runtime,\nand make all tree nodes selectable in the UI for better copy interaction.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: replace flat snapshotter fields with structured LayerBacken…",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-02T04:21:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d8104c7774a42f0d888ba94fe3f7d899ba3229f1",
"body": "Restructure image layers view to show Containerd, Docker, and CRI-O\ndetail sections per layer. Display overlay link IDs in CLI test output\nand fall back to storage-provided snapshot key/path in the RW layer node.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: display backend-specific layer details in UI and CLI",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-01T08:04:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2dc119b7af4b85cb2bb2f5600804cd7f5f582d3f",
"body": "… IDs\n\nAdd snapshot key resolution from filesystem paths for Docker and containerd\nruntimes. Read overlay short-link IDs from the `link` file for both Docker\nand CRI-O layers. Refactor overlay2 layer resolution to handle symlinks\nand fall back to summary-only when layer dir count mismatches. Expand\nContainerStorage with Snapshotter and RWSnapshotKey fields.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: enhance layer introspection with snapshot keys and overlay link…",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-01T08:03:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8bdb7bbd52b92a7bc31c52d20e49af847113f2f2",
"body": "Add missing trailing newlines in docker test files, fix brace\nindentation in mount.go, and correct tview color tag formatting in\ncontainer list view.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: minor code quality fixes",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-01T07:29:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2168eb0a9024a276d1e7a1e6928cc79bae20bc04",
"body": "Runtime sockets are now probed in priority order (CRI-O > CRI-enabled\ncontainerd > Docker > plain containerd) instead of falling back silently.\nContainerd namespace defaults to k8s.io for CRI-enabled or \"default\" for\nplain containerd. Launcher no longer pins Docker socket, letting the\nembedded binary use the same auto-detection.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: replace hardcoded runtime defaults with intelligent auto-detection",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-01T07:29:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1933545b838350e173a91a6f5b15a43ab8507ad8",
"body": "Add supported runtimes section covering containerd, CRI-O, Docker\n(Classic / containerd image store), and Docker Desktop on macOS\nwith usage examples, socket paths, and architecture details.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: Update README with multi-runtime support descriptions",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-01T04:27:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6d6ba166d999770db92764738d9329372307d169",
"body": "Introduce Docker as a new runtime backend alongside containerd and CRI-O,\nwith auto-detection via known socket paths. Add a Darwin launcher that\nembeds a static Linux binary and transparently executes it inside a\nprivileged helper container with chroot into the Docker Desktop VM root.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Add Docker runtime support and Darwin cross-compilation launcher",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-01T03:33:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f4bbace832b382f4fa9b0ff561df39010ed3b34b",
"body": "Add a centralized color palette (theme.go) and extract TabBar/Footer\ninto reusable components (tab_bar.go), replacing hardcoded tview color\ntags across all views. Rebuild the container detail summary as a\ndual-column card layout with a KPI strip, and simplify the detail\nheader to a single headerBar + contextBar. Remove the now-unused\ngetColorName helper.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(ui): Introduce theme system and reusable tab/footer components",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-04-01T03:28:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f5b25201a0c570bb30c3d5045b9d279d7b2c4e03",
"body": "Replace CRI-O-specific subcommands with generic runtime-agnostic\nalternatives (runtime-info, pod-info, container-process-stats,\ncontainer-image). Inline CRI-O storage introspection into container-storage\nand image-info as auto-detected extensions. Add conmon info display and\nrequireArgN helper for multi-argument commands.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: Rename test subcommands and add new diagnostic commands",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-03-31T01:47:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7c4fdf6998efb5b8f30bbaba534045e81ed3df6b",
"body": "…esh failure\n\nEnsure all view render methods update the UI on the correct goroutine by\nwrapping tview calls in queueUpdateDraw. Display error messages in the UI\nwhen refresh fails instead of silently discarding them. Prevent stale data\nin ContainerDetailView when switching containers using an atomic generation\ncounter. Move pod container-count computation out of the UI goroutine.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: Route UI updates through queueUpdateDraw and show errors on refr…",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-03-31T01:38:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8517edfe8edc5a621941434c8133fe784a447016",
"body": "For CRI-O containers not visible to CRI (marked with spoofed.crio.io\nannotation), build supplement metadata from OCI spec annotations and\nskip CRI status/inspect calls. Also add PID field to CRI raw client's\ncontainerInfo so the init PID is available through InspectContainerStatus.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Add spoofed container support and expose container PID via CRI",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-03-30T10:24:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "96479630786247eaae3d18c63b0eb1fe17512e20",
"body": "- Add StoreIntrospector, ContainerIntrospector, and ImageIntrospector\n for deep CRI-O storage inspection via podman storage library\n- Add CRI-O specific CNI result parsing to raw CRI client\n- Add crio-container-storage, crio-image-storage, crio-store-info\n test commands and integrate layer names into storage views\n- Clean up legacy test and planning files",
"is_bot": false,
"headline": "feat: Add CRI-O storage introspection and enhance CRI client",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-03-30T07:28:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ca97d96b5b4fa30c3186de0733971cda5cc77a8",
"body": "- Refactor models: consolidate container/image/pod/process into unified types.go\n- Restructure containerd client: split monolithic client into container/image/pod/convert modules\n- Restructure CRI client: split into raw_client/convert/mounts modules\n- Add complete CRI-O runtime support (client/conta\n[…]\ne unused test files and deprecated views (container_tree, app_update, etc.)\n- Update app navigation and main entry point for new architecture\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: Major architecture restructure and add CRI-O support",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-03-17T04:39:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cdc2650ea809a008c5de8b9c9d2a1c351eeeaf22",
"body": "- Add detailed feature list including CRI metadata and mount origin tracking\n- Add installation instructions for all platforms (Linux/macOS, amd64/arm64)\n- Expand usage guide with CLI commands and TUI keybindings table\n- Update project structure with new views and components\n- Mark all development tasks as completed\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: Update README with comprehensive feature documentation",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-03-13T11:04:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1de3a5c00ad188946f735b1ee69cfd25278e3f8c",
"body": "Add release workflow to build and publish binaries for:\n- Linux (amd64, arm64)\n- macOS (amd64, arm64)\n\nSupports automatic releases on version tags and manual triggers.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: Add GitHub Actions workflow for multi-platform releases",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-03-13T10:56:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "499ffcda6e1e77ebdf0972820a2ff861c16797ba",
"body": "- Add environment variables, restart count, exit status to ContainerDetail model\n- Add CRI metadata client interface for mounts, network and status inspection\n- Enhance Mount model with origin tracking (CRI/runtime-default/live-extra) and state\n- Add comprehensive network types: PodNetworkInfo, CNIR\n[…]\nd state tracking\n- Update process tree view with better resource display\n- Refactor runtime info view for better runtime profile presentation\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Add comprehensive container introspection and CRI metadata support",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-03-13T10:54:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e635e9e1a80306fab286b44af0522a0f8d6db90c",
"body": "Signed-off-by: Iceber Gu <caiwei95@hotmail.com>",
"is_bot": false,
"headline": "clean arch",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-03-12T09:23:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d8800ebcb15a2880e7728f2f53b371e354eb3d2",
"body": "- Add RuntimeProfile model with OCI, Shim, CGroup, and RootFS info\n- Enhance containerd client to extract detailed runtime metadata\n- Update RuntimeInfoView to display new runtime information\n- Add comprehensive tests for runtime profile extraction",
"is_bot": false,
"headline": "Add RuntimeProfile for detailed container runtime introspection",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-03-12T09:06:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9f2c56805aaad5fcb12b3cbbb90e83cb2df688b",
"body": "Implement sampler-based rate calculation for CPU%, memory%, and IO rates\nin container process monitoring. Add network interface statistics with\nper-interface RX/TX rates to the top view.\n\nKey changes:\n- Add Sampler for calculating CPU%, memory%, and IO rates over time\n- Extend Process model with UTi\n[…]\nsues in auto-refresh mechanism\n- Add network interface filtering (skip virtual/tunnel interfaces)\n- Update process tree view to show IO rates\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add process resource sampling and network IO monitoring",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-03-12T06:05:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bcf5f278d0c96283db8b6aefca3ba478aa95dc5b",
"body": "Thread-safety fixes:\n- Add QueueUpdateDraw wrapper in ContainerTreeView, ContainerListView,\n ImageListView, and PodListView to ensure UI updates happen on main thread\n- Fix app startup blocking by moving initial data load to async goroutine\n after TUI starts\n- Pass tview.Application to views for p\n[…]\ncontainer list\n- Sort containers within pods by creation time (newest first), placing\n exited containers at the bottom for better visibility\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix thread-safety issues and improve container list UX",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-03-12T03:57:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e08163f241bd65cc31569ad7fce8d04e85c2e773",
"body": null,
"is_bot": false,
"headline": "init commit",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2026-03-12T02:41:21Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 47,
"latest_release_at": "2026-06-24T11:04:11Z",
"latest_release_tag": "v0.6.1",
"releases_from_tags": false,
"days_since_last_push": 29,
"active_weeks_last_year": 7,
"days_since_latest_release": 30,
"mean_days_between_releases": 17.2
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 0,
"stars": 23,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 68745,
"source_files_sampled": 84,
"oversized_source_files": 1,
"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/BurntSushi/toml",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.0"
},
{
"name": "github.com/containerd/cgroups/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.1.2"
},
{
"name": "github.com/containerd/containerd/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.0"
},
{
"name": "github.com/containerd/containerd/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.2.1"
},
{
"name": "github.com/containerd/platforms",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0-rc.2"
},
{
"name": "github.com/containerd/typeurl/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.2.3"
},
{
"name": "github.com/distribution/reference",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.6.0"
},
{
"name": "github.com/docker/docker",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v27.5.1+incompatible"
},
{
"name": "github.com/gdamore/tcell/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.13.8"
},
{
"name": "github.com/opencontainers/go-digest",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/opencontainers/image-spec",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.1"
},
{
"name": "github.com/opencontainers/runtime-spec",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.0"
},
{
"name": "github.com/rivo/tview",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.42.0"
},
{
"name": "go.podman.io/storage",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.62.0"
},
{
"name": "golang.org/x/sys",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.41.0"
},
{
"name": "golang.org/x/term",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.40.0"
},
{
"name": "google.golang.org/grpc",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.79.3"
},
{
"name": "k8s.io/cri-api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.34.1"
}
],
"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": 0,
"merged_prs": 1,
"open_issues": 3,
"closed_ratio": 0.25,
"closed_issues": 1,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Iceber",
"commits": 47,
"avatar_url": "https://avatars.githubusercontent.com/u/13391143?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"release.yml"
],
"has_docs_dir": true,
"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": "1 out of 1 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 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 6 contributing companies or organizations",
"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": 6,
"reason": "7 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not 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": "24 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "4d4255977624bf9628ce76ca1323c0c42c070c65",
"ran_at": "2026-07-24T17:45:21Z",
"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": null,
"oldest_open_prs": [],
"last_merged_pr_at": "2026-06-25T06:08:24Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 3,
"created_at": "2026-04-03T08:54:57Z",
"last_comment_at": "2026-05-01T21:30:14Z",
"last_comment_author": "hegerdes"
},
{
"number": 4,
"created_at": "2026-04-03T09:00:46Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 5,
"created_at": "2026-04-03T09:02:08Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Iceber/c-ray",
"host": "github.com",
"name": "c-ray",
"owner": "Iceber"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"security": 27,
"vitality": 69,
"community": 23,
"governance": 35,
"engineering": 75
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 69,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"commits_last_year": 47,
"human_commit_share": 1,
"days_since_last_push": 29,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 29 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 29
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "47 commits in the last year",
"points": 15.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 47
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "7 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v0.6.1",
"releases_from_tags": false,
"days_since_latest_release": 30,
"mean_days_between_releases": 17.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 30 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 30
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~17.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 17.2
}
}
],
"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": 23,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"forks": 0,
"stars": 23,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "23 stars",
"points": 21.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 23
}
}
],
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 35,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"merged_prs": 1,
"open_issues": 3,
"closed_issues": 1,
"issue_closed_ratio": 0.25,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "25% of issues closed",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 25
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "1/3 decided PRs merged",
"points": 12.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 1,
"decided": 3
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 64,
"inputs": {
"followers": 201,
"owner_type": "User",
"is_verified": null,
"owner_login": "Iceber",
"public_repos": 132,
"account_age_days": 4024
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "201 followers of Iceber",
"points": 16.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 201,
"login": "Iceber"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "132 public repos, account ~11 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 132
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 75,
"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": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"cloudnative",
"containerd",
"containers",
"crio",
"docker",
"kubernetes",
"oci"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"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": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"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": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 27,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"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": "1 out of 1 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 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 2.5,
"status": "met",
"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": "7 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "24 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": 3
},
"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": 65,
"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.936,
"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": "44 of 47 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 44,
"sampled": 47
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.872,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "41 of the last 47 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 41,
"sampled": 47
}
}
],
"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": 99,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 68745,
"source_files_sampled": 84,
"oversized_source_files": 1
},
"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": "1/84 source files over 60KB",
"points": 54.3,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 84,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"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",
"Could not fetch go package 'github.com/icebergu/c-ray' from its registry",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-24T17:45:26.925952Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/i/Iceber/c-ray.svg",
"full_name": "Iceber/c-ray",
"license_state": "absent",
"license_spdx": null
}