Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1656,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 849146,
"Shell": 7203,
"Makefile": 1740
},
"pushed_at": "2026-07-16T18:57:22Z",
"created_at": "2026-02-15T17:28:01Z",
"owner_type": "Organization",
"updated_at": "2026-07-16T18:57:27Z",
"description": "Localization Kit: gettext PO file manager with AI translation support",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "MiniOS",
"type": "Organization",
"login": "minios-linux",
"company": null,
"location": null,
"followers": 128,
"avatar_url": "https://avatars.githubusercontent.com/u/103112948?v=4",
"created_at": "2022-04-06T10:27:03Z",
"is_verified": null,
"public_repos": 59,
"account_age_days": 1573
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.12.2",
"kind": "patch",
"published_at": "2026-07-16T18:58:17Z"
},
{
"tag": "v0.12.1",
"kind": "patch",
"published_at": "2026-07-07T19:03:40Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2026-07-07T18:12:43Z"
},
{
"tag": "v0.11.4",
"kind": "patch",
"published_at": "2026-06-22T12:51:47Z"
},
{
"tag": "v0.11.3",
"kind": "patch",
"published_at": "2026-06-20T13:27:38Z"
},
{
"tag": "v0.11.2",
"kind": "patch",
"published_at": "2026-06-19T17:29:13Z"
},
{
"tag": "v0.11.1",
"kind": "patch",
"published_at": "2026-06-18T17:23:34Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2026-06-18T14:23:57Z"
},
{
"tag": "v0.10.1",
"kind": "patch",
"published_at": "2026-03-13T17:53:58Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2026-03-12T17:22:13Z"
},
{
"tag": "v0.9.6",
"kind": "patch",
"published_at": "2026-03-08T15:50:38Z"
},
{
"tag": "v0.9.5",
"kind": "patch",
"published_at": "2026-03-08T15:39:36Z"
},
{
"tag": "v0.9.4",
"kind": "patch",
"published_at": "2026-03-08T15:03:33Z"
},
{
"tag": "v0.9.3",
"kind": "patch",
"published_at": "2026-03-07T13:53:06Z"
},
{
"tag": "v0.9.2",
"kind": "patch",
"published_at": "2026-03-05T16:06:43Z"
},
{
"tag": "v0.9.1",
"kind": "patch",
"published_at": "2026-03-04T13:13:00Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-03-04T10:16:04Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-03-04T10:18:06Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-02-21T00:00:52Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-02-19T21:20:29Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2026-02-19T15:54:01Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-02-19T15:31:49Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-02-19T13:00:37Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-02-18T18:17:31Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-02-15T21:25:16Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-02-15T17:43:11Z"
}
],
"recent_commits": [
{
"oid": "7183c5ee1c94ec2b814398026957f049fef468eb",
"body": "Prevent reordered or incomplete provider responses from assigning translations to neighboring source entries.\n\nTranslation identity:\n- Assign stable opaque IDs to gettext entries and key-value source keys.\n- Require providers to return identified JSON objects instead of positional string arrays.\n- M\n[…]\nn tests for reordered responses and missing, duplicate, or unknown IDs.\n- Add placeholder-loss tests for gettext and key-value formats.\n- Add sequential and parallel end-to-end identity mapping tests.",
"is_bot": false,
"headline": "Preserve translation identity across provider responses",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-07-16T18:56:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "351e6a6e007c2ce50d5d0984ac178e636f618c20",
"body": "When gettext extraction runs on a .po file used as a source catalog (for example grub-theme from po/en_US.po), xgettext copies msgstr values into the generated .pot file. A POT template must keep empty msgstr for non-header entries.\n\n- Clear non-header msgstr after RunXgettext writes the POT file.\n- Keep doExtract normalization as a second safety pass.\n- Add ClearTranslationsForPOT on the PO file model.\n- Add regression tests for PO-source extraction and POT clearing.",
"is_bot": false,
"headline": "Fix POT templates copied from PO sources",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-07-07T19:02:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f77feedfe675ca1ec5bfad6fee6893857a90ca5d",
"body": "Introduce the new public lokit.yaml schema built around from, except, to, and template. The new shape replaces older public examples based on source, target, dir, pattern, pot, sources, records_path, key_field, and config while keeping runtime normalization for the internal target model.\n\nConfigurat\n[…]\ntion, format, advanced, and command documentation for the new schema.\n- Refresh examples for gettext, po4a, Markdown, i18next, vue-i18n, Android, YAML, properties, Flutter, JS-KV, desktop, and polkit.",
"is_bot": false,
"headline": "Add universal config schema",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-07-07T18:11:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1c240785827851c830ebb2c5c3bfc8919b867d7d",
"body": null,
"is_bot": false,
"headline": "Fix JS-KV target handling",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-06-22T12:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffdddc682838081089d774779ccbaf8eac57daf5",
"body": null,
"is_bot": false,
"headline": "Fix PO translation hardening and lock clean targets",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-06-20T13:26:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8c18e3b2f77cfa32900c5e2d52f8fdec6ae943d",
"body": null,
"is_bot": false,
"headline": "Improve lock cleanup and model guidance",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-06-19T17:28:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27e5d4e0d4d91468be3423c1cb1bc806119fe9eb",
"body": null,
"is_bot": false,
"headline": "Fix po4a target coverage and OpenAI OAuth responses",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-06-18T17:22:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9a09652af6e3c73b280023d4e6196b35c992580",
"body": null,
"is_bot": false,
"headline": "Improve gettext extraction and desktop seeding",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-06-18T14:11:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bfb39b8fa71e9e5b8f2e60e9309b0b61d1158e9",
"body": "…lated entries",
"is_bot": false,
"headline": "Enhance lock file handling: add retranslating option and skip untrans…",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-05-14T12:44:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eabe1259289932b07731fec3879d1ee34f473ca3",
"body": "Lock init now records only translated entries, index-based targets are aggregated in status/translate output, and extract supports explicit source files for gettext targets like grub-theme.",
"is_bot": false,
"headline": "Release v0.10.1: fix lock semantics and index target UX",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-03-13T17:53:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af45e08657d6b2d0c76b1197dd4235e94833903b",
"body": "Add polymorphic source config, index-based record translation flow, and target filtering updates so catalog-style projects like minios-store can be translated from a single source index without source-language translation files.",
"is_bot": false,
"headline": "Prepare v0.10.0 with index-source target support",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-03-12T17:21:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df5cd70e45118bd70bee3aed33ec54a0c8a8ec75",
"body": null,
"is_bot": false,
"headline": "Allow target-local locale variants in config",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-03-08T15:50:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fdae8cf301a795b5978b6933a6dcae0651deabe",
"body": null,
"is_bot": false,
"headline": "Fix gettext locale path resolution for BCP-47 region codes",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-03-08T15:39:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe6d69f06d051618c81309ffe69620c899781521",
"body": null,
"is_bot": false,
"headline": "Prepare v0.9.4 release with OpenAI provider support",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-03-08T15:03:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05115f9923b7db220c5f29c6b60c680688f991b0",
"body": null,
"is_bot": false,
"headline": "Prepare v0.9.3 release with markdown translation hardening",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-03-07T13:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "022a8138067bb08105b0bf2f849911a7a1ed3b94",
"body": "Replace t.Context() usage with context.Background() in translate tests so builds pass on the CI Go toolchain where testing.T.Context is unavailable.",
"is_bot": false,
"headline": "Fix translate tests for Go 1.23 CI",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-03-05T16:29:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d6cccd9c77227c875ce087ab4da1e87bc43294f",
"body": "Remove outdated auto-detection guidance, simplify installation instructions, and align quick start and format sections with current lokit.yaml-required behavior.",
"is_bot": false,
"headline": "Update README for config-first workflow",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-03-05T16:21:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f6a641e9dd53f9aa72c950a44a66a8e7df38486",
"body": "Update po catalogs and lockfile state after rerunning translation workflows so incremental sync reflects current strings for v0.9.2 preparation.",
"is_bot": false,
"headline": "Refresh lokit translations and lock checksums",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-03-05T16:03:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "639c567afc5c96034b0df60d806d244446c5b68c",
"body": "Unify target processing across commands, add js-kv/desktop/polkit format support, and enforce explicit i18next/vue-i18n naming in config, schema, and docs. This keeps format behavior strict and prepares the codebase for the v0.9.2 release line.",
"is_bot": false,
"headline": "Refactor format handling and CLI translation architecture",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-03-05T16:02:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1874fbf2b72b202094116719ae1a590ba93e5014",
"body": null,
"is_bot": false,
"headline": "Refactor KV translation pipeline and prepare v0.9.1 release",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-03-04T13:11:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ef506788860926cf22a4e28d1d84a9949623162",
"body": null,
"is_bot": false,
"headline": "Bump installer examples to v0.9.0",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-03-04T10:14:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c4db7b17bfd21a7b066f57a7bf6389b31a0cfe0",
"body": null,
"is_bot": false,
"headline": "Refresh translated PO files and lock checksums",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-03-04T10:11:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de6f13867d55b36267e1273d185fdf87b875d422",
"body": null,
"is_bot": false,
"headline": "Fix lock updates in parallel gettext and normalize Go references",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-03-04T09:59:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d53e9331fce25f113ede0c2f959d832f524b2459",
"body": null,
"is_bot": false,
"headline": "Fix gettext lock filtering in parallel translation paths",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-03-04T09:33:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93be7f67e77a9068330c62269f24f5061d023c73",
"body": null,
"is_bot": false,
"headline": "Complete lock CLI status outputs and final plan polish",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-03-04T08:23:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5964c5fa6ee6dc2536d0c0a46d62975e4a7ec80b",
"body": null,
"is_bot": false,
"headline": "Add basic tests for lock command wiring",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-03-04T08:17:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fccc216854f4f553a491699ca26460cd7501c7c",
"body": null,
"is_bot": false,
"headline": "Add lock management commands and harden lock persistence",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-03-04T08:16:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d42bfc6b4c6e3142743d2eb25484af7593361c1",
"body": null,
"is_bot": false,
"headline": "Add tests for parallel flag argument normalization",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-03-04T08:14:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d21185b6308f89c8eaeb0c1e651f58780141fe4",
"body": "Move command handling into internal/cli, consolidate format implementations under internal/format, and simplify translate flags to match the new workflow. This aligns config/help/docs behavior and prepares the project for the v0.8.0 release line.",
"is_bot": false,
"headline": "Refactor CLI architecture and unify format packages",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-03-03T14:45:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e76b92c83728a488dfe7e71f6e766c7861497d9b",
"body": "…ease readiness",
"is_bot": false,
"headline": "Refactor localization modules and expand test coverage for v0.7.0 rel…",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-02-20T23:59:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "995bc647dd5547a07925d92bfd179e0dfc2309e1",
"body": "Add a full-featured install.sh with version selection, local binary install, custom install dir, PATH auto-setup, and GitHub Actions path support. Update docs and schema links to refs/heads/master and document installer options in README.",
"is_bot": false,
"headline": "Improve installer to match OpenCode flow",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-02-19T23:47:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15d28018a0fab2f05fa8c7549c79f21f00debfd1",
"body": "Provide a curl|bash install path via install.sh with version and install-dir flags, and update README/schema/config examples to use master raw URLs. Remove outdated README release/author sections to keep docs focused on installation and usage.",
"is_bot": false,
"headline": "Add release installer script and master-based docs links",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-02-19T23:33:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5463623e4b8053e3b7074f89f4f2ffe88a68f300",
"body": "- Add lokit.lock incremental translation system: track source string\n checksums to skip unchanged entries on subsequent runs\n- Remove external prompts.json: embed all prompt templates in code,\n allow customization only via lokit.yaml target prompt or --prompt flag\n- Add locked_keys/ignored_keys/lo\n[…]\ngrained control over which keys are translated\n- Add JSON Schema (lokit.schema.json) for editor autocompletion and\n validation of lokit.yaml\n- Update translations (325 strings × 13 languages at 100%)",
"is_bot": false,
"headline": "Add lock file, key filtering, embedded prompts, JSON Schema",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-02-19T21:16:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e43aa2eda9f95b613672228d607cb9d505dbcf6d",
"body": "Compute language column width dynamically so locale codes like pt-BR and zh-CN keep progress tables aligned across all target statistics views.",
"is_bot": false,
"headline": "Align stats tables for long locale codes",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-02-19T15:53:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d41f0d539cadac1b5de9d7fb3608cd320c2771bd",
"body": "Drop legacy target keys and default path fallbacks, update help/docs, and refresh lokit PO translations after regenerating strings.",
"is_bot": false,
"headline": "Unify target paths under dir and require explicit config",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-02-19T15:31:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "514260d89dfa16f41240987700eebbba96410871",
"body": "…name config to lokit.yaml\n\n- Add yamlfile package: YAML key/value translation format with nested structure support\n- Add mdfile package: Markdown document translation (per-language subdirectories)\n- Add propfile package: Java .properties translation files\n- Add arbfile package: Flutter ARB (Applica\n[…]\nEY, GROQ_API_KEY, OPENAI_API_KEY, OPENCODE_API_KEY\n- Update help texts and README to document all new formats\n- Add lokit.yaml self-translation config; translate all 13 languages to 100% (323 strings)",
"is_bot": false,
"headline": "Add yaml, markdown, properties, flutter formats; refactor android; re…",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-02-19T12:59:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fd3e3f1559dd182d5981dfd6388f7df23a187d28",
"body": "- Add android/ package for strings.xml translation support\n- Add i18n/ package with embedded locales (en fallback)\n- Add extract/goextract.go: Go AST-based string extractor\n- Rename credentials/ -> settings/, po/ (package) -> pofile/\n- Add .lokit.yaml project config for lokit itself\n- Add po/*.po tr\n[…]\nld\n- Update config: Android target type, DetectLanguagesNested export\n- Update extract: shebang detection, xgotext support, keyword overrides\n- Update .gitignore: add lokit-upx, generated i18n locales",
"is_bot": false,
"headline": "Add Android support, i18n, Go extraction, rename packages",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-02-18T18:13:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "173c48b4e4a95ee47b00fec04a848652dbdb1c11",
"body": "gettext/po4a tools are not natively available on Windows,\nmaking lokit impractical there.",
"is_bot": false,
"headline": "Remove Windows from build targets",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-02-15T21:49:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee7198a9b01945c0bcc5603c66549eb500b102a3",
"body": "- New config/lokitfile.go: YAML config schema with 4 target types\n (gettext, po4a, i18next, json), per-target language overrides,\n auto-detection of languages from existing files\n- Multi-target translate: dispatch to per-type handlers\n (translateGettextTarget, translatePo4aTarget, translateI18Nex\n[…]\nnfigured\n- Remove printSuggestedCommands (hardcoded type-specific hints)\n- Add gopkg.in/yaml.v3 dependency\n- Update README with .lokit.yaml documentation, schema reference,\n and updated CLI flag list",
"is_bot": false,
"headline": "Add .lokit.yaml multi-target config support",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-02-15T21:24:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bb7b3f5a305a4c31054e608b99db027beb1712da",
"body": "- Move code PO directory check to the beginning of detectProjectType()\n- Give priority to po/ for code translations in mixed projects\n- Only use manpages/po/ if no po/ directory exists\n- Add support for HTTP_PROXY/HTTPS_PROXY environment variables as fallback\n- Improve consistency with standard gettext project structure\n\nThis fixes auto-detection for projects like minios-live that have both:\n po/ - code translations (gettext)\n manpages/po/ - documentation translations (po4a)",
"is_bot": false,
"headline": "Fix project detection: prioritize po/ (code) over manpages/po/ (docs)",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-02-15T19:43:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17f70e7a91e74f379d53c2ee20bf0b39185c5d2c",
"body": "- Add pre-flight auth validation for GitHub Copilot provider\n- Improve 403 error messages with geographic restrictions info\n- Add groff escape sequence handling in JSON parser for po4a translations\n- Add proxy support documentation in README\n- Fix manpage generation from markdown (auto-detect .md files, post-process backslash sequences)\n- Add minios-live to .gitignore",
"is_bot": false,
"headline": "Add authentication checks and improve error messages",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-02-15T18:20:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b29bb590ca02d6b5aad141b9277cfecd1fa7001d",
"body": null,
"is_bot": false,
"headline": "Add GitHub Actions documentation to README",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-02-15T17:46:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9804555e431128709413ca6e3ab78ca922c2d36e",
"body": null,
"is_bot": false,
"headline": "Add GitHub Actions workflows for CI and release automation",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-02-15T17:41:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f6d149825e9bc60ef3c6eb97cdf757fc51f351e",
"body": null,
"is_bot": false,
"headline": "Update README with version command and Makefile documentation",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-02-15T17:39:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91b50c3b1dcf2c7dea9cb684f9ee5bd19c64723c",
"body": null,
"is_bot": false,
"headline": "Add version command and Makefile with build versioning",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-02-15T17:32:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecda515fbde3379eaae7c338cf1aad28c57ed5ac",
"body": null,
"is_bot": false,
"headline": "Initial commit: lokit - Localization Kit with AI translation support",
"author_name": "crim50n",
"author_login": "crim50n",
"committed_at": "2026-02-15T17:30:49Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 26,
"commits_last_year": 46,
"latest_release_at": "2026-07-16T18:58:17Z",
"latest_release_tag": "v0.12.2",
"releases_from_tags": false,
"days_since_last_push": 11,
"active_weeks_last_year": 8,
"days_since_latest_release": 11,
"mean_days_between_releases": 14
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/minios-linux/lokit",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/minios-linux/lokit",
"is_deprecated": false,
"latest_version": "v0.12.2",
"repository_url": "https://github.com/minios-linux/lokit",
"versions_count": 26,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-16T18:56:41Z",
"latest_version_yanked": null,
"days_since_latest_publish": 11
}
]
},
"popularity": {
"forks": 1,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-07-26",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 105008,
"source_files_sampled": 71,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"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": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "crim50n",
"commits": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/16401199?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"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": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 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": 7,
"reason": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"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": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "7183c5ee1c94ec2b814398026957f049fef468eb",
"ran_at": "2026-07-28T04:27:32Z",
"aggregate_score": 3.4,
"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-16T18:58:21Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/minios-linux/lokit",
"host": "github.com",
"name": "lokit",
"owner": "minios-linux"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"security": 34,
"vitality": 70,
"community": 24,
"governance": 40,
"engineering": 66
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 70,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 46,
"human_commit_share": 1,
"days_since_last_push": 11,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 11 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "46 commits in the last year",
"points": 15,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 46
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 7,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 26,
"latest_release_tag": "v0.12.2",
"releases_from_tags": false,
"days_since_latest_release": 11,
"mean_days_between_releases": 14
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "26 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 26
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 11 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~14 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 14
}
}
],
"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": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 1,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "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 (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 40,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"followers": 128,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "minios-linux",
"public_repos": 59,
"account_age_days": 1573
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "128 followers of minios-linux",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 128,
"login": "minios-linux"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "59 public repos, account ~4 yr old",
"points": 21.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 59
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/minios-linux/lokit"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 11
},
"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 11 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 11
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "26 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 26
}
}
],
"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": 66,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": 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": 34,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no 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": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 5.2,
"status": "partial",
"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": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 55,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.457,
"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": "21 of 46 human commits state their intent (structured subject or explanatory body)",
"points": 24.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 21,
"sampled": 46
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"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": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"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 46",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 46
}
}
],
"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": 99,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 105008,
"source_files_sampled": 71,
"oversized_source_files": 1
},
"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": "1/71 source files over 60KB",
"points": 54.2,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 71,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-28T04:27:36.787919Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/minios-linux/lokit.svg",
"full_name": "minios-linux/lokit",
"license_state": "standard",
"license_spdx": "MIT"
}