JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"alkitab",
"bible",
"bible-api",
"go",
"golang",
"public-domain",
"rest-api"
],
"is_fork": false,
"size_kb": 96,
"has_wiki": true,
"homepage": "https://davidgrldo.github.io/alkitab-api/",
"languages": {
"Go": 49772,
"HTML": 39024,
"Dockerfile": 275
},
"pushed_at": "2026-07-17T19:05:55Z",
"created_at": "2026-07-17T01:24:15Z",
"owner_type": "User",
"updated_at": "2026-07-17T19:06:07Z",
"description": "One engine, many sources — Go Bible API that treats copyright as an architecture problem. Embedded public-domain text, BYOD at runtime, opt-in scrape. One binary, no database.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go",
"HTML"
]
},
"owner": {
"blog": null,
"name": "David Geraldo",
"type": "User",
"login": "davidgrldo",
"company": null,
"location": null,
"followers": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/50208233?v=4",
"created_at": "2019-05-02T14:45:06Z",
"is_verified": null,
"public_repos": 51,
"account_age_days": 2637
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-17T19:06:00Z"
}
],
"recent_commits": [
{
"oid": "1c088a1a96480db1094abb681e5a61242bd4ad27",
"body": "- bible/example_test.go: runnable pkg.go.dev example against the embedded sample\n- CONTRIBUTING.md: three ground rules (no copyrighted text, near-zero deps, tests)\n- docker.yml: publishes ghcr.io/davidgrldo/alkitab-api on master + tags\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: godoc example, CONTRIBUTING, GHCR image publishing",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-17T19:05:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a41569666a4b123ce25383c5d9d11c623a8a5ecd",
"body": "tb, tl, bis, vmd, tsi, ayt, ende, jawa, sunda — each slug probed live and\nparsed end-to-end (John 3:16 verified for tsi/jawa/sunda); display names\ntaken from the upstream version index.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(scrape): expand version catalog to nine verified translations",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-17T19:05:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "94e5cc158f473b47cc146e90e368f112009e6107",
"body": "Converts the common array-of-books JSON shape into BYOD format, resolving\nbook names against the 66-book canon (positional fallback for complete\ncanonical dumps). README documents the ready-made kjv.json release asset\nand the converter flow. Verified against a full KJV: 66 books, 1,189\nchapters, 31,100 verses, John 3:16 spot-checked through the API.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(convert): add alkitab-convert for public-domain dumps",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-17T19:05:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "71fda30de260e946d41fde22943b24e99c6f895b",
"body": "Move the engine and both adapters out of internal/ so the project is\nusable as a library: import github.com/davidgrldo/alkitab-api/{bible,\nlocal,scrape}. The HTTP server stays internal — it is the app, not the\nAPI. Adds package docs and a README \"Use as a library\" section with a\nverified example.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat!: promote bible, local, and scrape to importable packages",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-17T18:03:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "93d90ef1d8f5689519caf97cff36ea4edc1603e3",
"body": "- Engine chapter cache capped at 2048 entries with naive eviction —\n unbounded growth only mattered for long-lived scrape-backed servers\n- Scrape adapter identifies itself via User-Agent and spaces upstream\n requests 500ms apart (cache misses are the only upstream traffic)\n- main.go drains in-flight requests on SIGINT/SIGTERM (5s budget)\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: bound engine cache, polite scraping, graceful shutdown",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-17T17:56:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b5347d85eea840cf2291e688f309c055fedf8cdf",
"body": "- /v1/search accepts ?limit= (default 50, invalid → 400) and reports\n total so clients can detect truncation; previously q=a could return\n the entire corpus in one response\n- Cache-Control: verses are immutable → public/86400; daily → 300;\n random and healthz → no-store\n- GET /healthz answers ok for liveness probes\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(server): search limit + total, per-path cache headers, /healthz",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-17T17:56:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "70903b975ab3b44cf58dd4fb86dba49c80f3c5d4",
"body": "- LICENSE (MIT) — the repo claimed open source without granting a license\n- ci.yml: go vet + go test on push/PR; README gains honest CI/license badges\n- pages.yml: deploys site/ to GitHub Pages on site changes\n- Dockerfile: static build on distroless\n- README: docker quick start, healthz note, live microsite URL, search limit doc\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: add MIT license, CI workflow, Dockerfile, and Pages deploy",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-17T17:56:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0840439d65ddbdd401df4538230efadace55d64b",
"body": "…osite link\n\nLead with the copyright-as-architecture pitch and an ASCII layer\ndiagram; quick start shows the real verse-endpoint response; endpoint\ntable gains typed-error notes; BYOD schema completed (abbr/testament,\noverride rule); new Microsite section points at site/index.html.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(readme): rewrite with architecture story, live quick start, micr…",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-17T17:42:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d6e0b2164791edc7ff95cdec3bda7904e11f7d72",
"body": "… rules\n\n- Demo + hero terminal now request /v1/kjv/3john/1/4 so the printed\n response matches the card title (was fetching the whole chapter)\n- Sample response mirrors the real payload (field order + \"order\": 0)\n- BYOD example gains abbr/testament (drives the OT/NT category), notes\n the embedded-\n[…]\nt no longer hugs the divider; stray\n full-border diamonds on arrow-flow lines removed\n- Footer heading uses .ft-h div instead of skipping to h5\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(site): align demo with verse endpoint, complete BYOD docs, polish…",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-17T17:41:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "de6be9f5e88fd59bf5bff382a5868590bde1b5fc",
"body": "Blanket ACAO:* on the read-only public API so browser pages (e.g. the\nmicrosite live demo) can fetch it. The verse endpoint now marshals via\nbible.Chapter instead of a map, so field order matches the chapter\nendpoint (version first, not alphabetical).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(server): add CORS header and align verse-endpoint field order",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-17T17:41:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ecf26dca4f3ee96098ba0a9db04b8b65ea95e800",
"body": null,
"is_bot": false,
"headline": "refactor(site): drop upstream 'inspiration' link from footer",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-17T17:41:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c286b12993b4c81e469eb7fc865593435cac1ede",
"body": "… landmark",
"is_bot": false,
"headline": "refactor(site): remove dead code, extract utility classes, add <main>…",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-17T17:41:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc047ee65fefa4aae98fdf10eaa7133d5a8d9a89",
"body": "…drop upstream reference)",
"is_bot": false,
"headline": "refactor(site): reframe philosophy around copyright-as-architecture (…",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-17T17:41:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5b61a5f60b59c9a4a3da718fc3a7f985fddb7bf",
"body": null,
"is_bot": false,
"headline": "feat(site): add literary-editorial microsite visualizing the service",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-17T17:41:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5f6c3cd4a093202a83313a393ca742c1eb63b1e",
"body": "Removed inspiration reference from README.",
"is_bot": false,
"headline": "Remove inspiration note from README",
"author_name": "David Geraldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-17T17:35:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f76899d2acb7c21fc89db0bd96ebcce4524ec70",
"body": null,
"is_bot": false,
"headline": "chore: untrack docs/ and add to gitignore",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-17T01:26:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1826654fb45642e05daaf390a7b4dfdee6c02044",
"body": "…sion too",
"is_bot": false,
"headline": "docs(bible): clarify Chain.Chapter falls through on ErrUnsupportedVer…",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-17T01:21:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaacabe2bee9be0babd21dc698bd3ed48ea37102",
"body": "- gofmt -w internal/bible/metadata.go (struct field alignment).\n- Correct Chain doc: Books returns the first non-error result (not merged);\n only Translations are merged across members.\n- Document the immutability invariant on Engine.cache and\n translationData.Chapters: stored *Chapter values must not be mutated.",
"is_bot": false,
"headline": "style: gofmt metadata.go and tighten doc comments",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-17T01:15:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e531d3f0804153c6b15ca82848dfed968667114b",
"body": "…C daily\n\n- main: replace bare http.ListenAndServe with an explicit http.Server that\n has a 5s ReadHeaderTimeout (mitigates slowloris) and validate ALKITAB_PORT\n is numeric and in 1..65535, fatalling on invalid.\n- server: chapterVerse now 404s when the requested verse number does not\n exist (spec\n[…]\nith null verses; filtered is\n pre-allocated so an empty result serializes as [] not null.\n- server: daily handler uses time.Now().UTC() so the verse is stable across\n a UTC calendar day (spec §5.3).",
"is_bot": false,
"headline": "fix(server,main): timeouts, port validation, 404 on missing verse, UT…",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-17T01:14:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1db67b4ef12d9c39113f919cdd74c4c577b69b37",
"body": "- http.Client now has a 10s timeout so a hung upstream cannot block a\n goroutine forever (http.DefaultClient had none).\n- Response body is wrapped in io.LimitReader(4 MiB) before goquery buffers\n it, capping memory against a hostile upstream.\n- The transport error and non-200 branch no longer leak upstream detail\n (constructed URL / connection internals) to clients via the 500 body;\n they return fixed, non-sensitive messages. 404->ErrNotFound and empty\n parse->ErrNotFound are unchanged.",
"is_bot": false,
"headline": "fix(scrape): add timeout, body-size limit, and non-leaking errors",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-17T01:13:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1620a7eb3e3a5f2dda3110a1dead26828d72149",
"body": "Chain only continued on ErrNotFound, so when local (which returns\nErrUnsupportedVersion for versions it does not carry) sat in front of\nscrape, requests like /v1/tb/.../... returned 404 from local and never\nreached scrape. Continue on both sentinels so the headline ALKITAB_SCRAPE=1\nflow actually rou\n[…]\nroughLocalToScrape (chain_integration_test.go): cross-\n package test wiring real local (kjv only) in front of a fake scrape\n Source, proving tb/3john/1 reaches scrape and Translations() merges both.",
"is_bot": false,
"headline": "fix(bible): Chain.Chapter falls through on ErrUnsupportedVersion",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-17T01:12:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e93b81971b1bc16c707a53d4097f245b7b2bcef6",
"body": null,
"is_bot": false,
"headline": "docs: add README with usage, BYOD format, and copyright note",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-17T00:58:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01eae277549eda2c97e449fc39ea79bacacb13d2",
"body": null,
"is_bot": false,
"headline": "feat: add HTTP entrypoint with env-based source wiring",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-17T00:54:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6e1bf3fee3384a26375630461488f18a9707bfd",
"body": null,
"is_bot": false,
"headline": "feat(server): add search, daily, and random endpoints",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-16T18:49:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86d7d3348914cebca8b680aa8cefb653ae6629fb",
"body": null,
"is_bot": false,
"headline": "fix(server): return 400 on non-numeric verse path segment",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-16T18:46:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2485f9f4e91a98dcadce5468c41e74003c2001f7",
"body": null,
"is_bot": false,
"headline": "feat(server): add REST passage endpoints with error mapping",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-16T18:43:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f0c84efaa78f809603a74f63d5d4847254585a3",
"body": null,
"is_bot": false,
"headline": "feat(scrape): add alkitab.mobi scrape adapter via goquery",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-16T18:38:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7ce0ecc9823f0121452f9da295e4643b6f6cc42",
"body": null,
"is_bot": false,
"headline": "feat(local): implement Corpus with flattened AllVerses",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-16T18:34:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed4505442ab91fc286afd5694f786628a76aa859",
"body": null,
"is_bot": false,
"headline": "feat(local): add JSON-backed local adapter with embedded PD sample",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-16T18:30:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae47a42db0266a1c118393abe340426a78eb3fff",
"body": "…gation",
"is_bot": false,
"headline": "feat(bible): add Chain composite source with fallback and Corpus dele…",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-16T18:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1304b6b683f1f586c680fcee661650e183db3aa",
"body": null,
"is_bot": false,
"headline": "feat(bible): add deterministic DailyVerse and RandomVerse",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-16T18:20:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c971296aece98bedb276e7558adc3d7b861c889",
"body": null,
"is_bot": false,
"headline": "feat(bible): add Engine.Search via Corpus capability",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-16T18:13:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ebfd2d24cacd6aa6485a2d4286eba1210a1c3a0",
"body": null,
"is_bot": false,
"headline": "feat(bible): add Engine with cached chapter lookup",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-16T18:09:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a38c3818cf3e5a0102c70fbda77cbab304ab0e40",
"body": null,
"is_bot": false,
"headline": "feat(bible): add canonical 66-book metadata and book id resolver",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-16T18:05:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f60e8822b7c8c6e57434190e3a8f7b5c70376e1",
"body": null,
"is_bot": false,
"headline": "feat(bible): add domain types, errors, and Source/Corpus interfaces",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-16T18:00:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05d5449c1736747aa41a9e9403ffdd7d95da5bd6",
"body": null,
"is_bot": false,
"headline": "chore: baseline with design spec and implementation plan",
"author_name": "davidgrldo",
"author_login": "davidgrldo",
"committed_at": "2026-07-16T17:58:21Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 36,
"latest_release_at": "2026-07-17T19:06:00Z",
"latest_release_tag": "v0.2.0",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 1,
"days_since_latest_release": 4,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/davidgrldo/alkitab-api",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/davidgrldo/alkitab-api",
"is_deprecated": false,
"latest_version": "v0.2.0",
"repository_url": "https://github.com/davidgrldo/alkitab-api",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T19:05:31Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 6958,
"source_files_sampled": 16,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/PuerkitoBio/goquery",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.12.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "davidgrldo",
"commits": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/50208233?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"docker.yml",
"pages.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": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 2,
"reason": "8 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "1c088a1a96480db1094abb681e5a61242bd4ad27",
"ran_at": "2026-07-22T08:55:58Z",
"aggregate_score": 2.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-17T19:06:46Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/davidgrldo/alkitab-api",
"host": "github.com",
"name": "alkitab-api",
"owner": "davidgrldo"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"security": 26,
"vitality": 61,
"community": 33,
"governance": 35,
"engineering": 66
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 61,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"commits_last_year": 36,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "36 commits in the last year",
"points": 14.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 36
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v0.2.0",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 33,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 35,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "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": 52,
"inputs": {
"followers": 8,
"owner_type": "User",
"is_verified": null,
"owner_login": "davidgrldo",
"public_repos": 51,
"account_age_days": 2637
},
"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": "8 followers of davidgrldo",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 8,
"login": "davidgrldo"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "51 public repos, account ~7 yr old",
"points": 24.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 51
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/davidgrldo/alkitab-api"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 4
},
"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 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "2 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 2
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 66,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"alkitab",
"bible",
"bible-api",
"go",
"golang",
"public-domain",
"rest-api"
],
"has_wiki": true,
"homepage": "https://davidgrldo.github.io/alkitab-api/",
"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": "https://davidgrldo.github.io/alkitab-api/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"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": "critical",
"name": "Security",
"value": 26,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 26,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 2.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "8 existing vulnerabilities detected",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 63,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.972,
"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": "35 of 36 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 35,
"sampled": 36
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.278,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "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": "10 of the last 36 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 10,
"sampled": 36
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 6958,
"source_files_sampled": 16,
"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/16 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 16,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-22T08:56:03.310359Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/davidgrldo/alkitab-api.svg",
"full_name": "davidgrldo/alkitab-api",
"license_state": "standard",
"license_spdx": "MIT"
}