Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"analytics",
"claude-code",
"cost-tracking",
"developer-tools",
"openai-codex",
"rust-cli",
"token-usage",
"ai-tools",
"anthropic",
"chatgpt",
"cli",
"cost-analysis",
"jsonl",
"llm",
"productivity",
"rust",
"usage-analytics"
],
"is_fork": false,
"size_kb": 4052,
"has_wiki": true,
"homepage": "https://crates.io/crates/ccstats",
"languages": {
"Rust": 840235,
"Shell": 6834,
"Python": 133355
},
"pushed_at": "2026-07-21T07:14:59Z",
"created_at": "2026-02-02T16:09:28Z",
"owner_type": "User",
"updated_at": "2026-07-21T07:15:56Z",
"description": "Fast CLI for Claude Code and OpenAI Codex token/cost usage analytics",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust",
"Python"
]
},
"owner": {
"blog": null,
"name": "lif",
"type": "User",
"login": "majiayu000",
"company": null,
"location": "China BeiJing",
"followers": 382,
"avatar_url": "https://avatars.githubusercontent.com/u/19658300?v=4",
"created_at": "2016-05-31T01:40:38Z",
"is_verified": null,
"public_repos": 596,
"account_age_days": 3709
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-17T09:11:10Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-16T11:54:46Z"
},
{
"tag": "v0.2.64",
"kind": "patch",
"published_at": "2026-05-26T10:38:33Z"
},
{
"tag": "v0.2.63",
"kind": "patch",
"published_at": "2026-05-10T14:55:53Z"
},
{
"tag": "v0.2.62",
"kind": "patch",
"published_at": "2026-04-27T09:48:27Z"
},
{
"tag": "v0.2.59",
"kind": "patch",
"published_at": "2026-03-31T11:17:31Z"
},
{
"tag": "v0.2.58",
"kind": "patch",
"published_at": "2026-03-12T03:21:30Z"
},
{
"tag": "v0.2.57",
"kind": "patch",
"published_at": "2026-03-02T03:58:56Z"
},
{
"tag": "v0.2.12",
"kind": "patch",
"published_at": "2026-02-06T11:13:10Z"
},
{
"tag": "v0.2.11",
"kind": "patch",
"published_at": "2026-02-06T06:29:26Z"
},
{
"tag": "v0.2.10",
"kind": "patch",
"published_at": "2026-02-06T06:01:41Z"
},
{
"tag": "v0.1.20",
"kind": "patch",
"published_at": "2026-02-03T13:07:31Z"
}
],
"recent_commits": [
{
"oid": "5bfe42c4b87109671ba78b7f58f21ffca7ef2a61",
"body": null,
"is_bot": false,
"headline": "feat(pricing): add model resolution diagnostics",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-21T07:14:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "665d596e8f4ffcc4776c91aaf6585a2b6062e3eb",
"body": null,
"is_bot": false,
"headline": "chore(release): prepare v0.4.0",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-17T09:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3781b992f871cb344a7e7f52113c71d3fd33ba7c",
"body": "Kimi #92 was rebased onto main after #90 added the has_cache_read\nfield to Capabilities. Wire the field on the Kimi source so the\ncapabilities row reports cache-read support.",
"is_bot": false,
"headline": "fix: set has_cache_read capability for Kimi source",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-17T03:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77c259301fcb36faef596ebd16f2daaa22cd1861",
"body": "Address codex review on #92:\n- Honor KIMI_CODE_HOME strictly: an explicit override whose sessions\n dir is missing no longer falls back to ~/.kimi-code, which would\n report home data the user did not select.\n- Count only usageScope == \"turn\" records; unscoped usage.record\n lines were previously bi\n[…]\nfidence: high\nScope-risk: narrow\nTested: cargo test (600 passed, +2 new), cargo clippy -D warnings, cargo fmt --check, checks/check_workflow.py; manual empty-override vs default-home runs\nRelated: #92",
"is_bot": false,
"headline": "fix: tighten Kimi wire parsing per review (#92)",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-17T03:56:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4246fe563a4276f95b550a9d26432dd2509cd0d3",
"body": "Parse per-turn usage.record entries from Kimi Code wire logs under\n~/.kimi-code/sessions (KIMI_CODE_HOME override), including sub-agent\nusage, session/project aggregation, and cache token fields. Price\nkimi-code/* subscription models with a fallback estimate based on\nMoonshot's official kimi-k2.6 API rates, marked as fallback in\nstructured output.\n\nRefs #91",
"is_bot": false,
"headline": "feat: add Kimi Code usage and cost statistics",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-17T03:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e850554405a49a176b3916bfa4f1b6f48b7d943",
"body": "- sdk: default cache_hit_rate on deserialize so summaries serialized\n before the field existed still load (None = unavailable).\n- sources: expose has_cache_read in table/CSV/JSON output so users can\n see why a source reports cache hit rate as N/A. Renderers move to\n sources_cmd.rs to keep app.rs \n[…]\nConfidence: high\nScope-risk: narrow\nTested: cargo test (584 passed, +1 new), cargo clippy -D warnings, cargo fmt --check, checks/check_workflow.py, manual ccstats sources table/CSV output\nRelated: #90",
"is_bot": false,
"headline": "fix: address cache hit rate review feedback (#90)",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-17T03:50:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6aede4db87bd5ea1e0262bc3d15355f4e4d3d2e2",
"body": null,
"is_bot": false,
"headline": "feat: report prompt cache hit rate",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-17T03:50:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91ad04cde777dbede3d7bcbc33c40fe30d880c09",
"body": null,
"is_bot": false,
"headline": "chore(release): prepare v0.3.0",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-16T11:16:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17248a23d3a174daa8da3ef748ceb4fa6cdda3a4",
"body": "* feat: add endpoints subcommand for native vs proxy traffic breakdown\n\nSplit Claude Code usage by serving endpoint (native Anthropic vs\nthird-party proxy/gateway), classified from the non-standard\n`inference_geo` usage field: \"not_available\" => native, \"\" => proxy.\n\nMotivation: proxy-routed traffic\n[…]\n_by_endpoint: grouping, canonical ORDER, cross-entry stats\n sum, per-model accumulation, empty input, absent-endpoint omission\n (new aggregator_endpoint_tests.rs; aggregator.rs is at the size limit)",
"is_bot": false,
"headline": "feat: add endpoints subcommand (native vs proxy traffic breakdown) (#89)",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-16T02:28:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "13cce3de54ad43fb2dfb34ed08bf60017eae47b5",
"body": "…rectly (#87)\n\n* fix: count subagent (sidechain) usage and price 1h cache creation correctly\n\nTwo systematic undercounts in Claude Code stats:\n\n1. Entries with isSidechain:true (subagent/Task tool conversations) were\n dropped entirely. They are real, separately billed API requests — the\n main ch\n[…]\n70 -> $1,015.93 (+35%) vs unmodified origin/main.\n\n* style: apply rustfmt\n\n* style: use Option::filter for clippy 1.97 manual_filter lint\n\n* chore: bump crossbeam-epoch to 0.9.20 for RUSTSEC-2026-0204",
"is_bot": false,
"headline": "fix: count subagent (sidechain) usage and price 1h cache creation cor…",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-16T02:18:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f080c5464fd65c1714f82814437430f69035b165",
"body": "* Expose pricing source metadata\n\n* Cover pricing source scenarios\n\n* Distinguish unknown pricing sources",
"is_bot": false,
"headline": "Expose pricing source metadata (#84)",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-03T13:50:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0146ee31edba1de18836dcbbe813f6b4d6346226",
"body": null,
"is_bot": false,
"headline": "Separate real and estimated proxy costs (#83)",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-03T12:51:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6de6bf30ee2dc87895eab9fc5e02973d9c08b45",
"body": null,
"is_bot": false,
"headline": "Expose data quality metadata (#82)",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-03T12:17:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79f6c696aa77819815b2a61b9164455ac946665d",
"body": "Harden Cursor DB parsing",
"is_bot": false,
"headline": "Merge pull request #81 from majiayu000/impl/gh41-cursor-db-hardening",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-03T08:49:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1478e7c71c6e32df7dca422eaf18d5d0e71c0873",
"body": null,
"is_bot": false,
"headline": "Harden Cursor DB parsing",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-03T08:45:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22c4b7ac0e827a69eb1cdad6644753eb60ebcc27",
"body": "…edup\n\nDeduplicate Claude messages across files",
"is_bot": false,
"headline": "Merge pull request #80 from majiayu000/impl/gh34-claude-source-wide-d…",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-03T08:45:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9a2cf51b970776d8ec61b3513aad955c4ce4c63",
"body": null,
"is_bot": false,
"headline": "Deduplicate Claude messages across files",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-03T08:41:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90b939a7fcd526f6037fc4d45d73b6438df925f8",
"body": "Split CSV output tests from renderer",
"is_bot": false,
"headline": "Merge pull request #79 from majiayu000/impl/gh47-csv-test-split",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-03T08:33:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae499b8798f4a3b3c39b5dda318e7390bbed0c99",
"body": null,
"is_bot": false,
"headline": "Split CSV output tests from renderer",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-03T08:31:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7b72a595cace34b75882570c67dea7ead235bce",
"body": "Split table output tests from renderer",
"is_bot": false,
"headline": "Merge pull request #78 from majiayu000/impl/gh47-table-test-split",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-03T08:24:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de484d38192cee7b8d662820c8b7ccfbb90a7f6e",
"body": null,
"is_bot": false,
"headline": "Split table output tests from renderer",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-03T08:21:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb088d62041a509ac80e4bc09ecacc9d3cc4b1f3",
"body": "Split CLI integration tests by feature",
"is_bot": false,
"headline": "Merge pull request #77 from majiayu000/impl/gh47-cli-integration-split",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-03T08:11:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b81251b896be13c9548061f8b6c38b4d446154e",
"body": null,
"is_bot": false,
"headline": "Split CLI integration tests by feature",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-03T08:07:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcf54ec8592118d4efcc09c88b9311c63d9934e8",
"body": "Rename period summary footer options",
"is_bot": false,
"headline": "Merge pull request #76 from majiayu000/impl/gh47-summary-options-rename",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-03T08:02:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4729ff9c4176c53705077d381027fba34929570d",
"body": null,
"is_bot": false,
"headline": "Rename period summary footer options",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-03T07:59:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9877f81a74a1bcc0aa8ff269d52bb8a35f810686",
"body": "Introduce shared output format dispatch",
"is_bot": false,
"headline": "Merge pull request #75 from majiayu000/impl/gh38-output-format-v2",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-03T07:51:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c518f3565faf2cd18d8644bf0247d9cb5a03a266",
"body": null,
"is_bot": false,
"headline": "Introduce shared output format dispatch",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-03T07:47:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "636f9c96fb823d347a7ea9f5a0e64070b1aaf5af",
"body": "Refactor long CLI and Codex parser flows",
"is_bot": false,
"headline": "Merge pull request #74 from majiayu000/impl/gh47-too-many-lines-slice",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-03T07:28:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff10242fd7a6ca6e19ca7a8f435439cb1e05c6fc",
"body": null,
"is_bot": false,
"headline": "Refactor long CLI and Codex parser flows",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-03T07:24:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80cf99e510b78b68d343e661b2335ac23998dc8c",
"body": "…bilities\n\nAlign source registry capabilities and SDK parsing",
"is_bot": false,
"headline": "Merge pull request #73 from majiayu000/impl/gh45-source-registry-capa…",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-03T05:24:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef8434768c83bc52aa78209fcfc900bde5e7490a",
"body": null,
"is_bot": false,
"headline": "Implement GH45 source registry capabilities",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-03T05:17:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91c4fd8719c093e9127671fe235840996c6cb4f0",
"body": "Fix atomic pricing cache handling",
"is_bot": false,
"headline": "Merge pull request #72 from majiayu000/impl/gh32-atomic-pricing-cache",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-03T05:17:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90e93d0f0a9f270008e654ea717fb391f66559f3",
"body": null,
"is_bot": false,
"headline": "Fix atomic pricing cache handling",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-03T05:09:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "808cff34021118dbaa7e856366868e93cb0d7af6",
"body": "Use platform cache path for pricing cache",
"is_bot": false,
"headline": "Merge pull request #70 from majiayu000/impl/gh43-platform-cache",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-03T04:40:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd3df456395fbc649479dbfcb3a57b8156733f24",
"body": "Fail fast on invalid config and document config paths",
"is_bot": false,
"headline": "Merge pull request #71 from majiayu000/impl/gh46-config-errors-docs",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-03T04:36:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04bdfc29a3456c725a0d430bc8ec0dbb74599125",
"body": null,
"is_bot": false,
"headline": "Fix pricing cache clippy warnings",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-03T04:36:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c4575a8141df8f713ed679d6fbd881af6de7742",
"body": null,
"is_bot": false,
"headline": "Propagate invalid CLI config to SDK helpers",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-03T04:30:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "126a1aedd8c01b57208a00fff0b8ac577170d249",
"body": null,
"is_bot": false,
"headline": "Fix invalid config handling",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-03T04:26:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "972dc694456e10127d8edbd49e7347b17654a11c",
"body": null,
"is_bot": false,
"headline": "Implement GH43 platform pricing cache path",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-03T04:24:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da87ecc39b9e9d08aef5bbc051b56d5bda730f9e",
"body": "Make pricing model resolution conservative",
"is_bot": false,
"headline": "Merge pull request #69 from majiayu000/impl/gh44-pricing-match-strategy",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-03T04:15:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d31c3ccfdf48041205341bcf6c8790d19be88bf",
"body": null,
"is_bot": false,
"headline": "Preserve explicit dated pricing aliases",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-03T04:07:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84644baa8d0f4557375796da614e0669c053739a",
"body": "Respect CLAUDE_CONFIG_DIR for Claude source",
"is_bot": false,
"headline": "Merge pull request #68 from majiayu000/impl/gh42-claude-config-dir",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-03T04:01:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a23064270c5523596ac94476f69158329bd3d07",
"body": null,
"is_bot": false,
"headline": "Reject ambiguous pricing normalized matches",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-03T04:01:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93d21847e0370bbcf8a72ffee379d06d1e956a30",
"body": null,
"is_bot": false,
"headline": "Format pricing resolver imports",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-03T03:55:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf11c2a1627d2c7ab36072fef91f10c9f8b73ffe",
"body": null,
"is_bot": false,
"headline": "Share Claude projects discovery with tools",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-03T03:53:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32d6ab86b237b2ac205e20a276b5c9aaa1b0e542",
"body": null,
"is_bot": false,
"headline": "Fix conservative pricing resolver matches",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-03T03:49:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c34872267e0a56ba0dc386df906c1fc2c66ca1d7",
"body": null,
"is_bot": false,
"headline": "Respect Claude config directory",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-03T03:45:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a81a5d100dbb7b2bca0b75d26b8281e60d643d0",
"body": "Clamp negative Claude and Cursor tokens",
"is_bot": false,
"headline": "Merge pull request #67 from majiayu000/impl/gh39-token-normalization",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-03T03:36:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99999e2e91180d28e13a9ec33b1c00f506466d9e",
"body": "Share day stats merge helper",
"is_bot": false,
"headline": "Merge pull request #66 from majiayu000/impl/gh37-merge-day-stats",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-03T03:33:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e836d9128bd8fc1d86fecd302fc9161d7dc2443",
"body": "Fix Codex token usage duplicate detection",
"is_bot": false,
"headline": "Merge pull request #65 from majiayu000/impl/gh36-codex-token-delta",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-03T03:33:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d202dff005b6588a2cefc1916dd78d408075f09",
"body": null,
"is_bot": false,
"headline": "Cover negative tokens in JSON output",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-03T03:31:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "184d5a92f754540b360e39515d7fcd9444289a43",
"body": null,
"is_bot": false,
"headline": "Share day stats merge helper",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-03T03:22:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f23ca42588b4eadb30452d02177e5e1eb8110a38",
"body": null,
"is_bot": false,
"headline": "Clamp negative Claude and Cursor tokens",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-03T03:21:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a3e8054372913be871f06a0c4661901b8ae9223",
"body": null,
"is_bot": false,
"headline": "Fix Codex token usage duplicate detection",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-03T03:21:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2ccbeed2547684e0140af2ec1cc816030fee280",
"body": "…lices\n\nspec(GH47): technical debt slice plan",
"is_bot": false,
"headline": "Merge pull request #64 from majiayu000/spec/issue-47-technical-debt-s…",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-02T16:58:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95c90367727536f987c1b9dfa4e3cbdff9c57162",
"body": "…errors\n\nspec(GH46): document config and fail invalid config",
"is_bot": false,
"headline": "Merge pull request #63 from majiayu000/spec/issue-46-config-docs-and-…",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-02T16:58:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "617e9bc284d6431f6c1bbf9805d1e5e6f1ccfa81",
"body": "…rategy\n\nspec(GH44): safer pricing match strategy",
"is_bot": false,
"headline": "Merge pull request #62 from majiayu000/spec/issue-44-pricing-match-st…",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-02T16:58:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "482c933307baebad218c2e844b044e008b8d6a5b",
"body": "spec(GH43): platform pricing cache directory",
"is_bot": false,
"headline": "Merge pull request #61 from majiayu000/spec/issue-43-platform-cache-dir",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-02T16:58:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1497522432a2bb2c7aab0d85e906be13b551fa7",
"body": "spec(GH42): support Claude config directory override",
"is_bot": false,
"headline": "Merge pull request #60 from majiayu000/spec/issue-42-claude-config-dir",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-02T16:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cecfebc8374e4453ff4cb155dc81a59d2e978269",
"body": "…tegrity\n\nspec(GH41): cursor source integrity",
"is_bot": false,
"headline": "Merge pull request #59 from majiayu000/spec/issue-41-cursor-source-in…",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-02T16:58:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc8b4d1bcf1a418bf6b1838189af3b6854162e69",
"body": "…tadata\n\nspec(GH40): expose parse quality metadata",
"is_bot": false,
"headline": "Merge pull request #58 from majiayu000/spec/issue-40-parse-quality-me…",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-02T16:57:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f41bd6fbdd37b205a1a39c1e6eb09fe90e418109",
"body": "…ormalization\n\nspec(GH39): normalize token boundaries across sources",
"is_bot": false,
"headline": "Merge pull request #57 from majiayu000/spec/issue-39-token-boundary-n…",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-02T16:57:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afda0c1a3a59ced743e58d650c3e89acb045014a",
"body": "…single-owner\n\nspec(GH37): single owner for day stat merging",
"is_bot": false,
"headline": "Merge pull request #56 from majiayu000/spec/issue-37-merge-day-stats-…",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-02T16:57:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ae51bfd17d8d2c9e46263e72ca508ceb213c0d4",
"body": "…a-completeness\n\nspec(GH36): Codex token delta completeness",
"is_bot": false,
"headline": "Merge pull request #55 from majiayu000/spec/issue-36-codex-token-delt…",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-02T16:57:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9996811b7dce026635a003a61d11b7ed803165a",
"body": "…omicity\n\nspec(GH32): pricing 缓存原子写与损坏缓存可见错误",
"is_bot": false,
"headline": "Merge pull request #54 from majiayu000/spec/issue-32-pricing-cache-at…",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-02T16:57:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5f35ad6d81b3f8579457d5cd4fe70fece752011",
"body": "…unification\n\nspec(GH45): 源身份与能力统一",
"is_bot": false,
"headline": "Merge pull request #53 from majiayu000/spec/issue-45-source-identity-…",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-02T16:57:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4afb600d6c49d288ef746276b909e5095c9b63a7",
"body": "…straction\n\nspec(GH38): OutputFormat 输出分派收敛",
"is_bot": false,
"headline": "Merge pull request #52 from majiayu000/spec/issue-38-output-format-ab…",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-02T16:57:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31ecccb03ee4fcacb014c0e2a241090f8a4ffdb1",
"body": "spec(GH35): Grok 估算成本与真实开销分离",
"is_bot": false,
"headline": "Merge pull request #51 from majiayu000/spec/issue-35-grok-cost-semantics",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-02T16:57:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e0be346cb118873793d13a6d76294be6d0435c1",
"body": "…-dedup\n\nspec(GH34): Claude 跨文件去重口径",
"is_bot": false,
"headline": "Merge pull request #50 from majiayu000/spec/issue-34-claude-crossfile…",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-02T16:57:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9db78271910e20ac7f2cbc7ec40d047eb1731dd1",
"body": "…isibility\n\nspec(GH33): 定价降级来源可见性",
"is_bot": false,
"headline": "Merge pull request #49 from majiayu000/spec/issue-33-pricing-source-v…",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-02T16:57:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21e27f6abb00b85442fd5ba630b695bb8ac60725",
"body": null,
"is_bot": false,
"headline": "spec(GH45): address source registry review feedback",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T15:08:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bb9b7f530bef2d2f30ec9b0bc806fb230253d06",
"body": null,
"is_bot": false,
"headline": "spec(GH38): align output format plan with current behavior",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T15:07:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0555ebce5b1c349d6d6fbe1e65ebc815d80859c9",
"body": null,
"is_bot": false,
"headline": "spec(GH35): address cost semantics review feedback",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T15:06:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fda4ccd860c7a4165a8ab72b262f8fcd564329ba",
"body": null,
"is_bot": false,
"headline": "spec(GH33): address pricing source review feedback",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T15:04:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab27c95eb0167f0fb72e9362fd6dfa8b5772d94f",
"body": null,
"is_bot": false,
"headline": "spec(GH47): technical debt slice plan",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T15:00:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b3279c808301f0de9f37a3d2c4db44c64fd2607",
"body": null,
"is_bot": false,
"headline": "spec(GH46): document config and fail invalid config",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T14:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59a6e1c7ea1d39f4d7b87daa6fdc51aad9c647ed",
"body": null,
"is_bot": false,
"headline": "spec(GH44): safer pricing match strategy",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T14:56:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00cf30ed9b2b2def5116b5b754b0abc29ef075d2",
"body": null,
"is_bot": false,
"headline": "spec(GH43): platform pricing cache directory",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T14:55:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ca85793164a381628b781b0748f9d5a64619ed1",
"body": null,
"is_bot": false,
"headline": "spec(GH42): support Claude config directory override",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T14:54:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "939ffee80a8a6949b721c001aeb4bc2668c99821",
"body": null,
"is_bot": false,
"headline": "spec(GH41): cursor source integrity",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T14:53:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e5dde58963d6f899400b69cc25ad2e5d638278a",
"body": null,
"is_bot": false,
"headline": "spec(GH40): expose parse quality metadata",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T14:51:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08379047dec825ed5065b372cd8ef46c08e4aa48",
"body": null,
"is_bot": false,
"headline": "spec(GH39): normalize token boundaries across sources",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T14:49:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e6444b051527a84d50f23b33ada93edbff087d5",
"body": null,
"is_bot": false,
"headline": "spec(GH37): single owner for day stat merging",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T14:48:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "643a879ea06ef721c2b56abe3aa8e3c8dacc2dd5",
"body": null,
"is_bot": false,
"headline": "spec(GH36): codex token delta completeness",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T14:46:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeee04daf2c127316038be4a8d4410a647a69a5d",
"body": null,
"is_bot": false,
"headline": "spec(GH45): add implementation task plan",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T14:44:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33d8b31c1891b6b391cc92b5bad9d782a354dfba",
"body": "…identity-unification",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into spec/issue-45-source-…",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T14:43:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bba0a10a7253cf5b813ea2400b32ec36b6cab64",
"body": null,
"is_bot": false,
"headline": "spec(GH38): add implementation task plan",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T14:43:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd124d360b18414295f21ff8ec3925cec22922e9",
"body": "…format-abstraction",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into spec/issue-38-output-…",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T14:43:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25900d1b2b1d03614058be7bf33796cd5a8f66da",
"body": null,
"is_bot": false,
"headline": "spec(GH35): add implementation task plan",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T14:43:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3477b6c427042e98c28bcb06f32ddb4c47270e94",
"body": "…st-semantics",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into spec/issue-35-grok-co…",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T14:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9843d06b9ed182aa98d845c5668ab37a2057f796",
"body": null,
"is_bot": false,
"headline": "spec(GH34): add implementation task plan",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T14:42:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9caceeb6566652a58d51693abfc91bd6a6385c7d",
"body": "…crossfile-dedup",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into spec/issue-34-claude-…",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T14:42:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48c3596e15c327a9459529d0f527ede805a5b462",
"body": null,
"is_bot": false,
"headline": "spec(GH33): add implementation task plan",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T14:41:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f468b70352bf75e266ac835da304889de155cbc0",
"body": "…-source-visibility",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into spec/issue-33-pricing…",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T14:41:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b08a77edae0ef6354d924a9adfe3b5d62732c42e",
"body": null,
"is_bot": false,
"headline": "spec(GH32): add implementation task plan",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T14:40:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cb5ed20d7d3ef6ebfe5da0c83d744c6391a4363",
"body": null,
"is_bot": false,
"headline": "spec: add GH32 pricing cache atomicity",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T14:32:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b448808396b9c4120a22a8e7ee1591fe8cdbe23f",
"body": "chore: adopt SpecRail workflow",
"is_bot": false,
"headline": "Merge pull request #31 from majiayu000/codex/adopt-specrail-workflow",
"author_name": "lif",
"author_login": "majiayu000",
"committed_at": "2026-07-02T14:27:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0af575b53cf326598581403c9f5014ee4a8c32be",
"body": "Refs #45",
"is_bot": false,
"headline": "spec(GH45): 源身份与能力统一 product/tech spec",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T14:25:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "547397f94e45e7e190bd2edba19c42e255b58c7f",
"body": null,
"is_bot": false,
"headline": "fix: harden SpecRail gate checks",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T14:25:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d51c99b75c5ab3126ce902a1e83445d976c9e424",
"body": "Refs #38",
"is_bot": false,
"headline": "spec(GH38): OutputFormat 输出分派收敛 product/tech spec",
"author_name": "majiayu000",
"author_login": "majiayu000",
"committed_at": "2026-07-02T14:24:42Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 288,
"latest_release_at": "2026-07-17T09:11:10Z",
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 18,
"days_since_latest_release": 10,
"mean_days_between_releases": 17.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 100,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "ccstats",
"exists": true,
"license": "MIT",
"keywords": [
"claude",
"codex",
"cursor",
"token",
"usage",
"command-line-utilities"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/ccstats",
"is_deprecated": false,
"latest_version": "0.4.0",
"repository_url": "https://github.com/majiayu000/ccstats",
"versions_count": 18,
"total_downloads": 353,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 52,
"first_published_at": "2026-02-02T16:08:34.628549Z",
"latest_published_at": "2026-07-17T09:06:50.270043Z",
"latest_version_yanked": false,
"days_since_latest_publish": 10
}
]
},
"popularity": {
"forks": 0,
"stars": 6,
"watchers": 2,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml"
],
"largest_source_bytes": 27960,
"source_files_sampled": 101,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 931
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"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": [
"crates"
],
"dependencies": [
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.228"
},
{
"name": "serde_json",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.149"
},
{
"name": "glob",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.3"
},
{
"name": "chrono",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4.43"
},
{
"name": "chrono-tz",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10.4"
},
{
"name": "clap",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4.5.58"
},
{
"name": "comfy-table",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "7.2.2"
},
{
"name": "rayon",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.11.0"
},
{
"name": "dirs",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "6.0.0"
},
{
"name": "ureq",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3.2.0"
},
{
"name": "thiserror",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
},
{
"name": "toml",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.0"
},
{
"name": "rusqlite",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.39.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": 0,
"merged_prs": 64,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 31,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "majiayu000",
"commits": 288,
"avatar_url": "https://avatars.githubusercontent.com/u/19658300?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml",
"workflow-check.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock"
],
"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": "17 out of 17 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/19 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"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": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 30 issue activity found in the last 90 days -- score normalized to 10",
"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": 10,
"reason": "security policy file 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": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "5bfe42c4b87109671ba78b7f58f21ffca7ef2a61",
"ran_at": "2026-07-27T16:39:24Z",
"aggregate_score": 4.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-21T07:15:22Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-21T07:14:59Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/majiayu000/ccstats",
"host": "github.com",
"name": "ccstats",
"owner": "majiayu000"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"security": 44,
"vitality": 82,
"community": 44,
"governance": 61,
"engineering": 81
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 82,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"commits_last_year": 288,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 18
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "18/52 weeks with commits",
"points": 12.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 18
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "288 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 288
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 30 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"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.4.0",
"releases_from_tags": false,
"days_since_latest_release": 10,
"mean_days_between_releases": 17.9
},
"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 10 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 10
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~17.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 17.9
}
}
],
"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": "at_risk",
"name": "Community & Adoption",
"value": 44,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"forks": 0,
"stars": 6,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "6 stars",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 6
}
}
],
"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": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "critical",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 29,
"inputs": {
"packages": [
"ccstats"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 353,
"monthly_downloads": 52
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "52 downloads/month across crates",
"points": 23,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 52,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"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 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 64,
"open_issues": 0,
"closed_issues": 31,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "64/64 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 64,
"decided": 64
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/19 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": 67,
"inputs": {
"followers": 382,
"owner_type": "User",
"is_verified": null,
"owner_login": "majiayu000",
"public_repos": 596,
"account_age_days": 3709
},
"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": "382 followers of majiayu000",
"points": 18.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 382,
"login": "majiayu000"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "596 public repos, account ~10 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 596
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"ccstats"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 10
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 10 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 10
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "18 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 18
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 81,
"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": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": "17 out of 17 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": 100,
"inputs": {
"topics": [
"analytics",
"claude-code",
"cost-tracking",
"developer-tools",
"openai-codex",
"rust-cli",
"token-usage",
"ai-tools",
"anthropic",
"chatgpt",
"cli",
"cost-analysis",
"jsonl",
"llm",
"productivity",
"rust",
"usage-analytics"
],
"has_wiki": true,
"homepage": "https://crates.io/crates/ccstats",
"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": "https://crates.io/crates/ccstats",
"points": 15,
"status": "met",
"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": "17 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 17
}
}
],
"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": "at_risk",
"name": "Security",
"value": 44,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 4.4
},
"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": "17 out of 17 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/19 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"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 detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 30 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"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 detected",
"points": 5,
"status": "met",
"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": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"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": 2
},
"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": 68,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.71,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 931
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"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": "71 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 37.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 71,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"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": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"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": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"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": "Rust",
"largest_source_bytes": 27960,
"source_files_sampled": 101,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/101 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 101,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"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": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"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-27T16:39:39.385311Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/majiayu000/ccstats.svg",
"full_name": "majiayu000/ccstats",
"license_state": "standard",
"license_spdx": "MIT"
}