原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 9147,
"has_wiki": true,
"homepage": "https://infai.dipankar-das.com/",
"languages": {
"Go": 235503,
"Shell": 905,
"Go Template": 456
},
"pushed_at": "2026-07-19T17:46:28Z",
"created_at": "2026-04-25T07:41:50Z",
"owner_type": "User",
"updated_at": "2026-07-19T17:45:52Z",
"description": "TUI for managing llama.cpp model profiles — browse models, store named configs in SQLite, launch llama-server with live log streaming",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "dipankar-das.com",
"name": "Dipankar Das",
"type": "User",
"login": "dipankardas011",
"company": "@rtcamp",
"location": "INDIA",
"followers": 145,
"avatar_url": "https://avatars.githubusercontent.com/u/65275144?v=4",
"created_at": "2020-05-13T06:37:28Z",
"is_verified": null,
"public_repos": 149,
"account_age_days": 2267
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.15.1",
"kind": "patch",
"published_at": "2026-07-19T17:50:51Z"
},
{
"tag": "v0.15.0",
"kind": "minor",
"published_at": "2026-07-19T17:12:34Z"
},
{
"tag": "v0.14.0",
"kind": "minor",
"published_at": "2026-07-09T05:40:30Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2026-07-08T19:18:17Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2026-06-16T18:31:42Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2026-06-16T06:27:08Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2026-06-13T17:07:32Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-05-20T15:45:10Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-05-08T18:41:01Z"
},
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2026-04-26T14:02:30Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-04-26T13:38:36Z"
},
{
"tag": "v0.6.2",
"kind": "patch",
"published_at": "2026-04-26T11:28:23Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2026-04-26T10:05:31Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-04-26T07:03:31Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-04-25T14:10:33Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-04-25T12:56:09Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-04-25T07:46:07Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-04-25T07:44:08Z"
}
],
"recent_commits": [
{
"oid": "b1b70c1d0bdb8ef53f7985b511ba5696644dac62",
"body": "Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "updated the code",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-07-19T17:45:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ded9bb3e219bd1c2a24c16a265bcb35a9067bdc0",
"body": "Introduce an adapter pattern in the inference package to abstract\ninference engine specification building. Move metrics collection,\nstreaming, and parsing logic from tui/tps.go into inference/metrics.go.\n\nRefactor BuildLaunchSpec to BuildRunSpec, returning a unified RunSpec\nstruct containing launch \n[…]\ndate the TUI\nserver model to consume metrics via channels instead of polling, and\nremove inline prompt progress parsing.\n\nSigned-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(inference): extract engine adapters and metrics streaming",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-07-19T17:07:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "419e6e03712a001ab428a2aab39d90f6111ffa4c",
"body": "Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "resolving some edge cases",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-07-19T17:07:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "065434189d4ef88cb77a14a55b38c30eafd30716",
"body": "Introduce the ability to configure and run vLLM as an alternative\ninference engine to llama.cpp.\n\n- Add kind, base_args, and environment to inference_engine.\n- Add engine_config to profiles for engine-specific options.\n- Implement command line builder and LaunchSpec for vLLM.\n- Update metrics pollin\n[…]\ncs.\n- Adapt TUI to support adding, editing, and running vLLM.\n- Add DB migrations and unit tests for vLLM configuration.\n\nSigned-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: add support for vLLM inference engine",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-07-19T17:07:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9029337bac26f20491526fac6e90d0f106c1154b",
"body": "Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: added update notification of infai",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-07-09T05:34:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3cdbfc2c7fa9e60753b54368e662333797e0ace",
"body": "compete visual\n\nSigned-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "TUI Polish & Theming Overhaul",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-07-08T19:20:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a24f8d8d7420830eee461fbe354db6dfb171eb7",
"body": "- Persist the last active tab across application restarts\n- Theme selector: live preview, revert, swatches, box styling\n- Add themes: catppuccin, nord, dracula, kanagawa, solarized, monokai\n- Render TPS history as a sparkline bar chart in the server view\n- Highlight error and warning lines in server\n[…]\nDisplay a quick start guide when no profiles exist\n- Add tests for sparkline, theme selector revert, and tab persistence\n\nSigned-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(tui): add sparkline, log highlighting, tab persistence, theme UI",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-07-08T19:07:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "55ad8c25527042f88cdbb122f601ba7455865111",
"body": "…ns table\n\n- Profile edit screen now tracks dirty state and prompts when escaping\n with unsaved changes; user can confirm discard ('y') or keep editing\n ('n' or 'esc'). Border and help text update to show error style.\n- Runs table refactored to use an adaptive column system. Low-priority\n columns drop first when terminal width is insufficient; flex columns\n absorb leftover space for a responsive layout.\n\nSigned-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(tui): add discard confirmation to profile edit and responsive ru…",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-07-08T18:55:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f100c5063a26d3be24acdee746056f4000450e91",
"body": "Remove the dedicated confirm, profile browser, and explore screens,\nreplacing them with inline actions in their respective tabs. Add\nInModalInput methods to profiles, models, and engines tabs so that\nglobal keyboard shortcuts (q, t, tab switches) are suppressed while\nthe user is filtering or in a mo\n[…]\nept up/down keys.\nDelete confirmation now displays the profile/folder name. Add tests\nverifying keyboard input handling.\n\nSigned-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "refactor(tui): consolidate screens into tab-based UI",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-07-08T18:43:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "db3f97637d99b5fd30a3a8b2b256f882f90f06e0",
"body": null,
"is_bot": false,
"headline": "docs: move ribbon after hero, optimize PNG→WebP, improve ticker styling",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-07-02T18:47:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "100101c270551fa042aaeaee4d4b88f2117249e4",
"body": "Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "updates to the fixes",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-07-02T10:20:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d49dd8e910fe5ec31dcab105f220213d5d1aec02",
"body": "Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "updated the website",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-07-02T10:16:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dc92cc185ef17b770f782bef790d199837a67f5",
"body": "Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "remove unnecessary port and added complexity and code refactors",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-06-16T18:25:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8aa837d931b279dd32b1f77e9405f11247c7dd3",
"body": "…ing launch\n\nSigned-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(runs): Implement logic to handle existing active profile runs dur…",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-06-16T18:25:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0d0c009b56f422e459e2bcd4595bf3d6f887e62",
"body": "… tab\n\nThis commit introduces support for navigating between runs using page keys and integrates live system resource usage display into the runs tab view.\n\nChanges include:\n- Adding `Page` key bindings for run tab navigation in `keys.go`.\n- Implementing page navigation logic in `RunsTabModel` to ha\n[…]\ne tab view (`View` method) to display real-time system resource metrics (CPU, RAM, GPU usage) parsed from system output.\n\nSigned-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(tui): Add page navigation and system resource monitoring to runs…",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-06-16T18:25:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7b993ded20e7a2d97a5cd6478ee3ad3da49976fa",
"body": "This commit introduces a dedicated system for tracking, managing, and viewing running server processes within the TUI.\n\nKey changes include:\n- Introducing `RunsStore` to persist and manage run records and state.\n- Integrating run tracking into the `AppModel` to handle launching new runs, syncing run\n[…]\nated with each run.\n- Updating metric collection to correctly associate system and live metrics with a specific `RunID`.\n\nSigned-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(tui): implement run management dashboard",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-06-16T18:25:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9b83dc0334c1e45b26c1c1beb7e25c1062e27646",
"body": "This commit introduces the capability to manage multiple named Inference Engines, decoupling the execution path from a single default server binary.\n\nKey changes include:\n- Refactoring the backend service to manage `InferenceEngine` resources instead of a single `ServerBin`.\n- Updating the database \n[…]\nlete inference engines, and to select an engine when editing a profile.\n- Removing legacy executor path detection logic.\n\nSigned-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(backend, database, ui): Implement inference engine management",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-06-16T06:19:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eedb4d2bc842df0d6e314d84895a62cb0ba985d3",
"body": "Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: copy to clipboard of llm inferencing logs",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-06-13T17:02:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1a794359b01af6985c7fdfecb8caae09f7e4c04",
"body": "…nagement\n\nThis commit updates the database queries to include richer profile metadata when listing recent entries and all profiles, allowing for more comprehensive data access.\n\nIn the TUI layer, the rendering logic has been refactored to utilize a new area management system (`Area`, `ReserveHeight\n[…]\nsure that content respects reserved space allocated for headers, toasts, and fixed UI elements across different screens.\n\nSigned-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(db,tui): Enhance profile data retrieval and refactor TUI area ma…",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-06-13T17:02:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "057a2b31cfcaa5aa0aaff9fe9138b5d18cbb2699",
"body": "This commit introduces a dedicated `backend.Service` layer to decouple the TUI components from direct database access, scanner operations, and process execution details.\n\nKey changes:\n- Implemented `backend.Service` to handle all use-case logic (CRUD for profiles/models, configuration management, ar\n[…]\nice` instead of direct database or scanner calls.\n- Centralized data loading and state management via the service layer.\n\nSigned-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(architecture): introduce a service layer for backend logic",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-06-13T17:02:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bff1de0f51f743d2a466d108d8399198b5e443ca",
"body": "Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "experienet with a new UX",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-06-13T17:02:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06a1ec7f32b4a3913d27162786b9b1e8ccfcc934",
"body": "This commit introduces the capability to view, select, and edit specific profiles within the application.\n\n**Database changes:**\n* Added the `ProfileEntry` struct to couple `model.ModelEntry` and `model.Profile`.\n* Implemented `ListAllProfiles()` to fetch combined model and profile data.\n* Add\n[…]\nshProfileBrowser`).\n* Updated message handling to correctly manage errors during profile loading and profile deletion.\n\nSigned-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(profile): Implement profile browsing functionality",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-06-13T13:26:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ad06bc23b0036f1ec86890b015db2e2d47ac80d7",
"body": "Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "added autogenerated agentsmd",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-05-30T07:18:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1b1b2d00f8d7800fbdb05988470be91159968d8",
"body": "Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "release: tag message template",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-05-20T15:42:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2caa861185059f2be2c8b41f4167a5f67d0375d4",
"body": null,
"is_bot": false,
"headline": "Fold promptProgress into hasTPS; Display prompt % on the prefill line",
"author_name": "Joril",
"author_login": "Jorilx",
"committed_at": "2026-05-20T15:34:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3d835e4f63cb5175b723818d9f778fd91041a33",
"body": "…PS data",
"is_bot": false,
"headline": "fix(tui): show gen line when prompt progress is active even without T…",
"author_name": "Joril",
"author_login": "Jorilx",
"committed_at": "2026-05-20T15:34:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d13ee345e51465870e3c80cfc1ccefe9dbbd3d4",
"body": null,
"is_bot": false,
"headline": "feat(tui): move prompt progress into gen line after active",
"author_name": "Joril",
"author_login": "Jorilx",
"committed_at": "2026-05-20T15:34:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "783e0bb32d1d28c05aa77203ace0084854b431d3",
"body": null,
"is_bot": false,
"headline": "Rebased",
"author_name": "Joril",
"author_login": "Jorilx",
"committed_at": "2026-05-20T15:34:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc23b604ce2488bf7596660c69e63f0d2f37ad57",
"body": null,
"is_bot": false,
"headline": "Show prompt processing status",
"author_name": "Joril",
"author_login": "Jorilx",
"committed_at": "2026-05-20T15:34:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8400a4856f29bf7ae40d65e5ff19f088104ff1c8",
"body": "- Remove unused nDecodeTotal field from liveMetricsMsg and related code.\n- Refactor ServerModel to compute viewport height dynamically based on\n header and metrics lines, improving layout responsiveness.\n- Extract metric splitting and rendering logic into splitMetricParts for\n reuse and clarity.\n- Use a shared HTTP client for metrics requests to avoid repeated\n instantiation.\n\nSigned-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "refactor(tui): simplify live metrics and viewport logic",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-05-08T18:36:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "669e255402d3615cdf33007c495c44a533d6bc05",
"body": "- Add polling of llama.cpp /metrics endpoint for live throughput,\n prefill TPS, active/queued requests, and token counters.\n- Show recent generation TPS history with p50/p95 stats.\n- Refactor server view to display model info, resource usage, and\n throughput in a clearer, multi-line header.\n- Prevent duplicate --metrics flag in launcher args.\n\nSigned-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(tui): add live throughput metrics to server view",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-05-08T18:30:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0bcc6c112ba9638a50b41cd924157ab6851ce01",
"body": "Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "updated the readme",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-26T14:27:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9677d5eaa549637c06628c3f431ccce901dbd2d7",
"body": "Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "updated the cover.webp",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-26T14:27:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4efad67260aea272ecfa14d88d61e7ea525d272",
"body": "Added the Apache License 2.0 to the project.",
"is_bot": false,
"headline": "Add Apache License 2.0",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-26T14:11:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc39a38764699387e611570fe88c4e6697f4a6c0",
"body": "Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "updated the install commands",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-26T13:58:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a304c4fc85b5a12c96d493a5fc7c5eca70b92803",
"body": "Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "updated the website.",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-26T13:43:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3ab04c3137a729c8956eca230d776d7ff5236f1",
"body": "Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "Updated the readme",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-26T13:32:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5f703ebe3207a5f6c8e583de9e60c322543b9b8",
"body": "Refactor system and process CPU/RAM usage collection to use the gopsutil\nlibrary instead of parsing /proc or shelling out to ps. This improves\ncross-platform compatibility and reliability. Also, add checks for\nnvidia-smi presence before querying GPU stats. Update dependencies in\ngo.mod and go.sum accordingly.\n\nSigned-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(metrics): use gopsutil for CPU and RAM stats",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-26T13:11:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0b0bb0cdef5b2a5a1187359043fa2ddf3cd1733",
"body": null,
"is_bot": false,
"headline": "feat(tui): add restart flow and richer server status",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-26T12:38:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e5354819cef7c52bbe080a8e6e75731ec6110d5",
"body": "Refactor metrics collection and display in the TUI server panel to\nseparately show system-wide resource usage (CPU, RAM, GPU) and\nmodel-specific resource usage (CPU, RAM, VRAM). This improves clarity\nand monitoring of both host and model process performance. Updates\nmetrics fetching, message passing, and view rendering accordingly.\n\nSigned-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(tui): split system and model metrics in server UI",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-26T12:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad6d4ae8d6369e63c7d6530926de0826df9f1f6e",
"body": "Add a new metrics.go module to fetch and display system metrics such as\nCPU load, RAM usage, and GPU utilization in the server TUI. The server\nview now shows live metrics, uptime, and endpoint information. Metrics\nare refreshed every 2 seconds using Bubble Tea's tick mechanism.\n\nSigned-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(tui): add live system metrics to server view",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-26T12:23:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fe91034ef42e63a6d52ad155195ff8a7ea75b01",
"body": "Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(tui): add file filtering to file browser",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-26T11:24:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f6957557fb5b17b838aecf3ff0c3eaec7674804",
"body": "Replaces text input with an interactive file browser when adding new\nscan directories in the Explore screen. Introduces a new FileBrowserModel\nwith navigation, selection, and help key bindings. Updates help view and\nkeymap to support the file browser. Improves user experience by allowing\ndirectory selection via navigation instead of manual path entry.\n\nSigned-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(tui): add file browser for adding scan directories",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-26T09:51:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "583cca00c2c02774d5fc0aeb0ba9447c474e6076",
"body": "feat(db,scanner,tui): add model sync and GGUF metadata parsing",
"is_bot": false,
"headline": "Merge pull request #3 from dipankardas011/issue-1",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-26T06:58:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0b54fb4881b00ec8b823a805b9dadb38531ed3b",
"body": "Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "updates to the tui",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-26T06:57:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c230cdf7a5a7cb6cebd966c86b051abb3e4f091",
"body": "Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "updated the fixes",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-26T06:51:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db43d18d68823ef5954d3e4d104c6218c54e1cd5",
"body": "Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "modernize it",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T20:27:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49f04f7b8fd10b7ab7200c8fde1e8175358da938",
"body": "Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: improve server shutdown UX and cleanup code",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T20:19:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d560a83b4efe006a0baf5270a70c7306c5969671",
"body": "Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "refactor(db,scanner,tui): add type/metadata fields to models",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T20:16:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9efab17d37e807ec0eb10bb36c73a6f1a870b873",
"body": "also added signterm and version fix\n\nSigned-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(db): add golang-migrate for schema migrations",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T16:53:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2131e8539b12cd5ace20fc64f3bc6a9eec11b57b",
"body": "- Add new fields to ModelEntry: checksum, architecture, model_name,\n last_verified for improved model tracking.\n- Implement GGUF metadata parsing in scanner to extract architecture\n and model name from model files.\n- Compute and store SHA256 checksums for models.\n- Add DB.Sync method to synchroniz\n[…]\nlder sync, show progress spinner, and display sync results.\n- Update SQL schema and queries to support new model fields.\n\nSigned-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(db,scanner,tui): add model sync and GGUF metadata parsing",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T16:19:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2946d7a68b6bd7a8fb42bb0c335b5b7346528063",
"body": "Terminal-luxury aesthetic — Playfair Display + IBM Plex Mono,\nwarm amber palette, grain/scanline textures, scroll-triggered\nreveals, editorial screenshot showcase, interactive terminal\nmockup in hero.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add landing page for GitHub Pages",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T14:43:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0725ac59051f38fbd9ad137755bfc798d3a54334",
"body": null,
"is_bot": false,
"headline": "Create CNAME",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T14:28:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af41128d56ab693d2aaf16df0900650dac0898a4",
"body": null,
"is_bot": false,
"headline": "Create CNAME",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T14:19:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa56564b721c99c14adc9f538effe85f38e3533c",
"body": "Syscall usage (Setpgid, Kill) is Unix-only. No Windows support.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ci): drop windows build target",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T14:07:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9b05cd918508301271c79f2caa47718ea49a2583",
"body": "Split into per-target builds with correct cross-compilers.\nMigrate deprecated brews→homebrew_casks, format→formats.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ci): set per-target CC for goreleaser-cross CGO builds",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T14:00:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6494c7347af7eabc09b8b1e06f6feaa1d9aff636",
"body": "Tag push triggers cross-compiled CGO binaries via goreleaser-cross\nDocker image. Homebrew formula auto-published to dipankardas011/homebrew-tap.\nAdded --version flag with ldflags injection.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: add GoReleaser + Homebrew tap for automated releases",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T13:37:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9c4899f875dfdd283de085d38bb0a199b43a11c0",
"body": null,
"is_bot": false,
"headline": "docs: refine marketing message for faster experiments",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T13:19:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6875861261b240099a1c6293d46359e15dc88d68",
"body": null,
"is_bot": false,
"headline": "chore: remove legacy png images",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T13:09:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98ca5138b7d89ff17426269041953c62845284fc",
"body": null,
"is_bot": false,
"headline": "docs: update profile-config.webp from latest png",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T13:07:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "554de61ed0ca7ab3dfe048c403ba5256b0501ba0",
"body": null,
"is_bot": false,
"headline": "docs: use webp images in README",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T13:04:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61970ed9e2925414a92391ebb598b7121f6f47b2",
"body": null,
"is_bot": false,
"headline": "docs: update marketing message in README",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T13:01:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79f393398c9ccb0e4b4fff00bcc824ef4f067721",
"body": "Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>",
"is_bot": false,
"headline": "updated the readme",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T12:58:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08bdaf9511754e0aef545def60395d544dfd9973",
"body": null,
"is_bot": false,
"headline": "docs: add ASCII logo to README",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T12:57:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "310ce6ea509be795afd9a68a86e277adb5b3c537",
"body": null,
"is_bot": false,
"headline": "docs: streamline README",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T12:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e04401ce5087ea0d7a209945231692fb43dc8129",
"body": null,
"is_bot": false,
"headline": "chore: release v0.4.0",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T12:56:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c35733b134e34d72f338384bde28983eb57025d4",
"body": "Introduce an \"executor\" screen accessible from the model list (press 'x')\nto view, edit, or auto-detect the path to the llama-server binary. The\nexecutor uses a dedicated model with text input, error handling, and\nintegration with settings storage. The model list help and theme default\nare updated accordingly. Refactor AppModel to pointer receiver for\nconsistency with Bubble Tea best practices.",
"is_bot": false,
"headline": "feat(tui): add executor screen for llama-server binary",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T10:37:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "379a494908dcbedfd3ac4a9df3cd76e3042764e9",
"body": null,
"is_bot": false,
"headline": "updates to the readme",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T09:54:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "084d1ec4ddad7e1892a1bf1777fde3b3a7c6b9a5",
"body": "- Replace single models_dir setting with scan_dirs table; migrate legacy\n value on first run then drop it so removed folders stay removed\n- Add explore screen ([e]) to add/remove scan folders; DB writes are\n immediate on each action so ctrl+c never loses changes\n- Expand ~/... and relative paths t\n[…]\nodels are found\n- Show source scan folder badge on each model list item\n- Convert screenshots to WebP; document explore keybindings in README\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: multi-folder scan dirs, explore screen, and logo splash",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T09:53:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5ca078eb0873163968bcbdddddbe5f02f055b3ed",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: remove stale binary from tracking",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T07:45:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "adadabf9870787a75ec6adffc022844df25d5473",
"body": "- Module path: github.com/dipankardas011/infai\n- Binary name: infai\n- Config DB dir: ~/.config/infai/\n- go install github.com/dipankardas011/infai@latest\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: rename project to infai",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T07:45:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0fec2280426ca31f0633b89c64c7c6039a1e63dd",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add README with install, keybindings, and config reference",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T07:43:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3ee622f8097327da89602e72e699f9025164e8b4",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: add .gitignore, exclude binary and db files",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T07:42:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fa77f2e8f14f6da143e0f4930ec00e7883295b26",
"body": "TUI for managing llama.cpp model profiles without polluting zshrc.\nScans ~/ws/vllm for .gguf models, stores named profiles in SQLite,\nlaunches llama-server as a subprocess with live log streaming.\n\nFeatures:\n- 5 themes: tokyonight, everforest, onedark, rosepine, gruvbox (t to cycle)\n- Model browser \n[…]\nK/V (←/→ to cycle options)\n- Live server log viewport with stop control (s to stop)\n- Config stored in ~/.config/ai-inferencing-tui/config.db\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: initial ai-inferencing-tui implementation",
"author_name": "Dipankar Das",
"author_login": "dipankardas011",
"committed_at": "2026-04-25T07:41:29Z",
"body_truncated": true,
"is_coding_agent": true
}
],
"releases_count": 18,
"commits_last_year": 74,
"latest_release_at": "2026-07-19T17:50:51Z",
"latest_release_tag": "v0.15.1",
"releases_from_tags": false,
"days_since_last_push": 8,
"active_weeks_last_year": 11,
"days_since_latest_release": 8,
"mean_days_between_releases": 9.4
},
"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": "github.com/dipankardas011/infai",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/dipankardas011/infai",
"is_deprecated": false,
"latest_version": "v0.15.1",
"repository_url": "https://github.com/dipankardas011/infai",
"versions_count": 19,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-19T17:45:30Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 1,
"stars": 5,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-05-03",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 24269,
"source_files_sampled": 40,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 27517
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/charmbracelet/bubbles",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/charmbracelet/bubbletea",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.10"
},
{
"name": "github.com/charmbracelet/lipgloss",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "github.com/golang-migrate/migrate/v4",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.18.0"
},
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/mattn/go-sqlite3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.14.42"
},
{
"name": "github.com/shirou/gopsutil/v4",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.26.3"
},
{
"name": "golang.org/x/mod",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.38.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 9,
"open_issues": 2,
"closed_ratio": 0.6,
"closed_issues": 3,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "dipankardas011",
"commits": 69,
"avatar_url": "https://avatars.githubusercontent.com/u/65275144?v=4"
},
{
"type": "User",
"login": "Jorilx",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/600767?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.932
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 2,
"reason": "2 out of 8 merged PRs checked by a CI test -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/15 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "b1b70c1d0bdb8ef53f7985b511ba5696644dac62",
"ran_at": "2026-07-28T09:26:26Z",
"aggregate_score": 3.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": "2026-07-19T17:50:57Z",
"oldest_open_prs": [
{
"number": 6,
"created_at": "2026-05-20T20:41:37Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-19T17:07:23Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 5,
"created_at": "2026-05-14T16:38:46Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 8,
"created_at": "2026-06-13T12:42:38Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/dipankardas011/infai",
"host": "github.com",
"name": "infai",
"owner": "dipankardas011"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"security": 36,
"vitality": 74,
"community": 29,
"governance": 59,
"engineering": 67
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 74,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"commits_last_year": 74,
"human_commit_share": 1,
"days_since_last_push": 8,
"active_weeks_last_year": 11
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "11/52 weeks with commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 11
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "74 commits in the last year",
"points": 16.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 74
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 18,
"latest_release_tag": "v0.15.1",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 9.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "18 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 18
}
}
],
"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 ~9.4 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 9.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 29,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"forks": 1,
"stars": 5,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "5 stars",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 5
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.932
},
"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 93% of commits",
"points": 1.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 93
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"merged_prs": 9,
"open_issues": 2,
"closed_issues": 3,
"issue_closed_ratio": 0.6,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "60% of issues closed",
"points": 28.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 60
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "9/9 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 9,
"decided": 9
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/15 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": 63,
"inputs": {
"followers": 145,
"owner_type": "User",
"is_verified": null,
"owner_login": "dipankardas011",
"public_repos": 149,
"account_age_days": 2267
},
"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": "145 followers of dipankardas011",
"points": 15.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 145,
"login": "dipankardas011"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "149 public repos, account ~6 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 149
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/dipankardas011/infai"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 8
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "19 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 19
}
}
],
"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": 67,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 52,
"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": "2 out of 8 merged PRs checked by a CI test -- score normalized to 2",
"points": 4,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://infai.dipankar-das.com/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://infai.dipankar-das.com/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 36,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 36,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.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": "2 out of 8 merged PRs checked by a CI test -- score normalized to 2",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/15 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 3
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 78,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.689,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 27517
},
"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": "51 of 74 human commits state their intent (structured subject or explanatory body)",
"points": 36.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 51,
"sampled": 74
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.135,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "10 of the last 74 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 10,
"sampled": 74
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 24269,
"source_files_sampled": 40,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/40 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 40,
"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": [
"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-28T09:26:40.473606Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/dipankardas011/infai.svg",
"full_name": "dipankardas011/infai",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}