Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 52,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 19857
},
"pushed_at": "2026-07-16T11:21:18Z",
"created_at": "2023-02-08T16:56:44Z",
"owner_type": "User",
"updated_at": "2026-07-16T11:21:26Z",
"description": "Gabi CLI",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Viliam Krizan",
"type": "User",
"login": "vkrizan",
"company": "Red Hat",
"location": "Brno, CZ",
"followers": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/7695766?v=4",
"created_at": "2014-05-25T17:26:41Z",
"is_verified": null,
"public_repos": 106,
"account_age_days": 4440
},
"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.4.0",
"kind": "minor",
"published_at": "2026-07-09T14:15:50Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-01T11:50:56Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2023-10-30T10:47:11Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2023-03-09T09:37:34Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2023-02-08T17:08:22Z"
}
],
"recent_commits": [
{
"oid": "79f70bb1b31b78cfbe0a5417d28af6b2066e4e49",
"body": null,
"is_bot": false,
"headline": "feat(app): add flag -r to select a route",
"author_name": "TenSt",
"author_login": "TenSt",
"committed_at": "2026-07-16T11:21:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4da1f065c9486057201120b891da70d14dcd955",
"body": "* Add \\d, \\d table, \\h commands and automatic pager\n\n\\d lists tables, views, and sequences via pg_catalog.\n\\d <table> shows columns, indexes, and foreign key references.\n\\h shows available interactive commands.\nLong output is automatically paged through $PAGER (default: less -R).\nAll output goes thr\n[…]\n in pager trigger\n\nCount visual lines (factoring in terminal width) instead of\nlogical newlines when deciding whether to invoke the pager.\nA table row wider than the terminal counts as multiple lines.",
"is_bot": false,
"headline": "Add introspection commands \\d, \\d table, \\h and automatic pager (#10)",
"author_name": "Martin Povolny",
"author_login": "martinpovolny",
"committed_at": "2026-07-09T12:15:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d5389ac0fd239d442891840bc4c627932077e45d",
"body": "* Fix CI workflows: update actions and pin Go version\n\n- Bump go-release-action from v1.35 to v1.55 (fixes Go download\n URL parsing that caused 503 failures)\n- Pin goversion: 1.24 in release workflow\n- Bump actions/checkout from v3 to v4 (Node 20 deprecation)\n- Bump actions/setup-go from v3 to v5\n\n* Bump actions to Node 24 versions\n\n- actions/checkout v4 → v7\n- actions/setup-go v5 → v6\n\nFixes Node.js 20 deprecation warnings.",
"is_bot": false,
"headline": "Fix CI workflows: update actions to Node 24 and pin Go version (#9)",
"author_name": "Martin Povolny",
"author_login": "martinpovolny",
"committed_at": "2026-07-02T08:35:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "548a311ed230f6367170986b5072b85470b81445",
"body": null,
"is_bot": false,
"headline": "Update CI Go version to 1.24 to match go.mod",
"author_name": "Martin Povolny",
"author_login": "martinpovolny",
"committed_at": "2026-07-01T11:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c28a00c0abda26e87d52f5518798c8fcee2f248",
"body": "Replace the sh -c invocation with google/shlex for POSIX-compliant\nargument splitting. This handles editors like \"code --wait\" or\n\"vim -u NONE\" without assuming sh is available.",
"is_bot": false,
"headline": "Use shlex to parse $EDITOR instead of sh -c",
"author_name": "Martin Povolny",
"author_login": "martinpovolny",
"committed_at": "2026-07-01T11:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11c0ea24d905a337c40367065a8db99e1aaf7d5f",
"body": "Use XDG_DATA_HOME if set, otherwise ~/.local/share/gabi-cli/.\nCreates the directory automatically. Updated README with new\nflags, interactive commands, and history file location.",
"is_bot": false,
"headline": "Move history to ~/.local/share/gabi-cli/history",
"author_name": "Martin Povolny",
"author_login": "martinpovolny",
"committed_at": "2026-07-01T11:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "428905d220c3e005613f0287b3d2865d82d34ee8",
"body": "Three display modes via -display flag: auto (default), table, expanded.\nIn auto mode, if the rendered table is wider than the terminal, output\nswitches to psql-style expanded format showing each record vertically\nwith field names. Terminal width is checked on every query to handle\nresizes. Toggle with \\x at the prompt. With --fancy, field names\nrender in bold cyan.",
"is_bot": false,
"headline": "Add expanded display mode for wide tables",
"author_name": "Martin Povolny",
"author_login": "martinpovolny",
"committed_at": "2026-07-01T11:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36299332f32104fb899034c6165b2684954dfeff",
"body": "Previously os.WriteFile errors were silently discarded. Now a\nwarning is logged so the user knows if history fails to persist.",
"is_bot": false,
"headline": "Log warning on history save failure",
"author_name": "Martin Povolny",
"author_login": "martinpovolny",
"committed_at": "2026-07-01T11:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e58dbd453adc6641238dfae78848953ad391eb60",
"body": "The queries slice grew without bound. Trim oldest entries when\nthe count exceeds 500 to prevent unbounded memory and disk growth.",
"is_bot": false,
"headline": "Cap query history to 500 entries",
"author_name": "Martin Povolny",
"author_login": "martinpovolny",
"committed_at": "2026-07-01T11:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f71e8ee668bcacbb3ad62c9952870bf3170c6118",
"body": "SQL queries can contain blank lines, so \\n\\n is not a safe\ndelimiter. Switch to \\n\\x00\\n which cannot appear in valid SQL\ntext, preventing history corruption from multi-paragraph queries.",
"is_bot": false,
"headline": "Use NUL-byte delimiter for history file",
"author_name": "Martin Povolny",
"author_login": "martinpovolny",
"committed_at": "2026-07-01T11:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb74f3b01b616e89d53ae46012480905fcac3612",
"body": "Use sh -c to invoke the editor so that values like \"code --wait\"\nor \"vim -u NONE\" work correctly. Previously exec.Command treated\nthe entire string as a binary name, which failed for editors\nrequiring flags.",
"is_bot": false,
"headline": "Fix editor invocation to handle arguments in $EDITOR",
"author_name": "Martin Povolny",
"author_login": "martinpovolny",
"committed_at": "2026-07-01T11:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d3003d7a8fc31098518010f6e75856a72b920a1",
"body": "When -fancy is passed, tables render with rounded Unicode borders\nand bold cyan column headers. Default remains borderless plain text.",
"is_bot": false,
"headline": "Add -fancy flag for rounded table style with colored header",
"author_name": "Martin Povolny",
"author_login": "martinpovolny",
"committed_at": "2026-07-01T11:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b92ee2f98c4c5e95313b8699df22372501690540",
"body": "Compare the temp file mtime before and after the editor runs. If\nunchanged (e.g. vim :q!), treat it as a cancellation and don't\nexecute the query.",
"is_bot": false,
"headline": "Skip query execution when editor exits without saving",
"author_name": "Martin Povolny",
"author_login": "martinpovolny",
"committed_at": "2026-07-01T11:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a21d8b52a287f6586d90361b3135d24d97a20c8f",
"body": "History file ~/.gabi_history stores complete multi-line queries\nseparated by blank lines. Only completed queries (not commands like\n\\e) are persisted. Arrow keys cycle through full queries. \\e and\nCtrl+O on empty buffer open the last query from history, persisted\nacross sessions.",
"is_bot": false,
"headline": "Store complete queries in history, load last on startup",
"author_name": "Martin Povolny",
"author_login": "martinpovolny",
"committed_at": "2026-07-01T11:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc9ab4f43d2f11a1cc322c6a1bf5471f7a20c90f",
"body": "History is saved to ~/.gabi_history between sessions. The \\e command\nnow opens the last executed query in the editor rather than the\ncurrent partial input. Ctrl+O uses the current buffer if non-empty,\nfalling back to the last query.",
"is_bot": false,
"headline": "Add persistent history and open last query in editor",
"author_name": "Martin Povolny",
"author_login": "martinpovolny",
"committed_at": "2026-07-01T11:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb9e600e87c08e29b8aa7892c950ed450b58ad2a",
"body": "Type \\e at the prompt to open $VISUAL/$EDITOR/vi with the current\nquery buffer. Edit, save, and quit — the query executes if it ends\nwith a semicolon. Ctrl+O does the same inline, replacing the prompt\nbuffer with the editor result.",
"is_bot": false,
"headline": "Add external editor support via \\e command and Ctrl+O",
"author_name": "Martin Povolny",
"author_login": "martinpovolny",
"committed_at": "2026-07-01T11:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "356ef0cfb6d210fd827d6a4ea85480228f3d84bb",
"body": "The original go-prompt has a multi-line rendering bug where pressing\narrow-up causes lines to shift up and overwrite terminal content.\nThe elk-language fork rewrites multi-line handling with a scrolling\nbuffer that fixes this.",
"is_bot": false,
"headline": "Switch from c-bata/go-prompt to elk-language/go-prompt",
"author_name": "Martin Povolny",
"author_login": "martinpovolny",
"committed_at": "2026-07-01T11:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd8773848882d9ce2673cc084340e324ecfc87a2",
"body": null,
"is_bot": false,
"headline": "feat: multiline support",
"author_name": "Viliam Krizan",
"author_login": "vkrizan",
"committed_at": "2024-09-09T10:39:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5228d39e1220e14a1c1d0167367a7292e942617",
"body": null,
"is_bot": false,
"headline": "docs: fix installation",
"author_name": "Viliam Krizan",
"author_login": "vkrizan",
"committed_at": "2023-10-30T10:44:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48854c1967c3558ccb99c2f88ced992e4ee6e1b8",
"body": null,
"is_bot": false,
"headline": "Update README with install and usage info.",
"author_name": "Andrew Slice",
"author_login": "aslicerh",
"committed_at": "2023-10-30T10:10:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0495e3a89d3deab3ee1122def0e28684dbf7bc3e",
"body": null,
"is_bot": false,
"headline": "fix broken merge conflict",
"author_name": "Michael Mraka",
"author_login": "MichaelMraka",
"committed_at": "2023-08-07T14:56:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3843a7aec6e05eedb4fe042d54cded604410a38",
"body": null,
"is_bot": false,
"headline": "add -q to suppress logging",
"author_name": "Michael Mraka",
"author_login": "MichaelMraka",
"committed_at": "2023-08-07T14:25:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c80cc14befaa3f64b81d4aa16f82899b37474d7",
"body": null,
"is_bot": false,
"headline": "run query given on commandline",
"author_name": "Michael Mraka",
"author_login": "MichaelMraka",
"committed_at": "2023-08-07T14:25:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e163da8e12cc98fb83f73e4876aee77b61556c3",
"body": null,
"is_bot": false,
"headline": "move query logic into function",
"author_name": "Michael Mraka",
"author_login": "MichaelMraka",
"committed_at": "2023-08-07T14:25:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19238ec57479851f0dabdb543e02a50add13d152",
"body": null,
"is_bot": false,
"headline": "refactor: prompt and vars",
"author_name": "Viliam Krizan",
"author_login": "vkrizan",
"committed_at": "2023-03-09T09:36:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54469b5928cc3298df2d380e9a94e9e87531ff59",
"body": null,
"is_bot": false,
"headline": "Use go-prompt to input queries more conveniently, including history",
"author_name": "Jan Dobes",
"author_login": "jdobes",
"committed_at": "2023-03-09T09:36:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9774539d25c040ea8463a8b1d353a1a1b2288849",
"body": null,
"is_bot": false,
"headline": "Return error message with 400 status code",
"author_name": "Patrik Segedy",
"author_login": "psegedy",
"committed_at": "2023-02-28T10:57:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b1f407b9624f70c47dac48a2f8f4fe0f7118dba",
"body": null,
"is_bot": false,
"headline": "Add GitHub Action to build a release",
"author_name": "Viliam Krizan",
"author_login": "vkrizan",
"committed_at": "2023-02-08T17:05:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4df6e5f582f90643e552f275ec4415333dd23db2",
"body": null,
"is_bot": false,
"headline": "Create GitHub Action for building and vet",
"author_name": "Viliam Krizan",
"author_login": "vkrizan",
"committed_at": "2023-02-08T17:04:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "930c9ddbb7713126e576c274156b3db8e1a98c3d",
"body": null,
"is_bot": false,
"headline": "Add LICENSE",
"author_name": "Viliam Krizan",
"author_login": "vkrizan",
"committed_at": "2023-02-08T16:58:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b415780393d07b1eec7b6fd525f014a131f0f0e3",
"body": null,
"is_bot": false,
"headline": "Initial implementation",
"author_name": "Viliam Krizan",
"author_login": "vkrizan",
"committed_at": "2023-02-08T16:55:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "643dbc040e66aea87ed273478c708f8de7dfcad9",
"body": null,
"is_bot": false,
"headline": "First commit",
"author_name": "Viliam Krizan",
"author_login": "vkrizan",
"committed_at": "2023-02-03T09:58:13Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 17,
"latest_release_at": "2026-07-09T14:15:50Z",
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 4,
"days_since_latest_release": 12,
"mean_days_between_releases": 311.7
},
"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/vkrizan/gabi-cli",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/vkrizan/gabi-cli",
"is_deprecated": false,
"latest_version": "v0.4.0",
"repository_url": "https://github.com/vkrizan/gabi-cli",
"versions_count": 5,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-09T12:15:25Z",
"latest_version_yanked": null,
"days_since_latest_publish": 12
}
]
},
"popularity": {
"forks": 9,
"stars": 10,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2023-02-28",
"count": 1
},
{
"date": "2023-03-05",
"count": 1
},
{
"date": "2023-08-07",
"count": 1
},
{
"date": "2023-10-29",
"count": 1
},
{
"date": "2025-01-27",
"count": 1
},
{
"date": "2026-05-27",
"count": 1
},
{
"date": "2026-06-29",
"count": 1
},
{
"date": "2026-07-01",
"count": 1
},
{
"date": "2026-07-16",
"count": 1
}
],
"complete": true,
"collected": 9,
"total_forks": 9
},
"star_history": {
"days": [
{
"date": "2023-02-08",
"count": 1
},
{
"date": "2023-02-09",
"count": 2
},
{
"date": "2023-02-10",
"count": 1
},
{
"date": "2023-02-14",
"count": 1
},
{
"date": "2023-04-06",
"count": 1
},
{
"date": "2025-01-27",
"count": 1
},
{
"date": "2026-01-29",
"count": 1
},
{
"date": "2026-03-19",
"count": 1
},
{
"date": "2026-06-30",
"count": 1
}
],
"complete": true,
"collected": 10,
"total_stars": 10
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 17961,
"source_files_sampled": 2,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.5.0",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-2wrh-6pvc-2jm9",
"GHSA-4374-p667-p6c8",
"GHSA-4v7x-pqxf-cx7m",
"GHSA-5cv4-jp36-h3mw",
"GHSA-qppj-fm5r-hxr3",
"GHSA-qxp5-gwg8-xv66",
"GHSA-vvgc-356p-c3xw",
"GHSA-vvpx-j8f3-3w6h",
"GO-2023-1571",
"GO-2023-1988"
],
"fixed_version": "12.0.2",
"advisory_count": 25,
"oldest_advisory_days": 1251
},
{
"name": "golang.org/x/oauth2",
"direct": false,
"version": "v0.0.0-20220411215720-9780585627b5",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-6v2p-p543-phr9",
"GO-2025-3488"
],
"fixed_version": "0.27.0",
"advisory_count": 2,
"oldest_advisory_days": 511
},
{
"name": "google.golang.org/protobuf",
"direct": false,
"version": "v1.28.1",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-8r3f-844c-mc37",
"GO-2024-2611"
],
"fixed_version": "1.33.0",
"advisory_count": 2,
"oldest_advisory_days": 868
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.33.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 60
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.6.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 7
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 3,
"unknown": 2
},
"advisory_count": 31,
"affected_count": 5,
"assessed_count": 52,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/app-sre/gabi",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20230208120407-b3a08a69e7f6"
},
{
"name": "github.com/elk-language/go-prompt",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.0"
},
{
"name": "github.com/jedib0t/go-pretty/v6",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v6.4.4"
},
{
"name": "github.com/openshift/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20230201213816-61d971884921"
},
{
"name": "github.com/openshift/client-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20230120202327-72f107311084"
},
{
"name": "k8s.io/apimachinery",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.26.1"
},
{
"name": "k8s.io/client-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.26.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/app-sre/gabi",
"direct": true,
"version": "v0.0.0-20230208120407-b3a08a69e7f6",
"ecosystem": "go"
},
{
"name": "github.com/elk-language/go-prompt",
"direct": true,
"version": "v1.4.0",
"ecosystem": "go"
},
{
"name": "github.com/jedib0t/go-pretty/v6",
"direct": true,
"version": "v6.4.4",
"ecosystem": "go"
},
{
"name": "github.com/openshift/api",
"direct": true,
"version": "v0.0.0-20230201213816-61d971884921",
"ecosystem": "go"
},
{
"name": "github.com/openshift/client-go",
"direct": true,
"version": "v0.0.0-20230120202327-72f107311084",
"ecosystem": "go"
},
{
"name": "k8s.io/apimachinery",
"direct": true,
"version": "v0.26.1",
"ecosystem": "go"
},
{
"name": "k8s.io/client-go",
"direct": true,
"version": "v0.26.1",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/emicklei/go-restful/v3",
"direct": false,
"version": "v3.9.0",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/logr",
"direct": false,
"version": "v1.2.3",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/jsonpointer",
"direct": false,
"version": "v0.19.5",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/jsonreference",
"direct": false,
"version": "v0.20.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag",
"direct": false,
"version": "v0.19.14",
"ecosystem": "go"
},
{
"name": "github.com/gogo/protobuf",
"direct": false,
"version": "v1.3.2",
"ecosystem": "go"
},
{
"name": "github.com/golang/protobuf",
"direct": false,
"version": "v1.5.2",
"ecosystem": "go"
},
{
"name": "github.com/google/gnostic",
"direct": false,
"version": "v0.5.7-v3refs",
"ecosystem": "go"
},
{
"name": "github.com/google/go-cmp",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/google/gofuzz",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/google/shlex",
"direct": false,
"version": "v0.0.0-20191202100458-e7afc7fbc510",
"ecosystem": "go"
},
{
"name": "github.com/imdario/mergo",
"direct": false,
"version": "v0.3.7",
"ecosystem": "go"
},
{
"name": "github.com/josharian/intern",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/json-iterator/go",
"direct": false,
"version": "v1.1.12",
"ecosystem": "go"
},
{
"name": "github.com/mailru/easyjson",
"direct": false,
"version": "v0.7.6",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-colorable",
"direct": false,
"version": "v0.1.14",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.20",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-runewidth",
"direct": false,
"version": "v0.0.16",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-tty",
"direct": false,
"version": "v0.0.7",
"ecosystem": "go"
},
{
"name": "github.com/modern-go/concurrent",
"direct": false,
"version": "v0.0.0-20180306012644-bacd9c7ef1dd",
"ecosystem": "go"
},
{
"name": "github.com/modern-go/reflect2",
"direct": false,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/munnerz/goautoneg",
"direct": false,
"version": "v0.0.0-20191010083416-a7dc8b61c822",
"ecosystem": "go"
},
{
"name": "github.com/pkg/term",
"direct": false,
"version": "v1.2.0-beta.2",
"ecosystem": "go"
},
{
"name": "github.com/rivo/uniseg",
"direct": false,
"version": "v0.4.7",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": false,
"version": "v1.0.5",
"ecosystem": "go"
},
{
"name": "golang.org/x/exp",
"direct": false,
"version": "v0.0.0-20250305212735-054e65f0b394",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/oauth2",
"direct": false,
"version": "v0.0.0-20220411215720-9780585627b5",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.33.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/term",
"direct": false,
"version": "v0.4.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/time",
"direct": false,
"version": "v0.0.0-20220210224613-90d013bbcef8",
"ecosystem": "go"
},
{
"name": "google.golang.org/appengine",
"direct": false,
"version": "v1.6.7",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": false,
"version": "v1.28.1",
"ecosystem": "go"
},
{
"name": "gopkg.in/inf.v0",
"direct": false,
"version": "v0.9.1",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v2",
"direct": false,
"version": "v2.4.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "k8s.io/api",
"direct": false,
"version": "v0.26.1",
"ecosystem": "go"
},
{
"name": "k8s.io/klog/v2",
"direct": false,
"version": "v2.80.1",
"ecosystem": "go"
},
{
"name": "k8s.io/kube-openapi",
"direct": false,
"version": "v0.0.0-20221012153701-172d655c2280",
"ecosystem": "go"
},
{
"name": "k8s.io/utils",
"direct": false,
"version": "v0.0.0-20221107191617-1a15be271d1d",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/json",
"direct": false,
"version": "v0.0.0-20220713155537-f223a00ba0e2",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/structured-merge-diff/v4",
"direct": false,
"version": "v4.2.3",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/yaml",
"direct": false,
"version": "v1.3.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 52,
"direct_count": 7,
"indirect_count": 45
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 10,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "martinpovolny",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/51095?v=4"
},
{
"type": "User",
"login": "vkrizan",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/7695766?v=4"
},
{
"type": "User",
"login": "MichaelMraka",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/6815940?v=4"
},
{
"type": "User",
"login": "aslicerh",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/27015499?v=4"
},
{
"type": "User",
"login": "jdobes",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6650196?v=4"
},
{
"type": "User",
"login": "psegedy",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/14837841?v=4"
},
{
"type": "User",
"login": "TenSt",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/36505132?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.5
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"go.yml",
"release.yml"
],
"has_docs_dir": false,
"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": 5,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 3,
"reason": "3 out of 10 merged PRs checked by a CI test -- score normalized to 3",
"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": 6,
"reason": "Found 9/14 approved changesets -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "17 commit(s) and 0 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": 0,
"reason": "22 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "79f70bb1b31b78cfbe0a5417d28af6b2066e4e49",
"ran_at": "2026-07-22T02:56:12Z",
"aggregate_score": 3.9,
"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-16T11:21:44Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-16T11:21:18Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/vkrizan/gabi-cli",
"host": "github.com",
"name": "gabi-cli",
"owner": "vkrizan"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"security": 51,
"vitality": 66,
"community": 36,
"governance": 66,
"engineering": 52
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 66,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"commits_last_year": 17,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "17 commits in the last year",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 17
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "17 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_latest_release": 12,
"mean_days_between_releases": 311.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 12 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 12
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~311.7 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 311.7
}
}
],
"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": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"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": 36,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"forks": 9,
"stars": 10,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "10 stars",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 10
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "9 forks",
"points": 7.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 9
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (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": 66,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.5
},
"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 50% of commits",
"points": 11.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 50
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"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": 82,
"inputs": {
"merged_prs": 10,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 1
},
"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": "10/11 decided PRs merged",
"points": 34.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 10,
"decided": 11
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 9/14 approved changesets -- score normalized to 6",
"points": 9,
"status": "partial",
"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": 55,
"inputs": {
"followers": 16,
"owner_type": "User",
"is_verified": null,
"owner_login": "vkrizan",
"public_repos": 106,
"account_age_days": 4440
},
"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": "16 followers of vkrizan",
"points": 8.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 16,
"login": "vkrizan"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "106 public repos, account ~12 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 106
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/vkrizan/gabi-cli"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 12
},
"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 12 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 12
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "5 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 5
}
}
],
"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": 52,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 54,
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": "3 out of 10 merged PRs checked by a CI test -- score normalized to 3",
"points": 6,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": 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": "moderate",
"name": "Security",
"value": 51,
"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": 39,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.9
},
"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 is not maximal on development and all release branches",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "3 out of 10 merged PRs checked by a CI test -- score normalized to 3",
"points": 0.8,
"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 9/14 approved changesets -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "17 commit(s) and 0 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": "22 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 52 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 52
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 31,
"affected_packages": 5,
"assessed_packages": 52,
"unassessed_packages": 0,
"affected_by_severity": "high 3, unknown 2",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 52,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"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": 6
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 55,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.594,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "19 of 32 human commits state their intent (structured subject or explanatory body)",
"points": 31.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 19,
"sampled": 32
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"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": "no agent-authored commits among the last 32",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 32
}
}
],
"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": 17961,
"source_files_sampled": 2,
"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/2 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 2,
"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": [],
"report_type": "repository",
"generated_at": "2026-07-22T02:56:26.946204Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/v/vkrizan/gabi-cli.svg",
"full_name": "vkrizan/gabi-cli",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}