Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 344,
"has_wiki": false,
"homepage": null,
"languages": {
"TypeScript": 77405
},
"pushed_at": "2026-07-29T22:27:07Z",
"created_at": "2026-07-15T14:18:27Z",
"owner_type": "User",
"updated_at": "2026-07-21T18:48:48Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "martin-tahli",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/111641486?v=4",
"created_at": "2022-08-20T12:07:27Z",
"is_verified": null,
"public_repos": 4,
"account_age_days": 1440
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-21T18:40:43Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-16T19:16:01Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2026-07-16T14:23:38Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-07-16T14:08:48Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-16T13:16:04Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-07-16T12:13:43Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-16T11:49:21Z"
}
],
"recent_commits": [
{
"oid": "0a7d112fe1e8dc83c23abbab0daaaef403779017",
"body": "- Fix stale throughput examples (wrong ↑ 0 t/s format) with local /\n subscription / API-key sample lines\n- Rewrite the Throughput section to describe per-mode behavior (local\n rates, API 🧾 token+cost ledger, subscription hidden, streaming ↓ pulse)\n- Split the provider-applicability table into the three throughput modes\n- Document the cost extra; add git.ts to the src list in AGENTS.md",
"is_bot": false,
"headline": "docs: update README for billing-mode-aware throughput",
"author_name": "Martin Tahli",
"author_login": "martin-tahli",
"committed_at": "2026-07-21T18:48:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce7da8721f4ab195af9a64df24c35c6ea5c04892",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.6.0",
"author_name": "Martin Tahli",
"author_login": "martin-tahli",
"committed_at": "2026-07-21T18:40:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4329e423e4c0d465e23d78ef8ae7804b8b8a270",
"body": "Adapt the ⚡ segment to how the model is billed:\n- local: keep live ↑/↓ token rates (the measurable metric)\n- hosted while streaming: live ↓ speed pulse (API and subscription)\n- subscription idle: hidden; the 5h/wk quota bars are the budget meter\n- API idle: 🧾 running token totals + session cost\n\nAdd billingMode() helper and sessionTotals(); only walk the branch for\ntotals when a cost/ledger is actually shown.",
"is_bot": false,
"headline": "feat: make throughput segment billing-mode aware",
"author_name": "Martin Tahli",
"author_login": "martin-tahli",
"committed_at": "2026-07-21T18:40:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "644f4a0a279bc44fd7172e7638074a8ed7d304da",
"body": "…ss rate for hosted providers",
"is_bot": false,
"headline": "feat: add local endpoint detection for prompt-processing rate; suppre…",
"author_name": "Martin Tahli",
"author_login": "martin-tahli",
"committed_at": "2026-07-20T18:07:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b002b61d4dd0fb41bb461358b9e231ea61d46400",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.5.1",
"author_name": "Martin Tahli",
"author_login": "martin-tahli",
"committed_at": "2026-07-17T20:58:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fb3f09a4b4debc814f50fd8d410f17a4e0616da",
"body": "…tput rate reporting",
"is_bot": false,
"headline": "feat: enhance git status handling and throughput metrics; add live ou…",
"author_name": "Martin Tahli",
"author_login": "martin-tahli",
"committed_at": "2026-07-17T20:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6adde518d833f94a5ff3f444a2bb8648cb312235",
"body": null,
"is_bot": false,
"headline": "chore(release): prepare v0.5.0",
"author_name": "martin-tahli",
"author_login": "martin-tahli",
"committed_at": "2026-07-17T11:21:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82478717f9097d33dd496dc38c35b484e7f21b15",
"body": "…ut for usage-less providers\n\n- unref the git-status poll and clock tick intervals (git tick was a real\n 10s handle keeping the event loop alive after teardown; anthropic retry\n already did this correctly) so tests and the CLI can exit cleanly\n- stop and restart the git-status interval on session \n[…]\n (e.g. local llama.cpp servers), so throughput doesn't\n read stuck at 0 t/s\n- simplify deriveModel (drop unused provider-prefix mode) and tighten the\n session/project separators in the rendered line",
"is_bot": false,
"headline": "fix: stop footer timers from blocking process exit; estimate throughp…",
"author_name": "martin-tahli",
"author_login": "martin-tahli",
"committed_at": "2026-07-17T11:21:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "98533f0d4850c97b0236e3d15a845c3a8fa55ade",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "martin-tahli",
"author_login": "martin-tahli",
"committed_at": "2026-07-17T06:50:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bb5af776e7c2b517f7a08bbd3d27114de842def",
"body": "Use the current pi authentication APIs, warn on degraded context sizes,\nand reduce the Git HUD to upstream synchronization state.\n\nRelease as v0.4.0.",
"is_bot": false,
"headline": "feat: improve compatibility and status signals",
"author_name": "Martin Tahli",
"author_login": "martin-tahli",
"committed_at": "2026-07-16T19:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4993c539fbba698a2d2091900893e8e530fe44bd",
"body": null,
"is_bot": false,
"headline": "fix: keep statusline layout and usage colors consistent",
"author_name": "martin-tahli",
"author_login": "martin-tahli",
"committed_at": "2026-07-16T14:52:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b42a05883ca43fe5d5947a3cbcb93068270a2206",
"body": null,
"is_bot": false,
"headline": "chore(release): prepare v0.3.3",
"author_name": "martin-tahli",
"author_login": "martin-tahli",
"committed_at": "2026-07-16T14:38:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a08a942f75bf43d820f06cdee3be5205e20c398c",
"body": null,
"is_bot": false,
"headline": "fix: refresh statusline usage and Git changes",
"author_name": "martin-tahli",
"author_login": "martin-tahli",
"committed_at": "2026-07-16T14:38:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71a8519de5bb403cd70f88637772c34197c6d7af",
"body": null,
"is_bot": false,
"headline": "chore(release): prepare v0.3.2",
"author_name": "martin-tahli",
"author_login": "martin-tahli",
"committed_at": "2026-07-16T14:23:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55b97538ffd93e0c769e6c854b07be6b297edf3f",
"body": null,
"is_bot": false,
"headline": "fix: make segment priority responsive",
"author_name": "martin-tahli",
"author_login": "martin-tahli",
"committed_at": "2026-07-16T14:23:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a37e28a66b00ef209c07cc664481a193f08a05f",
"body": null,
"is_bot": false,
"headline": "chore(release): prepare v0.3.1",
"author_name": "martin-tahli",
"author_login": "martin-tahli",
"committed_at": "2026-07-16T14:08:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a95aab1fd651d8024a1a77f37368e0f16dbe4090",
"body": null,
"is_bot": false,
"headline": "chore: remove outdated compound engineering section from AGENTS.md",
"author_name": "martin-tahli",
"author_login": "martin-tahli",
"committed_at": "2026-07-16T14:07:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "515f4ddd2d22060156d58689ffe6821e84b33b79",
"body": "- Refactor bar rendering logic to use continuous lines instead of blocks.\n- Introduce `usageColor` function for dynamic color blending based on usage fraction.\n- Update tests to reflect new rendering style and color logic.\n- Add `formatResetCountdown` function for better time formatting.\n- Modify co\n[…]\neration for better integration with statusline.\n- Update segment order and rendering logic to prioritize core segments.\n- Enhance rate limit parsing to handle stored limits and improve error handling.",
"is_bot": false,
"headline": "feat: enhance bar rendering and color usage",
"author_name": "martin-tahli",
"author_login": "martin-tahli",
"committed_at": "2026-07-16T14:05:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "008e302bb703442d25c7f118f7d96e0c5007794c",
"body": null,
"is_bot": false,
"headline": "chore(release): prepare v0.3.0",
"author_name": "martin-tahli",
"author_login": "martin-tahli",
"committed_at": "2026-07-16T13:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cd12c81b4b82a8fc0a45eeda67ca287615ffebb",
"body": "…mits",
"is_bot": false,
"headline": "feat: enhance session usage tracking and improve rendering of rate li…",
"author_name": "martin-tahli",
"author_login": "martin-tahli",
"committed_at": "2026-07-16T13:12:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaf5b8eea422917523a029e338f43857b9dd8838",
"body": "fix: show startup statusline metrics",
"is_bot": false,
"headline": "Merge pull request #2 from martin-tahli/fix/statusline-startup-metrics",
"author_name": "martin-tahli",
"author_login": "martin-tahli",
"committed_at": "2026-07-16T12:34:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "055bad7c8884bfb20f339dd299983d09e8dab3e9",
"body": null,
"is_bot": false,
"headline": "chore(release): prepare v0.2.2",
"author_name": "Martin Tahli",
"author_login": null,
"committed_at": "2026-07-16T12:33:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f2fe8f41afc0a9c6efb1dc55563067e965ca98d",
"body": null,
"is_bot": false,
"headline": "fix: show startup statusline metrics",
"author_name": "Martin Tahli",
"author_login": null,
"committed_at": "2026-07-16T12:30:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74779e938a32d352f702084aedf24cad7073f1af",
"body": null,
"is_bot": false,
"headline": "docs: make usage bars web-safe",
"author_name": "Martin Tahli",
"author_login": null,
"committed_at": "2026-07-16T12:12:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5622d05af9660ade04a6cbe2a11dc74f9e42bf1b",
"body": null,
"is_bot": false,
"headline": "chore(release): prepare v0.2.0",
"author_name": "Martin Tahli",
"author_login": null,
"committed_at": "2026-07-16T11:20:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8e181bd4d30fbf18ad76b42f0687d4694c75202",
"body": null,
"is_bot": false,
"headline": "ci: automate checks and npm publishing",
"author_name": "Martin Tahli",
"author_login": null,
"committed_at": "2026-07-16T11:04:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d26b593c59b7b22ffd3c8deb6c35cca08f10749",
"body": null,
"is_bot": false,
"headline": "docs: capture statusline redesign plan",
"author_name": "Martin Tahli",
"author_login": null,
"committed_at": "2026-07-16T09:42:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13bfd237c4866fa4b3ef51acb7832c1d8dc1d220",
"body": null,
"is_bot": false,
"headline": "pi-statusline-pdw.10.6: document redesigned statusline",
"author_name": "Martin Tahli",
"author_login": null,
"committed_at": "2026-07-16T09:39:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "844441a16afab1d6126c5721a68baf3b35141ef6",
"body": null,
"is_bot": false,
"headline": "pi-statusline-pdw.10.5: render emoji themed footer",
"author_name": "Martin Tahli",
"author_login": null,
"committed_at": "2026-07-16T09:32:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf10e7a96f2ff3b9f209551753dd8bcdc9cc7ddb",
"body": null,
"is_bot": false,
"headline": "pi-statusline-pdw.10.4: prioritize narrow footer segments",
"author_name": "Martin Tahli",
"author_login": null,
"committed_at": "2026-07-16T09:29:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "095a1b0443d26ce9cc40e1326a5b4b1a4ef250ba",
"body": null,
"is_bot": false,
"headline": "pi-statusline-pdw.10.3: tick active time and stop cleanly",
"author_name": "Martin Tahli",
"author_login": null,
"committed_at": "2026-07-16T09:28:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5592ea825c129cced689af7b47c1018b7ddab20",
"body": null,
"is_bot": false,
"headline": "pi-statusline-pdw.10.2: add throughput fallbacks and levels",
"author_name": "Martin Tahli",
"author_login": null,
"committed_at": "2026-07-16T09:25:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10e1a3b4b0f295f2c754a51b23ceab6176a81090",
"body": null,
"is_bot": false,
"headline": "pi-statusline-pdw.10.1: render smooth utilization pills",
"author_name": "Martin Tahli",
"author_login": null,
"committed_at": "2026-07-16T09:23:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2fffaf2e80fe9f9e39f831ee52fe0551b510b17",
"body": null,
"is_bot": false,
"headline": "chore: remove legacy beads tracker, ignore ce-workflow runtime state",
"author_name": "Martin Tahli",
"author_login": null,
"committed_at": "2026-07-16T07:48:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7577d2873809a2084ccce50ea7fab36042cb2df3",
"body": "feat: ship configurable pi statusline\n\n# Conflicts:\n#\t.gitignore",
"is_bot": false,
"headline": "Merge pull request #1 from martin-tahli/feat/pi-statusline",
"author_name": "Martin Tahli",
"author_login": null,
"committed_at": "2026-07-16T07:04:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be29f150294b616a0548fb997e757442d5369340",
"body": "…t docs; ignore node_modules",
"is_bot": false,
"headline": "chore: replace compound-engineering AGENTS.md boilerplate with projec…",
"author_name": "Martin Tahli",
"author_login": null,
"committed_at": "2026-07-16T07:03:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c067a47003ae57ed496e6482766f9cddba2a39c9",
"body": "Add a width-safe footer with provider-aware segments, throughput and time\nmetrics, fail-closed Anthropic quota bars, persistent toggles, tests, and\npublishable pi package metadata.",
"is_bot": false,
"headline": "feat: ship configurable pi statusline",
"author_name": "Martin Tahli",
"author_login": null,
"committed_at": "2026-07-15T14:56:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3209005689dff30b639936b8e1e4f69c14b89e03",
"body": "…apsed/last-turn)\n\nReuses the IU4 turn-timing accumulator; active time on by default, sub-metrics off. Updates R1 order, AE1/AE2/AE7, D7/D8, IU2/IU4, AC3.",
"is_bot": false,
"headline": "plan: add R13 time-metrics segment (active working time + optional el…",
"author_name": "Martin Tahli",
"author_login": null,
"committed_at": "2026-07-15T14:16:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f10a86345c2643704dad056424009ab24ac264e",
"body": "- .gitignore: ignore .pi/ and .pi-subagents/ runtime artifacts\n- AGENTS.md: pi-compound-engineering tool map\n- docs/plans/pi-statusline-plan.md: master roadmap plan for the statusline footer extension",
"is_bot": false,
"headline": "chore: init workflow scaffolding + pi-statusline master plan",
"author_name": "Martin Tahli",
"author_login": null,
"committed_at": "2026-07-15T14:13:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53b34a94741007a04cee5d2053b5ff837dac2f22",
"body": null,
"is_bot": false,
"headline": "bd init: initialize beads issue tracking",
"author_name": "Martin Tahli",
"author_login": null,
"committed_at": "2026-07-15T13:19:57Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 40,
"latest_release_at": "2026-07-21T18:40:43Z",
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 2,
"days_since_latest_release": 8,
"mean_days_between_releases": 0.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@shvax/pi-statusline",
"exists": true,
"license": "MIT",
"keywords": [
"pi-package",
"pi",
"statusline",
"footer"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@shvax/pi-statusline",
"is_deprecated": false,
"latest_version": "0.6.0",
"repository_url": "https://github.com/martin-tahli/pi-statusline",
"versions_count": 13,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2028,
"first_published_at": "2026-07-15T14:54:59.573000Z",
"latest_published_at": "2026-07-21T18:41:07.976000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": 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": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 18716,
"source_files_sampled": 18,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 568
},
"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": 2,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "martin-tahli",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/111641486?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/28 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": 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": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 10,
"reason": "all dependencies are pinned",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "0a7d112fe1e8dc83c23abbab0daaaef403779017",
"ran_at": "2026-07-30T12:25:50Z",
"aggregate_score": 4.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-21T18:48:26Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-16T12:34:08Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/martin-tahli/pi-statusline",
"host": "github.com",
"name": "pi-statusline",
"owner": "martin-tahli"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"security": 48,
"vitality": 71,
"community": 32,
"governance": 48,
"engineering": 63
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"commits_last_year": 40,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"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": "40 commits in the last year",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 40
}
}
],
"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": "excellent",
"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": 100,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 0.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.9
}
}
],
"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": 32,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "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": [
"@shvax/pi-statusline"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2028
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,028 downloads/month across npm",
"points": 44.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2028,
"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": 48,
"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": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 2,
"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": "2/2 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 2,
"decided": 2
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "critical",
"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": 29,
"inputs": {
"followers": 0,
"owner_type": "User",
"is_verified": null,
"owner_login": "martin-tahli",
"public_repos": 4,
"account_age_days": 1440
},
"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": "0 followers of martin-tahli",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "martin-tahli"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "4 public repos, account ~3 yr old",
"points": 13,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 4
}
},
{
"code": "account_age_years",
"params": {
"years": 3
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@shvax/pi-statusline"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 8
},
"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 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 63,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 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": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 48,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 48,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/28 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": "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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"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": "good",
"name": "AI Readiness",
"value": 73,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.8,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 568
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.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": "32 of 40 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 32,
"sampled": 40
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0,
"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": 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": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"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 40",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 40
}
}
],
"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": "all dependencies are pinned",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 18716,
"source_files_sampled": 18,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/18 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 18,
"oversized": 0
}
}
],
"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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-30T12:25:58.099626Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/martin-tahli/pi-statusline.svg",
"full_name": "martin-tahli/pi-statusline",
"license_state": "standard",
"license_spdx": "MIT"
}