Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 4729,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 228155,
"HTML": 39644,
"Shell": 6565,
"PLpgSQL": 5291,
"Makefile": 6733,
"Dockerfile": 858,
"JavaScript": 19806
},
"pushed_at": "2026-07-19T21:43:35Z",
"created_at": "2025-02-12T21:07:04Z",
"owner_type": "User",
"updated_at": "2026-07-25T10:48:56Z",
"description": ":brain: 100% Local Memory layer and Knowledge base for agents with WebUI ",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go",
"HTML"
]
},
"owner": {
"blog": "https://mudler.pm",
"name": "Ettore Di Giacinto",
"type": "User",
"login": "mudler",
"company": null,
"location": "Italy",
"followers": 2409,
"avatar_url": "https://avatars.githubusercontent.com/u/2420543?v=4",
"created_at": "2012-09-25T13:56:46Z",
"is_verified": null,
"public_repos": 306,
"account_age_days": 5050
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.6.4",
"kind": "patch",
"published_at": "2026-07-19T21:43:36Z"
},
{
"tag": "v0.6.3",
"kind": "patch",
"published_at": "2026-06-25T22:48:48Z"
},
{
"tag": "v0.6.2",
"kind": "patch",
"published_at": "2026-05-08T12:52:00Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2026-05-07T12:32:11Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-05-06T22:47:39Z"
},
{
"tag": "v0.5.9",
"kind": "patch",
"published_at": "2026-04-15T17:01:26Z"
},
{
"tag": "v0.5.8",
"kind": "patch",
"published_at": "2026-03-14T22:09:26Z"
},
{
"tag": "v0.5.7",
"kind": "patch",
"published_at": "2026-03-14T10:15:03Z"
},
{
"tag": "v0.5.6",
"kind": "patch",
"published_at": "2026-03-14T10:02:25Z"
},
{
"tag": "v0.5.5",
"kind": "patch",
"published_at": "2026-02-16T22:38:06Z"
},
{
"tag": "v0.5.4",
"kind": "patch",
"published_at": "2026-02-06T20:14:16Z"
},
{
"tag": "v0.5.3",
"kind": "patch",
"published_at": "2026-01-30T16:55:28Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2026-01-11T22:12:49Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2026-01-10T22:52:37Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-01-10T21:28:28Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2025-06-09T20:10:11Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2025-05-22T20:34:34Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2025-05-21T21:22:14Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2025-04-03T19:36:56Z"
},
{
"tag": "v0.1",
"kind": "other",
"published_at": "2025-03-08T11:55:48Z"
}
],
"recent_commits": [
{
"oid": "4de7307e16e2e603c24592a536281c6215e3821f",
"body": "…to v0.6.3) (#52)\n\nAdds BM25_TEXT_CONFIG environment variable (default: \"english\") to override\nthe hardcoded BM25 tokenizer/stemmer configuration on the PostgreSQL\nhybrid-search engine. v0.6.3 hardcodes text_config='english', which\nmis-tokenizes non-English corpora.\n\nWhen \"de_en\" is requested, a cus\n[…]\nport of walcz-de commit bd38807 (originally on v0.5.9) onto v0.6.3.\nThe search_vector to_tsvector('english', ...) remains a separate follow-up.\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(postgres): make BM25 text_config env-configurable (forward-port …",
"author_name": "walcz-de",
"author_login": "walcz-de",
"committed_at": "2026-07-19T21:43:11Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d5f4a998e01fcbc0ed625e1fcb9f581da0c74c12",
"body": "The image built pg_textsearch from the moving main branch, shipping an\nunreproducible \"1.0.0-dev\". That dev build's bm25 access method could wedge\nan INSERT on a buffer-content lock indefinitely (uninterruptible — only a\nPostgres restart cleared it), holding the relation lock and stalling every\nothe\n[…]\nbuild arg for deliberate future bumps.\n\n\nAssisted-by: Claude:claude-opus-4-8 [Claude Code]\n\nSigned-off-by: Ettore Di Giacinto <mudler@localai.io>\nCo-authored-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": true,
"headline": "chore(docker): pin pg_textsearch to v1.3.1 (#50)",
"author_name": "LocalAI [bot]",
"author_login": "localai-bot",
"committed_at": "2026-06-26T06:27:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1c6a03d0c29fbcb692d60411141a0904e51fbe57",
"body": "…the store (#49)\n\nA corrupt custom-index access method (e.g. a BM25 index left inconsistent\nby a past pg_resetwal) can make an INSERT spin indefinitely on a\nbuffer-content lock. The wedged backend holds its relation lock the whole\ntime, so every later statement on that table queues behind it - one s\n[…]\ne env-overridable; \"0\"/\"off\" opts out.\n\n\nAssisted-by: Claude:claude-opus-4-8 [Claude Code]\n\nSigned-off-by: Ettore Di Giacinto <mudler@localai.io>\nCo-authored-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": true,
"headline": "fix(postgres): per-connection timeouts so a wedged index can't stall …",
"author_name": "LocalAI [bot]",
"author_login": "localai-bot",
"committed_at": "2026-06-25T22:40:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d0073dd5dc32d9bc55cefa15c1ef0be8ce4626fc",
"body": "sanitizeTableName only replaced '-', '.' and ' ' with underscores, so a\ncollection name containing other characters leaked into the interpolated\nCREATE TABLE statement and produced a SQL syntax error.\n\nLocalAI namespaces per-user collections as \"{userID}:{name}\". Under legacy\nAPI-key auth the userID\n[…]\no per-user table\nisolation on a shared database is unaffected.\n\nFixes mudler/LocalAI#10375\n\nSigned-off-by: Ettore Di Giacinto <mudler@localai.io>\nCo-authored-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": true,
"headline": "fix(postgres): sanitize all non-identifier chars in table names (#48)",
"author_name": "LocalAI [bot]",
"author_login": "localai-bot",
"committed_at": "2026-06-18T14:28:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9a3b3321a9cd6e56edd15e0c7a645eeb475a7030",
"body": "* fix(postgres): index-backed RRF hybrid search to avoid full seqscan\n\nThe hybrid search query wrapped the vector distance operator in a scalar\nsimilarity expression and sorted on the alias (ORDER BY similarity DESC).\nThat blinds the planner: pgvector's HNSW/DiskANN index can only serve a\nbare \"ORDE\n[…]\ndividual embedding call.\n\nSigned-off-by: Ettore Di Giacinto <mudler@localai.io>\n\n---------\n\nSigned-off-by: Ettore Di Giacinto <mudler@localai.io>\nCo-authored-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": true,
"headline": "fix(postgres): index-backed RRF hybrid search (#10186) (#46)",
"author_name": "LocalAI [bot]",
"author_login": "localai-bot",
"committed_at": "2026-06-06T07:00:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d999943a29ea5f7782768de45e2d698079072f20",
"body": "…re (#44)\n\nThree connected bugs in the standalone server:\n\n1. registerAPIRoutes loaded every on-disk collection at boot via\n newVectorEngine. For the postgres engine that constructor performs a\n \"test embedding\" probe that requires the embedding model to be\n reachable. Any error returned hit o\n[…]\nteEntry) now go through lookupCollection.\n\n- The createCollection HTTP handler returns 502 Bad Gateway with a\n helpful error body on engine init failure instead of crashing or\n silently storing nil.",
"is_bot": false,
"headline": "fix: rehydrate collections lazily; never os.Exit on engine init failu…",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-05-08T12:51:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7b0f8dd7afd53d015858e4d7d12da8069292bbe4",
"body": "CI failed after a7724fe (the go-fitz → go-pdfium switch) with:\n\n go: go.mod requires go >= 1.25.0 (running go 1.24.13; GOTOOLCHAIN=local)\n\n`go mod tidy` after the dep swap pulled in newer x/{net,sync,sys,text,\ntools} that bumped the module's go directive to 1.25. The Dockerfile\nwas still on golang:\n[…]\n26-alpine)\nand LocalAI's Dockerfile (GO_VERSION=1.26.0). Same toolchain across\nthe suite means consistent module-graph resolution.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: bump Dockerfile golang base to 1.26 (matches go.mod requirement)",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-05-07T08:43:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a7724fef6f811bbdb177b5ae4c20847a33444ea3",
"body": "7a2086c (v0.6.0) moved PDF extraction from dslipak/pdf to\ngen2brain/go-fitz. That fixed the \"PDF parser hangs forever\" class of\nbug, but it broke aarch64 builds of every consumer that pulls\nLocalRecall through cgo:\n\n /usr/bin/ld:\n /root/go/pkg/mod/github.com/gen2brain/go-fitz@v1.24.15/libs/libmupd\n[…]\nd across uploads. The 60s\ngoroutine timeout is unchanged — defensive belt-and-braces in case a\npathological PDF eats too much CPU.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(rag): switch PDF extractor from go-fitz (cgo) to go-pdfium (WASM)",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-05-07T07:46:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7a2086c629dccaa5d12195a325e794fcb5744ee9",
"body": "The previous PDF parser (github.com/dslipak/pdf v0.0.2) is a single-\nmaintainer pure-Go library that can hang indefinitely on certain xref\nlayouts, encrypted PDFs, scanned-image-only files, and a few other\nstructural quirks. With no timeout and no context, a single bad PDF\nsits inside `chunkFile` → \n[…]\nignal). The\nexisting UTF-8 / null-byte sanitization is preserved — libmupdf can\nstill emit byte sequences that PostgreSQL rejects.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(rag): switch PDF text extraction to go-fitz (libmupdf), add timeout",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-05-06T22:45:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6138c1f535abdf03004cf344320063be9bd7801e",
"body": "The three persistent-collection constructors called os.Exit(1) when the\nunderlying engine or PersistentKB init failed. That's acceptable for the\nCLI/server startup path here, but it was catastrophic when the same\nconstructors were embedded in long-running servers (LocalAGI / LocalAI):\na transient em\n[…]\nter handling the error itself — so the\nLocalRecall binary's behavior is unchanged. Embedded callers can pass the\nerror up and degrade gracefully.\n\nSigned-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "fix(rag): return errors from NewPersistent*Collection instead of os.Exit",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-05-04T16:29:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8ad831f840fcd7de84c6951e5530e5e2a763795d",
"body": "…anges\n\ncheckAndRecalculateEmbeddings re-embedded existing rows on a model\nswitch but never resized the VECTOR column, so the very next insert\nhit 'expected N dimensions, not M' (SQLSTATE 22000). Migrate by\nDROP/ADD COLUMN at the new dimensionality inside a transaction, after\nhaving pre-computed every new embedding so an embedder outage cannot\nleave the collection half-migrated. Recreate the vector index after\nthe swap via the new createVectorIndex helper.",
"is_bot": false,
"headline": "fix(postgres): migrate vector column when embedding dimensionality ch…",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-04-15T16:48:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "810084e9369b2940337b665f429621d165fe390b",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "return also file name",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-03-21T00:50:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "422f3b1fff45555055c5b3ca64548e5441f79321",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "Return uuid of stored file",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-03-21T00:33:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8190f977a369fc2f7a68c27c3008a04503f3e4b0",
"body": "* feat: drop memory index\n\nSigned-off-by: Ettore Di Giacinto <mudler@localai.io>\n\n* Potential fix for pull request finding\n\nCo-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>\n\n* fix tests\n\nSigned-off-by: Ettore Di Giacinto <mudler@localai.io>\n\n---------\n\nSigned-off-by: Ettore Di Giacinto <mudler@localai.io>\nCo-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: drop memory index (#43)",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-03-20T07:36:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "933f68603f627dfdc23cef30c5871626777bf0e0",
"body": "…ctions\n\nSigned-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "feat: allow to upload documents with different filenames, scope colle…",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-03-19T17:07:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96d63875cc472cc60da9a2e6e72ad54be423f0a7",
"body": "…ontent\n\nSigned-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "chore(refactor): make it prominent that we store even non indexable c…",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-03-14T22:18:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc8b5023a1ee777aedf2b0ecce8b954f4df593de",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "feat(api): expose endpoint to get raw file",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-03-14T22:08:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43426c06c67a9e7ab6c8bcf9ecebdbf4dcf9a9ee",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "fix: also strip \\x00",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-03-14T10:13:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ce78debcc802df0072d50fdef061ba344b69772",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "add pg_textsearch to preloaded libs",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-03-14T10:10:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e4b5f3abe74d3bec0dce519c3cf69eb1c11948b",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "fix: correctly handle UTF-8 and invalid chars",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-03-14T10:00:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "330bcb2eb4f14012e23206adad6cc168581e7c79",
"body": "Added TimescaleDB license configuration and granted superuser privileges to the PostgreSQL user.",
"is_bot": false,
"headline": "Configure TimescaleDB license and user privileges",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-02-16T22:37:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "399a53400290eda701f0d72cb58ef9ecb66538b6",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "chore: annotate creation date in entry metadata",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-02-06T20:13:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1a5d2ea9440c6e5d6feaa5020185bdc7960b2fb",
"body": "* feat: allow to fetch entry from collection\n\nSigned-off-by: Ettore Di Giacinto <mudler@localai.io>\n\n* Add tests\n\nSigned-off-by: Ettore Di Giacinto <mudler@localai.io>\n\n* Attach to webui\n\nSigned-off-by: Ettore Di Giacinto <mudler@localai.io>\n\n* Add overlap support, return content from file\n\nSigned-off-by: Ettore Di Giacinto <mudler@localai.io>\n\n---------\n\nSigned-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "feat: allow to fetch entry from collection / support overlap (#41)",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-01-30T16:55:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "947a2fa3b5ebe07c80f2c3b88fc6d2835834a449",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "Update README with MCP instructions",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-01-15T21:12:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f73ff3a02fb129b0b47c0c3cf00b6927e436d69",
"body": "…g (#39)\n\n* Initial plan\n\n* Add standardized API response structure and update all route handlers\n\nCo-authored-by: mudler <2420543+mudler@users.noreply.github.com>\n\n* Update frontend to handle standardized API responses\n\nCo-authored-by: mudler <2420543+mudler@users.noreply.github.com>\n\n* Remove unus\n[…]\n420543+mudler@users.noreply.github.com>\n\n---------\n\nCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>\nCo-authored-by: mudler <2420543+mudler@users.noreply.github.com>",
"is_bot": false,
"headline": "Standardize API response structure and fix inconsistent error handlin…",
"author_name": "Copilot",
"author_login": "Copilot",
"committed_at": "2026-01-12T22:39:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2cf046f613e3756a5489b557297a7ca6d560b2da",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "bailout if we can't create extensions (#38)",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-01-12T21:14:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "099fab7869ab06b100801fdf2d3f68ecf31a4ebd",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "Add volumes to docker compose file",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-01-12T18:39:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "910990de35e20fcb4fdd9ca0019484096e963ed7",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "Disable latest images for postgresql",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-01-11T22:12:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c843f741903fc379bb8615b0520fe967ddd11bb",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "create postgresql user",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-01-11T22:10:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d28ddac0acc6db09f38e9ab5a72c1e09d105e96e",
"body": "* Initial plan\n\n* Add os.MkdirAll for collectionDBPath to ensure directory exists\n\nCo-authored-by: mudler <2420543+mudler@users.noreply.github.com>\n\n---------\n\nCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>\nCo-authored-by: mudler <2420543+mudler@users.noreply.github.com>",
"is_bot": false,
"headline": "[WIP] Ensure collectionDBPath exists with os.Mkdirall (#37)",
"author_name": "Copilot",
"author_login": "Copilot",
"committed_at": "2026-01-10T22:52:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "619023c627407b30cbba38c395ced5d1afb8b42b",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "feat(ui): split into separate pages (#36)",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-01-09T22:37:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c71095617d2eb011fec4a16188372e7ee79c7ca",
"body": "* feat: add postgresql engine and tests\n\nSigned-off-by: Ettore Di Giacinto <mudler@localai.io>\n\n* fixups\n\nSigned-off-by: Ettore Di Giacinto <mudler@localai.io>\n\n* fixups\n\nSigned-off-by: Ettore Di Giacinto <mudler@localai.io>\n\n* fixups\n\nSigned-off-by: Ettore Di Giacinto <mudler@localai.io>\n\n* fixups\n\n[…]\nGiacinto <mudler@localai.io>\n\n* tAdd tests for hybrid/semantic search and reset\n\nSigned-off-by: Ettore Di Giacinto <mudler@localai.io>\n\n---------\n\nSigned-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "feat: add postgresql engine and tests (#34)",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-01-09T22:32:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "542712aa3d079acb53a3a3009fe46bb5ff22f910",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "Use xlog",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2026-01-08T22:51:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bb7e908f4ef45668a960099fd65bb4136e934fb",
"body": null,
"is_bot": false,
"headline": "Update docker-compose.yml",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-07-18T17:08:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03f36d67663d0e4a1a8754a0a4fbc81b4400bdf8",
"body": "feat: automatically repopulate if embedding model is switched",
"is_bot": false,
"headline": "Merge pull request #25 from mudler/support_embeddings_switch",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-06-09T19:43:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1831560cdd820895d1bc9d8e0ff8847d7aee7b2",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "feat: automatically repopulate if embedding model is switched",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-06-09T17:59:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59a15e7368afde344b63732e52904748e44c30e4",
"body": "feat(external sources): support git",
"is_bot": false,
"headline": "Merge pull request #22 from mudler/feat/git",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-05-22T20:33:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e07f0fa48659e91a994a86bb244943011aef803",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "update README",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-05-22T20:21:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "514578dae8c4ebe870cb39f4e616f7631f03e2fe",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "feat(external sources): support git",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-05-22T20:19:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33116b56391d4a406310a15768342dd7faa36ef3",
"body": "fix: update lastUpdate correctly",
"is_bot": false,
"headline": "Merge pull request #21 from mudler/fix/update-lastupdate",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-05-22T13:49:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "122a5bee3ef0a873fecef12452684ff8d09b0f65",
"body": "Signed-off-by: mudler <mudler@localai.io>",
"is_bot": false,
"headline": "fix: update lastUpdate correctly",
"author_name": "mudler",
"author_login": "mudler",
"committed_at": "2025-05-22T13:32:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1298530ea03f3dcde9f7d7b04df941f41042f0dc",
"body": "feat: Speedup adding batch of documents",
"is_bot": false,
"headline": "Merge pull request #20 from mudler/feat/speedup-add-documents",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-05-22T10:50:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9875fc4667a0dc2f65ae9ac4830dae721aacbc16",
"body": "Signed-off-by: mudler <mudler@localai.io>",
"is_bot": false,
"headline": "Speedup adding batch of documents",
"author_name": "mudler",
"author_login": "mudler",
"committed_at": "2025-05-22T10:31:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1013e4ef5dbc51e92d0fc50984300d7a0626b2da",
"body": "chore(tests): add persistency and source manager tests",
"is_bot": false,
"headline": "Merge pull request #19 from mudler/tests",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-05-21T21:21:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21a24048bb0076d51ed25839fbe738948e9b56db",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "lock during store and replace",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-05-21T21:09:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24c6db1f8589a29292dfc5ee44eb5c05c4ba85c5",
"body": null,
"is_bot": false,
"headline": "Fixups",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-05-21T20:27:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9eb78b3b5155ae0bc880052fcf45e5e11bb0e70d",
"body": null,
"is_bot": false,
"headline": "Set concurrency for tests",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-05-20T20:55:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "954c2bfca346a7ea82c119e06745ffd8eddfd3f1",
"body": null,
"is_bot": false,
"headline": "Debug",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-05-20T20:54:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b1061f7897dd312b8d503ac8390299e0b32faff",
"body": null,
"is_bot": false,
"headline": "Fixups",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-05-20T20:54:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81c2cb509aaa00f95e99cb9542e26d9ab023af0f",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "Add source manager tests",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-05-20T20:48:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4da1a535b7f7b512de892b593985aeb703a6cf1d",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "feat: add context to source manager",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-05-20T20:48:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "571cd87d80bbfb5a3ec0124f21972971d143c655",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "chore(tests): add persistency tests",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-05-20T20:35:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1870013c7313dae47974ee6e9c2e3ec1b45b1518",
"body": "feat: support URLs with sitemaps",
"is_bot": false,
"headline": "Merge pull request #18 from mudler/feat/sources-2",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-05-20T20:28:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f28374b1abb2f58ccbaaf064e78867a79fb3d998",
"body": "Also, abstract away external sources\n\nSigned-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "feat: support URLs with sitemaps",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-05-20T20:17:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c5ff441aaa67d9504e5d11e21a2c58483ac65d9",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "Comment out .env file",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-05-20T20:02:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57dfe6988d4585e38befedee06c227291fcb83dc",
"body": "feat: external sources management",
"is_bot": false,
"headline": "Merge pull request #15 from mudler/feat/external_sources",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-05-20T06:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a114bd9715d66c28f8c1dc178e4e6388b0030e78",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "No need anymore to store files meta",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-05-19T21:21:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c759515294b729d82d35af7371caabdd11186013",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "Make removal functional, todo: update sources",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-05-19T21:13:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17cda393e0c8b0f84c2721144cc11805b4544395",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "Add also in webui",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-05-18T21:12:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5186ad8693b8f60b687a40d37a1ead36c256f34e",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "feat(external sources): allow to sync external sources to collections",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-05-18T21:09:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cfd2bb93492e62b18125c36c464c68dfd7db01c",
"body": "fix(engine): Use specified embedding model with LocalAI stores search",
"is_bot": false,
"headline": "Merge pull request #10 from mudler/fix-localai-backend",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-05-17T07:10:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fceceb9f5a9c266e88c0c83537f34d4fd0d2a8b",
"body": "Signed-off-by: Richard Palethorpe <io@richiejp.com>",
"is_bot": false,
"headline": "fix(engine): Use specified embedding model with LocalAI stores search",
"author_name": "Richard Palethorpe",
"author_login": "richiejp",
"committed_at": "2025-05-14T14:07:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d30946d3acecb5518fe0a8dbb0f10a40bab9e714",
"body": "README.md - fix link",
"is_bot": false,
"headline": "Merge pull request #9 from licaon-kter/patch-1",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-04-30T08:32:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "112faffad41fd698d5cac9295338db581eaf36a6",
"body": null,
"is_bot": false,
"headline": "README.md - fix link",
"author_name": "Licaon_Kter",
"author_login": "licaon-kter",
"committed_at": "2025-04-30T08:05:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8b54ace1f374cd037c21934c019f0e2cb05fbaa",
"body": "chore: add env file support",
"is_bot": false,
"headline": "Merge pull request #8 from karl-cardenas-coding/env-file-support",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-04-28T08:35:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e59897e529091d03c3505c7073c59644deb7b6cd",
"body": null,
"is_bot": false,
"headline": "chore: add env filr support",
"author_name": "Karl Cardenas",
"author_login": "karl-cardenas-coding",
"committed_at": "2025-04-27T17:19:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f7431ce68c3d4aec2e8607e6ed6eeb091f51470",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-04-16T06:50:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "621595f3a21d9830aa113a99156b8c163e703031",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-04-14T08:50:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3de2e8a56dd27ec95a660eeaa06febd35671745",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-04-13T20:09:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3a26f52911933753f6a1b606fd3ee09e46725b6",
"body": null,
"is_bot": false,
"headline": "Add files via upload",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-04-13T19:59:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b05db6f75f4f049bd3948564de8dc6821c7ea08",
"body": null,
"is_bot": false,
"headline": "Add files via upload",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-04-13T19:49:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37d79b2e6f7d9fbba30b08844ef2e2721e742a14",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-04-11T20:54:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40f6285ede925be66cd8d7154d7a8d2670ef175c",
"body": null,
"is_bot": false,
"headline": "Rename localrecall.png to logo.png",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-04-11T20:54:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f78e0ecb4055cd9bc4f143c0b03e9adf57baf486",
"body": null,
"is_bot": false,
"headline": "Add files via upload",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-04-11T20:54:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1836f4f33fb9eea2cc0a56e10e22ae443e286fda",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-04-03T20:05:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc7288123832f48f6cf6c131c341ee0c5debb75c",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-04-03T20:00:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4985b8d66cb352a94654abc67911f0cfd90835e5",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-04-03T19:56:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b82a9774367f120cf2c8b49a5df412b8e9bd6b9",
"body": "chore: rename to LocalRecall",
"is_bot": false,
"headline": "Merge pull request #3 from mudler/chore/rename",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-04-03T17:16:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66fb9235e319b294334d6553ec991b45934348a3",
"body": null,
"is_bot": false,
"headline": "Fixups",
"author_name": "mudler",
"author_login": "mudler",
"committed_at": "2025-04-03T17:09:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a11dc5c557fc3e9c53f9ab38db43721d8251e45",
"body": "Signed-off-by: mudler <mudler@localai.io>",
"is_bot": false,
"headline": "chore: rename to LocalRecall",
"author_name": "mudler",
"author_login": "mudler",
"committed_at": "2025-04-03T16:49:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1eb144817b0446a462f0ddb1544816fc83a9a273",
"body": null,
"is_bot": false,
"headline": "ci: update image to localrecall",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-04-03T16:28:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b195aeb36a0e60edf94ccf83b00605e60b89a74",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "feat: add API key support",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-03-19T22:09:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddb2f636c633bb88dee3d30cf5ce8535447d780f",
"body": null,
"is_bot": false,
"headline": "Add build section",
"author_name": "mudler",
"author_login": "mudler",
"committed_at": "2025-03-08T11:37:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d133cc0dcb6c7ed38202f6ac13d341684fe512e6",
"body": null,
"is_bot": false,
"headline": "Update default docker compose configuration",
"author_name": "mudler",
"author_login": "mudler",
"committed_at": "2025-03-08T11:37:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd02f10da4fd32614f5727ea7e5ac10ed741760f",
"body": null,
"is_bot": false,
"headline": "Update main.go",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-03-07T23:49:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "489b489b2417e1702cb35ceb368fd4d28e54431a",
"body": null,
"is_bot": false,
"headline": "tests fixups",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-03-07T21:53:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa5e76370463f30f3ff32a9c642d8630738df786",
"body": null,
"is_bot": false,
"headline": "Allow to set a max chunking size",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-03-07T21:43:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b94df53d2f5162dc7d8b3b666ec22043cd4df072",
"body": null,
"is_bot": false,
"headline": "Fix display when there are no collections defined",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-03-07T21:23:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbb3c615913a8c4108b7959ca5f489cfd5859f72",
"body": null,
"is_bot": false,
"headline": ":)",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-03-07T21:18:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abc4cfbe127bb1d06b816c8733551bfb48578e4b",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "chore: add reset collection capabilities",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-03-07T21:17:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b924d5dbf4f197f6ece86c4313a9a481993e08c1",
"body": "Signed-off-by: mudler <mudler@localai.io>",
"is_bot": false,
"headline": "Remove also collections from list when doing reset",
"author_name": "mudler",
"author_login": "mudler",
"committed_at": "2025-03-06T16:44:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76a346b2572f7e68c97f13dae0ad61b824d5062b",
"body": "fix: correctly handle assetdir path",
"is_bot": false,
"headline": "Merge pull request #1 from mudler/fixups",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-03-06T11:20:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10dde25243ccd5740949f73d11d703764e49539a",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "fix: correctly handle assetdir path",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-03-05T21:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c637521e42a75546c0aa3be8359247e79cd176e",
"body": "Signed-off-by: Ettore Di Giacinto <mudler@localai.io>",
"is_bot": false,
"headline": "chore(errors): improve by returning full error message",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-03-05T21:43:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a0b2310b55579b4d45ccbf66b03374db1e57e9b",
"body": null,
"is_bot": false,
"headline": "chore(ci): fix branch",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-03-05T21:34:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "511ff987d1077d78b35c12ee8c7933915c31c8e6",
"body": null,
"is_bot": false,
"headline": "chore(ci): build images",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-03-05T21:30:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6be18cf00697712452ccbd3ebb6f5fa4ecedc3a8",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-03-05T18:48:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddfdceae9972073c2f68d5aa200f806858d17933",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-03-05T18:44:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "816328d29eb240d8a49872c247d9595be73ae367",
"body": null,
"is_bot": false,
"headline": "Add support for PDF",
"author_name": "Ettore Di Giacinto",
"author_login": "mudler",
"committed_at": "2025-03-03T20:54:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "649d0254f895b7a3b2606940ab0097b843174fb0",
"body": null,
"is_bot": false,
"headline": "Propagate errors in the webui",
"author_name": "mudler",
"author_login": "mudler",
"committed_at": "2025-03-03T18:45:02Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 20,
"commits_last_year": 33,
"latest_release_at": "2026-07-19T21:43:36Z",
"latest_release_tag": "v0.6.4",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 13,
"days_since_latest_release": 5,
"mean_days_between_releases": 17
},
"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/mudler/localrecall",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/mudler/localrecall",
"is_deprecated": false,
"latest_version": "v0.6.4",
"repository_url": "https://github.com/mudler/localrecall",
"versions_count": 19,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-19T21:43:11Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 114,
"stars": 936,
"watchers": 8,
"fork_history": {
"days": [
{
"date": "2025-04-06",
"count": 1
},
{
"date": "2025-04-20",
"count": 1
},
{
"date": "2025-04-24",
"count": 1
},
{
"date": "2025-04-27",
"count": 1
},
{
"date": "2025-05-09",
"count": 1
},
{
"date": "2025-05-31",
"count": 1
},
{
"date": "2025-06-04",
"count": 1
},
{
"date": "2025-06-10",
"count": 1
},
{
"date": "2025-06-12",
"count": 1
},
{
"date": "2025-06-22",
"count": 1
},
{
"date": "2025-06-23",
"count": 1
},
{
"date": "2025-06-29",
"count": 1
},
{
"date": "2025-07-06",
"count": 1
},
{
"date": "2025-07-11",
"count": 1
},
{
"date": "2025-07-18",
"count": 5
},
{
"date": "2025-07-19",
"count": 1
},
{
"date": "2025-07-20",
"count": 1
},
{
"date": "2025-07-29",
"count": 1
},
{
"date": "2025-07-30",
"count": 2
},
{
"date": "2025-07-31",
"count": 1
},
{
"date": "2025-08-02",
"count": 1
},
{
"date": "2025-08-04",
"count": 1
},
{
"date": "2025-08-06",
"count": 1
},
{
"date": "2025-08-07",
"count": 1
},
{
"date": "2025-08-09",
"count": 1
},
{
"date": "2025-08-13",
"count": 1
},
{
"date": "2025-08-15",
"count": 1
},
{
"date": "2025-08-16",
"count": 2
},
{
"date": "2025-08-21",
"count": 1
},
{
"date": "2025-08-25",
"count": 1
},
{
"date": "2025-08-26",
"count": 1
},
{
"date": "2025-09-02",
"count": 2
},
{
"date": "2025-09-06",
"count": 2
},
{
"date": "2025-09-08",
"count": 1
},
{
"date": "2025-09-15",
"count": 1
},
{
"date": "2025-09-21",
"count": 1
},
{
"date": "2025-09-26",
"count": 1
},
{
"date": "2025-09-27",
"count": 1
},
{
"date": "2025-10-04",
"count": 1
},
{
"date": "2025-10-05",
"count": 1
},
{
"date": "2025-10-09",
"count": 1
},
{
"date": "2025-10-10",
"count": 1
},
{
"date": "2025-10-20",
"count": 1
},
{
"date": "2025-10-21",
"count": 1
},
{
"date": "2025-10-25",
"count": 1
},
{
"date": "2025-11-03",
"count": 1
},
{
"date": "2025-11-04",
"count": 2
},
{
"date": "2025-11-08",
"count": 1
},
{
"date": "2025-11-12",
"count": 1
},
{
"date": "2025-11-17",
"count": 1
},
{
"date": "2025-11-18",
"count": 1
},
{
"date": "2025-11-19",
"count": 1
},
{
"date": "2025-11-23",
"count": 1
},
{
"date": "2025-11-24",
"count": 1
},
{
"date": "2025-12-24",
"count": 1
},
{
"date": "2025-12-26",
"count": 1
},
{
"date": "2025-12-28",
"count": 1
},
{
"date": "2025-12-30",
"count": 1
},
{
"date": "2026-01-01",
"count": 1
},
{
"date": "2026-01-04",
"count": 1
},
{
"date": "2026-01-08",
"count": 2
},
{
"date": "2026-01-14",
"count": 1
},
{
"date": "2026-01-21",
"count": 1
},
{
"date": "2026-01-27",
"count": 1
},
{
"date": "2026-01-29",
"count": 1
},
{
"date": "2026-01-30",
"count": 2
},
{
"date": "2026-02-02",
"count": 1
},
{
"date": "2026-02-06",
"count": 2
},
{
"date": "2026-02-07",
"count": 1
},
{
"date": "2026-02-08",
"count": 1
},
{
"date": "2026-02-09",
"count": 1
},
{
"date": "2026-02-10",
"count": 2
},
{
"date": "2026-02-15",
"count": 1
},
{
"date": "2026-02-18",
"count": 1
},
{
"date": "2026-02-21",
"count": 1
},
{
"date": "2026-03-09",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
},
{
"date": "2026-03-21",
"count": 1
},
{
"date": "2026-03-22",
"count": 1
},
{
"date": "2026-04-03",
"count": 1
},
{
"date": "2026-04-09",
"count": 1
},
{
"date": "2026-04-18",
"count": 1
},
{
"date": "2026-04-30",
"count": 1
},
{
"date": "2026-05-19",
"count": 1
},
{
"date": "2026-05-27",
"count": 2
},
{
"date": "2026-06-06",
"count": 1
},
{
"date": "2026-06-21",
"count": 1
},
{
"date": "2026-07-04",
"count": 1
},
{
"date": "2026-07-18",
"count": 1
},
{
"date": "2026-07-19",
"count": 1
},
{
"date": "2026-07-20",
"count": 2
},
{
"date": "2026-07-21",
"count": 2
},
{
"date": "2026-07-22",
"count": 4
},
{
"date": "2026-07-23",
"count": 1
}
],
"complete": true,
"collected": 113,
"total_forks": 114
},
"star_history": null,
"open_issues_and_prs": 20
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 32327,
"source_files_sampled": 47,
"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": "github.com/jackc/pgx/v5",
"direct": true,
"version": "v5.8.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-9jj7-4m8r-rfcm",
"GHSA-j88v-2chj-qfwx",
"GHSA-xgrm-4fwx-7qm8",
"GO-2026-4771",
"GO-2026-4772",
"GO-2026-5004"
],
"fixed_version": "5.9.2",
"advisory_count": 6,
"oldest_advisory_days": 108
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.50.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 10,
"advisory_ids": [
"GHSA-45gg-vh54-h5m9",
"GHSA-5cgq-3rg8-m6cv",
"GHSA-78mq-xcr3-xm33",
"GHSA-89gr-r52h-f8rx",
"GHSA-9m57-25v3-79x9",
"GHSA-f5wc-c3c7-36mc",
"GHSA-jppx-rxg9-jmrx",
"GHSA-q4h4-gmj2-qvw2",
"GHSA-qpw4-5x99-6vjp",
"GHSA-rm3j-f69w-wqmq"
],
"fixed_version": "0.52.0",
"advisory_count": 27,
"oldest_advisory_days": 64
},
{
"name": "github.com/go-git/go-billy/v5",
"direct": false,
"version": "v5.6.2",
"severity": "high",
"ecosystem": "go",
"cvss_score": 8.1,
"advisory_ids": [
"GHSA-m3xc-h892-ggx6",
"GHSA-qw64-3x98-g7q2",
"GO-2026-5490",
"GO-2026-5597"
],
"fixed_version": "6.0.0-alpha.1",
"advisory_count": 4,
"oldest_advisory_days": 72
},
{
"name": "github.com/go-git/go-git/v5",
"direct": true,
"version": "v5.16.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-37cx-329c-33x3",
"GHSA-389r-gv7p-r3rp",
"GHSA-3xc5-wrhm-f963",
"GHSA-crhj-59gh-8x96",
"GHSA-gm2x-2g9h-ccm8",
"GHSA-jhf3-xxhw-2wpp",
"GHSA-m7cr-m3pv-hgrp",
"GHSA-w5pp-99ch-qj29",
"GO-2026-4473",
"GO-2026-4909"
],
"fixed_version": "6.0.0-alpha.4",
"advisory_count": 16,
"oldest_advisory_days": 165
},
{
"name": "github.com/cloudflare/circl",
"direct": false,
"version": "v1.6.1",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 5.6,
"advisory_ids": [
"GHSA-q9hv-hpm4-hj6x",
"GO-2026-4550"
],
"fixed_version": "1.6.3",
"advisory_count": 2,
"oldest_advisory_days": 149
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.53.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-5cv4-jp36-h3mw",
"GO-2026-5025",
"GO-2026-5026",
"GO-2026-5027",
"GO-2026-5028",
"GO-2026-5029",
"GO-2026-5030",
"GO-2026-5942"
],
"fixed_version": "0.56.0",
"advisory_count": 8,
"oldest_advisory_days": 64
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.43.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 63
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.36.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 10
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1,
"unknown": 2,
"critical": 2,
"moderate": 3
},
"advisory_count": 65,
"affected_count": 8,
"assessed_count": 55,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 2
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/go-git/go-git/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.16.0"
},
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/jackc/pgx/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.8.0"
},
{
"name": "github.com/klippa-app/go-pdfium",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.19.2"
},
{
"name": "github.com/labstack/echo/v4",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.13.3"
},
{
"name": "github.com/mudler/xlog",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.5"
},
{
"name": "github.com/onsi/ginkgo/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.28.1"
},
{
"name": "github.com/onsi/gomega",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.39.1"
},
{
"name": "github.com/oxffaa/gopher-parse-sitemap",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20191021113419-005d2eb1def4"
},
{
"name": "github.com/philippgille/chromem-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "github.com/sashabaranov/go-openai",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.37.0"
},
{
"name": "jaytaylor.com/html2text",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20230321000545-74c2419ad056"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/go-git/go-git/v5",
"direct": true,
"version": "v5.16.0",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": true,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/jackc/pgx/v5",
"direct": true,
"version": "v5.8.0",
"ecosystem": "go"
},
{
"name": "github.com/klippa-app/go-pdfium",
"direct": true,
"version": "v1.19.2",
"ecosystem": "go"
},
{
"name": "github.com/labstack/echo/v4",
"direct": true,
"version": "v4.13.3",
"ecosystem": "go"
},
{
"name": "github.com/mudler/xlog",
"direct": true,
"version": "v0.0.5",
"ecosystem": "go"
},
{
"name": "github.com/onsi/ginkgo/v2",
"direct": true,
"version": "v2.28.1",
"ecosystem": "go"
},
{
"name": "github.com/onsi/gomega",
"direct": true,
"version": "v1.39.1",
"ecosystem": "go"
},
{
"name": "github.com/oxffaa/gopher-parse-sitemap",
"direct": true,
"version": "v0.0.0-20191021113419-005d2eb1def4",
"ecosystem": "go"
},
{
"name": "github.com/philippgille/chromem-go",
"direct": true,
"version": "v0.7.0",
"ecosystem": "go"
},
{
"name": "github.com/sashabaranov/go-openai",
"direct": true,
"version": "v1.37.0",
"ecosystem": "go"
},
{
"name": "jaytaylor.com/html2text",
"direct": true,
"version": "v0.0.0-20230321000545-74c2419ad056",
"ecosystem": "go"
},
{
"name": "dario.cat/mergo",
"direct": false,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/cloudflare/circl",
"direct": false,
"version": "v1.6.1",
"ecosystem": "go"
},
{
"name": "github.com/cyphar/filepath-securejoin",
"direct": false,
"version": "v0.4.1",
"ecosystem": "go"
},
{
"name": "github.com/emirpasic/gods",
"direct": false,
"version": "v1.18.1",
"ecosystem": "go"
},
{
"name": "github.com/go-git/gcfg",
"direct": false,
"version": "v1.5.1-0.20230307220236-3a3c6141e376",
"ecosystem": "go"
},
{
"name": "github.com/go-git/go-billy/v5",
"direct": false,
"version": "v5.6.2",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/logr",
"direct": false,
"version": "v1.4.3",
"ecosystem": "go"
},
{
"name": "github.com/go-task/slim-sprig/v3",
"direct": false,
"version": "v3.0.0",
"ecosystem": "go"
},
{
"name": "github.com/golang/groupcache",
"direct": false,
"version": "v0.0.0-20241129210726-2c02b8208cf8",
"ecosystem": "go"
},
{
"name": "github.com/google/go-cmp",
"direct": false,
"version": "v0.7.0",
"ecosystem": "go"
},
{
"name": "github.com/google/pprof",
"direct": false,
"version": "v0.0.0-20260115054156-294ebfa9ad83",
"ecosystem": "go"
},
{
"name": "github.com/jackc/pgpassfile",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/jackc/pgservicefile",
"direct": false,
"version": "v0.0.0-20240606120523-5a60cdf6a761",
"ecosystem": "go"
},
{
"name": "github.com/jackc/puddle/v2",
"direct": false,
"version": "v2.2.2",
"ecosystem": "go"
},
{
"name": "github.com/jbenet/go-context",
"direct": false,
"version": "v0.0.0-20150711004518-d14ea06fba99",
"ecosystem": "go"
},
{
"name": "github.com/jolestar/go-commons-pool/v2",
"direct": false,
"version": "v2.1.2",
"ecosystem": "go"
},
{
"name": "github.com/kevinburke/ssh_config",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/labstack/gommon",
"direct": false,
"version": "v0.4.2",
"ecosystem": "go"
},
{
"name": "github.com/masterminds/semver/v3",
"direct": false,
"version": "v3.4.0",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-colorable",
"direct": false,
"version": "v0.1.13",
"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.9",
"ecosystem": "go"
},
{
"name": "github.com/microsoft/go-winio",
"direct": false,
"version": "v0.6.2",
"ecosystem": "go"
},
{
"name": "github.com/olekukonko/tablewriter",
"direct": false,
"version": "v0.0.5",
"ecosystem": "go"
},
{
"name": "github.com/pjbgf/sha1cd",
"direct": false,
"version": "v0.3.2",
"ecosystem": "go"
},
{
"name": "github.com/protonmail/go-crypto",
"direct": false,
"version": "v1.1.6",
"ecosystem": "go"
},
{
"name": "github.com/sergi/go-diff",
"direct": false,
"version": "v1.3.2-0.20230802210424-5b0b94c5c0d3",
"ecosystem": "go"
},
{
"name": "github.com/skeema/knownhosts",
"direct": false,
"version": "v1.3.1",
"ecosystem": "go"
},
{
"name": "github.com/ssor/bom",
"direct": false,
"version": "v0.0.0-20170718123548-6386211fdfcf",
"ecosystem": "go"
},
{
"name": "github.com/tetratelabs/wazero",
"direct": false,
"version": "v1.11.0",
"ecosystem": "go"
},
{
"name": "github.com/valyala/bytebufferpool",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/valyala/fasttemplate",
"direct": false,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/xanzy/ssh-agent",
"direct": false,
"version": "v0.3.3",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v3",
"direct": false,
"version": "v3.0.4",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.50.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/mod",
"direct": false,
"version": "v0.34.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.53.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.20.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.43.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.36.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/time",
"direct": false,
"version": "v0.8.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/tools",
"direct": false,
"version": "v0.43.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/warnings.v0",
"direct": false,
"version": "v0.1.2",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 55,
"direct_count": 12,
"indirect_count": 43
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 25,
"open_issues": 19,
"closed_ratio": 0.174,
"closed_issues": 4,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "mudler",
"commits": 115,
"avatar_url": "https://avatars.githubusercontent.com/u/2420543?v=4"
},
{
"type": "User",
"login": "localai-bot",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/139863280?v=4"
},
{
"type": "User",
"login": "karl-cardenas-coding",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/29551334?v=4"
},
{
"type": "User",
"login": "licaon-kter",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/2282799?v=4"
},
{
"type": "User",
"login": "richiejp",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/988098?v=4"
},
{
"type": "User",
"login": "walcz-de",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/225837774?v=4"
}
],
"contributors_sampled": 6,
"top_contributor_share": 0.935
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"image.yml",
"test.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": 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": 7,
"reason": "8 out of 11 merged PRs checked by a CI test -- score normalized to 7",
"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": 1,
"reason": "Found 5/28 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 7 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": 8,
"reason": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 1,
"reason": "dependency not pinned by hash detected -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 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": "37 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "4de7307e16e2e603c24592a536281c6215e3821f",
"ran_at": "2026-07-25T11:25:30Z",
"aggregate_score": 3.7,
"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-19T23:43:18Z",
"oldest_open_prs": [
{
"number": 40,
"created_at": "2026-01-27T22:13:38Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-19T21:43:11Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 2,
"created_at": "2024-04-16T13:06:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 6,
"created_at": "2025-04-18T22:23:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 11,
"created_at": "2025-05-14T14:33:57Z",
"last_comment_at": "2025-05-15T01:13:26Z",
"last_comment_author": "Hello-World-Traveler"
},
{
"number": 12,
"created_at": "2025-05-14T23:57:39Z",
"last_comment_at": "2025-05-15T12:55:12Z",
"last_comment_author": "AlexanderTheGr3at"
},
{
"number": 13,
"created_at": "2025-05-18T15:44:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 16,
"created_at": "2025-05-20T07:58:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 23,
"created_at": "2025-05-24T02:50:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 24,
"created_at": "2025-06-04T14:48:46Z",
"last_comment_at": "2025-07-05T14:31:53Z",
"last_comment_author": "mingtong"
},
{
"number": 26,
"created_at": "2025-06-24T07:15:23Z",
"last_comment_at": "2025-08-15T02:39:46Z",
"last_comment_author": "Hello-World-Traveler"
},
{
"number": 27,
"created_at": "2025-07-22T21:09:13Z",
"last_comment_at": "2025-08-25T15:12:30Z",
"last_comment_author": "stancubed"
},
{
"number": 28,
"created_at": "2025-09-27T14:37:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 29,
"created_at": "2025-11-16T23:18:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 30,
"created_at": "2025-11-16T23:20:05Z",
"last_comment_at": "2025-11-16T23:21:29Z",
"last_comment_author": "ericomeehan"
},
{
"number": 31,
"created_at": "2025-11-19T20:53:57Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 32,
"created_at": "2025-11-23T23:53:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 33,
"created_at": "2025-12-15T18:53:06Z",
"last_comment_at": "2026-01-27T08:54:59Z",
"last_comment_author": "richiejp"
},
{
"number": 45,
"created_at": "2026-05-13T07:05:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 47,
"created_at": "2026-06-12T10:30:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 51,
"created_at": "2026-07-19T19:36:30Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/mudler/LocalRecall",
"host": "github.com",
"name": "LocalRecall",
"owner": "mudler"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"security": 40,
"vitality": 80,
"community": 61,
"governance": 58,
"engineering": 57
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 80,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"commits_last_year": 33,
"human_commit_share": 0.96,
"days_since_last_push": 5,
"active_weeks_last_year": 13
},
"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": "13/52 weeks with commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 13
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "33 commits in the last year",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 33
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 8,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 20,
"latest_release_tag": "v0.6.4",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 17
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "20 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 20
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~17 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 17
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "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": "moderate",
"name": "Community & Adoption",
"value": 61,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"forks": 114,
"stars": 936,
"watchers": 8,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "936 stars",
"points": 48.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 936
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "114 forks",
"points": 17.1,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 114
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "8 watchers",
"points": 4.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 8
}
}
],
"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": "moderate",
"name": "Sustainability & Governance",
"value": 58,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 6,
"top_contributor_share": 0.935
},
"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 94% of commits",
"points": 1.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 94
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "6 contributors",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 6
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"merged_prs": 25,
"open_issues": 19,
"closed_issues": 4,
"issue_closed_ratio": 0.174,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "17% of issues closed",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 17
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "25/28 decided PRs merged",
"points": 34.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 25,
"decided": 28
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/28 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"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": 74,
"inputs": {
"followers": 2409,
"owner_type": "User",
"is_verified": null,
"owner_login": "mudler",
"public_repos": 306,
"account_age_days": 5050
},
"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": "2,409 followers of mudler",
"points": 24.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2409,
"login": "mudler"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "306 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 306
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/mudler/localrecall"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 5
},
"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 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "19 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 19
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 57,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 62,
"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": "8 out of 11 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"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": "at_risk",
"name": "Security",
"value": 40,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.7
},
"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": "8 out of 11 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.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 5/28 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 7 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": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 1",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "37 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "at_risk",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 55 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"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 55
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 47,
"inputs": {
"source": "osv",
"advisories": 65,
"affected_packages": 8,
"assessed_packages": 55,
"unassessed_packages": 0,
"affected_by_severity": "critical 2, high 1, moderate 3, unknown 2",
"direct_affected_packages": 2
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "2 affected: github.com/jackc/pgx/v5 v5.8.0 (critical 9.8), github.com/go-git/go-git/v5 v5.16.0 (moderate 6.5)",
"points": 6.5,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 2,
"packages": "github.com/jackc/pgx/v5 v5.8.0 (critical 9.8), github.com/go-git/go-git/v5 v5.16.0 (moderate 6.5)"
}
}
],
"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": "2 advisory-carrying package(s) unaddressed past 90 days; oldest published 165 days ago",
"points": 28.4,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 2,
"oldest": 165
}
}
],
"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": 55,
"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": 61,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.521,
"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": "50 of 96 human commits state their intent (structured subject or explanatory body)",
"points": 27.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 50,
"sampled": 96
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.07,
"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": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "7 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 7,
"sampled": 100
}
}
],
"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 1",
"points": 1,
"status": "partial",
"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": 32327,
"source_files_sampled": 47,
"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/47 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 47,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-25T11:25:43.266090Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/mudler/LocalRecall.svg",
"full_name": "mudler/LocalRecall",
"license_state": "standard",
"license_spdx": "MIT"
}