Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"anthropic",
"ccusage",
"claude",
"claude-code",
"dashboard",
"token-usage",
"zero-dependency"
],
"is_fork": false,
"size_kb": 23917,
"has_wiki": true,
"homepage": null,
"languages": {
"HTML": 100583,
"Python": 19617,
"JavaScript": 89076
},
"pushed_at": "2026-07-20T10:01:57Z",
"created_at": "2026-07-06T10:06:25Z",
"owner_type": "User",
"updated_at": "2026-07-20T10:03:15Z",
"description": "⌘ Zero-dependency local dashboard for Claude Code — commands, skills, agents, plugins, workflows, sessions & a ccusage-accurate usage dashboard",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "HTML",
"significant_languages": [
"HTML",
"JavaScript"
]
},
"owner": {
"blog": null,
"name": "WuChuPeng",
"type": "User",
"login": "13days",
"company": null,
"location": null,
"followers": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/32627409?v=4",
"created_at": "2017-10-09T03:25:06Z",
"is_verified": null,
"public_repos": 37,
"account_age_days": 3212
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "d8717c3213a170b9b63f865ee603e28df0d657d7",
"body": "Change-Id: Id1ad1c25854c7bf1662c436937afc28a7afbcce0\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add Voyage feature (screenshot + section, demo data)",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-20T10:01:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d763bc8eab6aa220dee59ba8291ce9158ba45ae8",
"body": "Change-Id: Id8eb878bf0ffd6df5d58aa5a26073798646a8052",
"is_bot": false,
"headline": "v0.14.0",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-20T09:57:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "232e43a36fc4344c5b2390bdc886d6c70e4b2825",
"body": "New 'Voyage' tab that reframes the session pile as one continuous\njourney, all local from history.jsonl:\n- Hero digest: days sailed, project ports, days at the helm, tracks left\n- River of time: one column per day, session blocks colored by project,\n height = conversation turns — the whole voyage a\n[…]\nssions in order\nHeuristic-only (no network/LLM), in keeping with the zero-dependency ethos.\n\nChange-Id: I5aa03943953f0ab914eed52eb627039dc0b9b54a\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Voyage — turn scattered sessions into a navigable timeline (方舟)",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-20T09:57:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "dd9ec6e9e2c9a3199b5a1d3a8afc2a578a6019a6",
"body": "Re-record the GIF so the in-session LLM trace is the opening act and\nlingers (expand query -> round -> full context / system prompt), then a\nquick tour of stats/wrapped/commands. Bump demo.gif URL to ?v=2 to force\nGitHub's image CDN to refetch.\n\nChange-Id: Ibe3b59d13c7647351ecf12dff561a29e971bc2e2\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: trace-first demo GIF + cache-bust URL",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T14:04:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6adba465c51d2699095fb072f2a29da1429b4ddf",
"body": "Lead with the LLM-trace story (system prompt + tools + full context +\nper-query round-trips) — the strongest differentiator. Update feature\ntable (transcript-backed sessions, auto shell setup, merged view),\nquick-start (auto install-proxy on first run), and caveats. Replace all\nstale screenshots wit\n[…]\ncount command list, and\nWrapped; regenerate the demo GIF walking through the trace feature.\n\nChange-Id: I9d0d9acf2702b404f87e5546d7c638de925a33d3\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: overhaul README + refresh screenshots and demo GIF",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T13:59:26Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ae09f5c1a50a4e38cc3ddf65bb7cc3fc71f9bcc1",
"body": "Change-Id: I89bc97066f72d353c723048752b0c62a03747fe8",
"is_bot": false,
"headline": "v0.13.1",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T13:30:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78ac72c6ca2d92266c866153903bb764c7e76878",
"body": "… trace)\n\nThe proxy port already degraded gracefully, but the main HTTP server had\nno error handler, so starting a second panel on a busy port crashed with\nan unhandled EADDRINUSE stack. Now it prints a friendly 'panel may already\nbe running at :PORT, or set PORT=…' and exits cleanly.\n\nChange-Id: I6ec6864a8a5278d54dec7ca43a9a83c5e1e51f1a\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: graceful exit when main port is in use (no more EADDRINUSE stack…",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T13:30:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a10599d14f89d1e5968c4ae874919d8e6966181c",
"body": "Change-Id: I2d8a8e8b3985823c75fefda4cc3e5c51a39fd4e0",
"is_bot": false,
"headline": "v0.13.0",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T13:27:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "858924cb91a30d5dde6ab0012777b4bbadbe58c1",
"body": "… by default, jump-to-bottom, clearer source guidance\n\n- Captures now store the full request messages array (text / tool_use /\n tool_result per message). Round detail renders a shared rich view:\n usage, 📥 full context (every message sent to the model), system\n prompt, tool defs, thinking, respons\n[…]\nce <rc>' command\n and explains already-open terminals won't auto-apply (shell limitation).\n\nChange-Id: Ia1cab139776d4051f274d5913b226c739086c29e\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Rich per-round detail (full context + system + tools), collapse tools…",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T13:27:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "763724ecb601663bf36b4cf3f1ef4007047a7e6e",
"body": "Change-Id: Iccbd0e021caa7b072e5a02c8a1644eed97d7acc7",
"is_bot": false,
"headline": "v0.12.0",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T13:07:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39de4e46b0e0a8c92c2a2c2798bc2e168ce442c1",
"body": "…riggered\n\nInstead of a session-level rounds block, each user query bubble now\ncarries an expander: '🔁 This query triggered N LLM round(s)'. Expand to\nlist each round (model/msgs/duration/tools/thinking); expand a round to\nlazy-load its input (sent to LLM), thinking, and output (LLM response)\nplus t\n[…]\n groups captured rounds under the preceding\nreal user turn (tool_result messages excluded).\n\nChange-Id: I48e6d5f18700b719579e5e8a54ac3c1ac8ca90da\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Per-query LLM round-trips: expand a user query to see the rounds it t…",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T13:07:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e0e50143785dfc935599bb1f1b0b5eaa7a4295ec",
"body": "Change-Id: I0a365d978164f79a4f1dac6eeefd779f8b58fdbb",
"is_bot": false,
"headline": "v0.11.0",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T12:58:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9738b38ddd5db9d544515c52a29d6807e8187f85",
"body": "- Replay now shows '🔁 LLM round-trips: N' — every captured API call\n for the session, ordered, with model/msgs/duration/tools/thinking.\n Expand any round to lazy-load its full request/response (usage, last\n user msg, thinking, response text). Directly answers 'how many rounds\n and click for the \n[…]\nor complete traces.\n- Demo generator emits multi-round captures for a realistic screenshot.\n\nChange-Id: I65b65bdf382b294b03e92b32e30863104024eea1\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Per-session LLM round-trips + raise capture caps for full traces",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T12:58:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4e90548f504dff1d38fecb6c215b4903a85ceeae",
"body": "Change-Id: I5d18600321622e86c93b73e5b3882274d2101a8d",
"is_bot": false,
"headline": "v0.10.1",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T12:41:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b4f9926bf9484de2c6766871cb08f20c82bd7a1",
"body": "… set up\n\nReplay now reports proxyInstalled; if the shell hook is present, an\nuncaptured session shows a calm 'historical session, new ones auto-\ncapture' note instead of repeating the install-proxy command.\n\nChange-Id: I1666bfb63c6e7b08842b45f1c3958c77e9ae8cc0\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Adaptive not-captured banner: stop nagging install-proxy when already…",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T12:41:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "69048d21a31db268af83a2e17fca2a667d228082",
"body": "Change-Id: Ia5caf7be86bbe6b1aaa9fdcc22c6b7b6a4cf7d82",
"is_bot": false,
"headline": "v0.10.0",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T12:34:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b935399b56cbdf6fea69fa5032900a03ebf4e49",
"body": "…trace\n\n- Panel auto-installs the shell proxy hook on first start (idempotent,\n CCP_NO_PROXY_SETUP=1 to opt out) — no separate install-proxy step\n- Proxy port conflict no longer crashes the panel (graceful degrade)\n- Session replay renders assistant messages as markdown\n- Captured tool DEFINITIONS \n[…]\nund tool-call trace\n- Tool description cap raised 300 -> 4000 chars; tools deduped via pool\n\nChange-Id: I4ae436bd868e5def56650f51f8d9b23666fd4002\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "One-command setup + markdown replay + full tool defs/descriptions in …",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T12:34:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7ace7a1cec798d229b834a2f63a2831802d5a7c8",
"body": "Change-Id: If8ce6057caf5734e46ae44120191984a0fb3f18f",
"is_bot": false,
"headline": "v0.9.1",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T11:49:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee446d1a7a067463406c3eb115559b8678c58dc4",
"body": "Anthropic API compresses responses; the proxy was storing compressed\nbytes so outText/thinking/usage came back empty. Now decode by\ncontent-encoding (gzip/br/deflate) before SSE/JSON extraction; forwarded\nbytes to the client are untouched. Verified against real Claude Code\n2.1.198: response text, usage and full system prompt all captured.\n\nChange-Id: Ica7738aeab8fce50b832bdc0a2649cc3fe3d8349\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: decompress gzip/br response body before parsing captures",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T11:49:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e01b5b72834d20acd2432b3966e0655887b4a3bc",
"body": "Change-Id: Ib7631ecf6cba8bd2c24fe55f12b20dee7b79ef06",
"is_bot": false,
"headline": "v0.9.0",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T11:14:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c604c27e7e93db4812e52978eccbce71c870670",
"body": "- Persistent correlation index (respMsgId -> system/thinking/version),\n dedup system prompts via a pool; survives beyond the 200-item display\n ring and across restarts, rebuilt from the on-disk captures file.\n- Replay tool trace: pretty-printed full input (indented, 4k) + result\n (4k), tools defa\n[…]\n replay shows a guide\n banner explaining why system prompt is absent and how to enable it.\n\nChange-Id: I2212722b73c96a3d69345c66e4268e40f1ae3646\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fold captures into replay robustly + full tool trace",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T11:14:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ddc49f89f340d31acd27b37032c85a05fe5c6c0c",
"body": "Change-Id: Icf7a2737f0b24149a222344da73fe0e5c7073d72",
"is_bot": false,
"headline": "v0.8.0",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T10:49:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4151695162c537cdfd0cb594cbd83a11a18ba2ef",
"body": "…failures)\n\nThe Sessions list was built from history.jsonl, which retains far more\nsessions than transcripts survive (Claude Code prunes transcripts ~30d).\nThat showed a fixed ~200 phantom sessions, and clicking most of them hit\n'not found' because detail/replay need the transcript file. Now the lis\n[…]\nr producing content-rich\ntranscripts + a matching capture for Inspector/replay screenshots.\n\nChange-Id: I1852682506f244302066f95739b36b06b50bd64f\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: session list is now transcript-backed (fixes phantom 200 + load …",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T10:49:26Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "25528f76ef248a13ac32db8ef402f3a7ab508637",
"body": "- Replay now correlates Inspector captures by response message.id and\n folds the real system prompt, thinking and client version inline —\n no more hunting in the Inspector tab. Prominent entry + banner.\n- Capture Claude Code version from user-agent (+ anthropic-version/betas)\n- Persist captures to\n[…]\ny survive restarts; clear wipes the file too\n- Multi-shell install-proxy from previous step\n\nChange-Id: Ic6d79647039c8dc91d16a8ba489e657ee79f176c\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "v0.7.0: fold captures into replay, capture CC version, persist to disk",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T10:23:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7acbad9dcc204745813bbd0d5abeb352677c5584",
"body": "Change-Id: I5835879b7930ec091c43665c0d522d64c4aa543e",
"is_bot": false,
"headline": "v0.6.0",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T09:55:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0d235d6c55d2623034e707b6e49e23d28687cea",
"body": "Add install-proxy / uninstall-proxy CLI subcommands that write a smart\nclaude() wrapper into every shell rc (.zshrc/.zprofile/.bashrc/.bash_profile/\n.profile/fish). The wrapper probes the proxy port at call time: routes\nthrough the inspector when the panel is up, connects directly when it's\noff — never breaks Claude Code. Idempotent, backs up before first write,\nfish-syntax aware.\n\nChange-Id: Iff553735e8f76c3c7be051efa819b94c0b4ae50b\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "v0.6.0: one-command Inspector setup across all shells",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T09:55:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "84fcf165fbbce9321838f7015eab64b24b50ff2b",
"body": "Change-Id: I641893db3ca8c5cee5af69b11021c5a97bc69495\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "v0.6.0",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T09:36:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "65a182babb7dde51e46c6330dab06bafa10ad470",
"body": "New 'Inspector' tab backed by a built-in reverse proxy on PROXY_PORT\n(default PORT+1). Launch Claude Code with ANTHROPIC_BASE_URL pointing at\nit to capture every /v1/messages request: full system prompt, tool\ndefinitions, last user message, and the streamed response including\nthinking deltas and usa\n[…]\nemory-only, no API keys\nstored. Answers 'how was this reply actually generated' end to end.\n\nChange-Id: I637ee71923277dc260f4751dd759fe62c2adec0c\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "v0.6.0: Inspector — local reverse proxy to capture live API traffic",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T09:36:39Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6ffcfe7ff76a5cdf319247ec2dfdf6e2c2c6e3d5",
"body": "Change-Id: I6764eec1b4219e07f3446e660ac9a44d41c77988\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "v0.5.0",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T09:14:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0735c0ead235c853fb4bf10bb322d99e86d40be0",
"body": "- Tool calls now paired with their actual results (input + output)\n- Per-turn duration markers from turn_duration records\n- Thinking blocks rendered when present (note: Claude Code currently\n persists thinking placeholders with empty content by design)\n\nChange-Id: Ia27924c10b92bae3479b220d2fefae9143da3655\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "v0.5.0: replay shows full generation trace",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T09:14:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cc88af40fe73e5efd0cebf401c3f6fbb4a513584",
"body": "Change-Id: I963804f313a38753ee43551eae9cf5d18130a3c7\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "v0.4.0",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T08:43:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c11605b695da5c4f95eb4ac4ec087ebaa04d129e",
"body": "…, statusline, export/import, merged CLAUDE.md view\n\n- Live SSE ticker: today's spend, 10-min burn rate, active sessions\n- Daily budget with macOS notification on overspend\n- Full-text search across all transcripts (Enter in Sessions tab)\n- Chat-style session replay with collapsible tool calls\n- GET\n[…]\nort (user-created resources only)\n- Virtual merged CLAUDE.md view (global + project layers)\n\nChange-Id: Ic8b6171c5d070ce4836c4ff82bb892a0b0c121cb\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "v0.4.0: live monitor, full-text search, session replay, budget alerts…",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T08:43:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8122525df95e7f1e307bf5181fd9462a2765ab73",
"body": "Change-Id: I48285aaa400c96c1aa0a5290539ccc401aeef225\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "v0.3.0: Claude Code Wrapped",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T08:04:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "16cca060e1e5827b7086dccb24cd6a6e4b67e3e2",
"body": "One-click card generation on the Stats page (7d/30d/all-time): spend,\ntokens, top command, favorite model, peak hours, streak, and an earned\nbadge. Pure canvas rendering, zero dependencies. New GET /api/wrapped.\n\nChange-Id: Iab097b2be48aa5da469aeb250e08ae4db72bab06\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add Claude Code Wrapped: shareable PNG stats card",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T08:04:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "771d57152cb68fb3266783a0fcefaeb6d00b3c4d",
"body": "Change-Id: Ibbabfa2741dffd9511a6bcfa78182fa4cec77e01\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "v0.2.0: usage counts",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-10T07:47:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c33c52690166b47d689894e7bc055170ab43efc0",
"body": "Commands counted from history.jsonl (full history); skills/agents/workflows\ncounted from transcript tool_use blocks (~30 days), deduplicated by tool_use id.\nNew GET /api/usage endpoint; counts merged into list items as ×N badges.\n\nChange-Id: I3adb7d5c6f95554fbd081ca3b04641220cd89d27\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add usage counts: per-item badges and top-10 ranking charts",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-08T07:24:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9d0dbdc511afd214893e32037082534bcd79145f",
"body": "…image URLs\n\nChange-Id: I6d0994bc652001b9ce373f9134cdd44d62629935\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add npx quickstart, npm package config (claude-code-panel), absolute …",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-06T11:05:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "20f2d247a8987748e5afa273590abbaf1c2ee15f",
"body": "Manage commands, skills, agents, plugins, workflows, sessions and config\nfrom one browser panel, with a ccusage-accurate token usage dashboard.\ni18n (zh/en/ja), project scoping, live transcript-based stats.\n\nChange-Id: I3f3f1acae31b40b8dbe160afaa45befb9ef03ada\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Claude Panel: zero-dependency local dashboard for Claude Code",
"author_name": "13days",
"author_login": "13days",
"committed_at": "2026-07-06T10:06:09Z",
"body_truncated": false,
"is_coding_agent": true
}
],
"releases_count": 0,
"commits_last_year": 38,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 2,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "claude-code-panel",
"exists": true,
"license": "MIT",
"keywords": [
"claude",
"claude-code",
"dashboard",
"panel",
"ccusage",
"token-usage",
"skills",
"slash-commands"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/claude-code-panel",
"is_deprecated": false,
"latest_version": "0.14.0",
"repository_url": "https://github.com/13days/claude-panel",
"versions_count": 13,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2096,
"first_published_at": "2026-07-06T11:26:48.363000Z",
"latest_published_at": "2026-07-20T13:27:00.005000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 0,
"stars": 4,
"watchers": 1,
"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": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 89076,
"source_files_sampled": 2,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"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": [
"npm"
],
"dependencies": [],
"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": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "13days",
"commits": 38,
"avatar_url": "https://avatars.githubusercontent.com/u/32627409?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"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": null,
"reason": "no pull request found",
"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": 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": null,
"reason": "no workflows found",
"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": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"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": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"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": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "d8717c3213a170b9b63f865ee603e28df0d657d7",
"ran_at": "2026-07-26T21:22:37Z",
"aggregate_score": 2.6,
"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": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/13days/claude-panel",
"host": "github.com",
"name": "claude-panel",
"owner": "13days"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"security": 26,
"vitality": 32,
"community": 34,
"governance": 36,
"engineering": 35
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 32,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"commits_last_year": 38,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 2
},
"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": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "38 commits in the last year",
"points": 14.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 38
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 34,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 8,
"inputs": {
"forks": 0,
"stars": 4,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "4 stars",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 4
}
}
],
"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": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"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": "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": 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
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"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": 55,
"inputs": {
"packages": [
"claude-code-panel"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2096
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,096 downloads/month across npm",
"points": 44.3,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2096,
"ecosystems": "npm"
}
}
],
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 36,
"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": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"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": 50,
"inputs": {
"followers": 6,
"owner_type": "User",
"is_verified": null,
"owner_login": "13days",
"public_repos": 37,
"account_age_days": 3212
},
"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": "6 followers of 13days",
"points": 6.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 6,
"login": "13days"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "37 public repos, account ~8 yr old",
"points": 23.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 37
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"claude-code-panel"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 6
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "13 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 13
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 35,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"anthropic",
"ccusage",
"claude",
"claude-code",
"dashboard",
"token-usage",
"zero-dependency"
],
"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": 26,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 26,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 2.6
},
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 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 workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"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": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "critical",
"name": "AI Readiness",
"value": 24,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.711,
"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": "27 of 38 human commits state their intent (structured subject or explanatory body)",
"points": 37.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 27,
"sampled": 38
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 11,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.711,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "27 of the last 38 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 27,
"sampled": 38
}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "critical",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"primary_language": "HTML",
"largest_source_bytes": 89076,
"source_files_sampled": 2,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "HTML without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "HTML"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/2 source files over 60KB",
"points": 27.5,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 2,
"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",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T21:22:42.000326Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/1/13days/claude-panel.svg",
"full_name": "13days/claude-panel",
"license_state": "standard",
"license_spdx": "MIT"
}