Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"backend",
"go",
"golang",
"http",
"jwt",
"performance",
"production-ready",
"rate-limiting",
"rest-api",
"security",
"tls",
"web-server",
"middleware",
"web-framework"
],
"is_fork": false,
"size_kb": 127,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 236664,
"Makefile": 2616
},
"pushed_at": "2026-07-18T02:27:55Z",
"created_at": "2026-03-18T15:54:52Z",
"owner_type": "User",
"updated_at": "2026-07-18T02:27:59Z",
"description": "Engineering-first HTTP backend library for Go focused on performance, security, and production-ready architecture.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Oris Labs",
"type": "User",
"login": "orislabsdev",
"company": null,
"location": null,
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/269002772?v=4",
"created_at": "2026-03-17T18:57:44Z",
"is_verified": null,
"public_repos": 8,
"account_age_days": 127
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.5.7",
"kind": "patch",
"published_at": "2026-07-18T02:29:08Z"
},
{
"tag": "v0.5.6",
"kind": "patch",
"published_at": "2026-04-12T23:00:17Z"
},
{
"tag": "v0.5.5",
"kind": "patch",
"published_at": "2026-03-31T20:11:17Z"
},
{
"tag": "v0.5.4",
"kind": "patch",
"published_at": "2026-03-31T19:27:40Z"
},
{
"tag": "v0.5.3",
"kind": "patch",
"published_at": "2026-03-31T14:28:53Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2026-03-31T03:09:47Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2026-03-31T02:31:56Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-03-30T20:20:31Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-03-30T12:05:19Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-03-29T23:54:43Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-03-29T01:39:41Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-03-29T01:07:30Z"
}
],
"recent_commits": [
{
"oid": "a9ce5181b3734c97d5f0346e4c692061a33ed1f7",
"body": "fix(websocket): echo Sec-WebSocket-Protocol header per RFC 6455 §4.2.2",
"is_bot": false,
"headline": "Merge pull request #11 from orislabsdev/fix/websocket-subprotocol-header",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-07-18T02:27:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ab7a509f3ca3c52a78411e0be3d96ff763fd4e1",
"body": "The Upgrader was not echoing the Sec-WebSocket-Protocol header back\nduring upgrade, causing browsers to close the connection with EOF when\nthe client requested a sub-protocol.\n\n- Add SubProtocols field to Upgrader struct\n- Implement negotiateSubProtocol to select first matching client protocol\n- Include negotiated protocol in the 101 Switching Protocols response\n- Add comprehensive tests for subprotocol negotiation\n- Update CHANGELOG for v0.5.7",
"is_bot": false,
"headline": "fix(websocket): echo Sec-WebSocket-Protocol header per RFC 6455 §4.2.2",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-07-18T02:25:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3cf176ed2d29702bf7404eca8edcd9774aa727c",
"body": "release: v0.5.6 - Implement http.Hijacker and update documentation",
"is_bot": false,
"headline": "Merge pull request #10 from orislabsdev/hijack-support-v0.5.6",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-04-12T22:57:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "572242d411c55187c084bbd6457b68edd53508d9",
"body": "… to exclude issue.md",
"is_bot": false,
"headline": "feat: implement http.Hijacker in responseWriter and update .gitignore…",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-04-12T22:54:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fac09d4071f03c01dc2805c76c314d4dfb3337b",
"body": null,
"is_bot": false,
"headline": "refactor: align indentation of websocket error variables for consistency",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-31T19:59:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ce19138cffd704a1b3bd573c800889cb28e59fb",
"body": "… router tests and response handlers",
"is_bot": false,
"headline": "refactor: clean up whitespace formatting in openapi struct and update…",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-31T19:57:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "198ab8d2b23ea7724f3ecaf8bfe480e978299fca",
"body": "refactor: address unused variables and improve error handling across core components",
"is_bot": false,
"headline": "Merge pull request #9 from orislabsdev/fix/lint",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-31T19:50:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75ce7ab19f1fd013950237660c091832d5b9ea55",
"body": "…core components",
"is_bot": false,
"headline": "refactor: address unused variables and improve error handling across …",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-31T19:47:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "694409d03f4b33771c0913e9d6689dfc45d1c041",
"body": "…d reorganize settings",
"is_bot": false,
"headline": "chore: update golangci-lint configuration to include unused linter an…",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-31T19:34:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1dd783360f53b8400a4ead6303648daff29f085",
"body": "…s and updated settings structure",
"is_bot": false,
"headline": "chore: refactor golangci-lint configuration to use explicit exclusion…",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-31T19:29:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0f7200102a9d3e12b7c93e2b8268b5ef9c23ced",
"body": "feat: add leeway support to JWT validation and update lint configuration",
"is_bot": false,
"headline": "Merge pull request #8 from orislabsdev/fix/jwt",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-31T19:23:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f28f36e8b00d8063728cfa0057e6b5a24a0bef3",
"body": null,
"is_bot": false,
"headline": "feat: add leeway support to JWT validation and update lint configuration",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-31T18:06:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "832775863d88c447b1be76a28b7fcb45114ffbdb",
"body": "… consolidating ignore rules",
"is_bot": false,
"headline": "refactor: simplify golangci-lint configuration by pruning linters and…",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-31T17:47:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "611c88d54e6e3a2d6c08b2d402cbbe641849fe8a",
"body": null,
"is_bot": false,
"headline": "refactor: remove redundant comments from golangci-lint configuration",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-31T17:43:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6980cbccd42b6597359d7965a9b653bce77249d6",
"body": null,
"is_bot": false,
"headline": "refactor: move .golangci.yml configuration file to the project root",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-31T17:40:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b338d737ef95e7d81862a42a854a36fdacba5d2a",
"body": null,
"is_bot": false,
"headline": "chore: consolidate golangci-lint configuration arguments in CI workflow",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-31T17:37:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e461052bc3a5c41b5063af5c2dab3d9cfe923d47",
"body": "…rkflow",
"is_bot": false,
"headline": "ci: add golangci-lint configuration file and integrate it into the wo…",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-31T15:07:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b3892ad60211805cb81c468dda9249ecc2ad1d3",
"body": null,
"is_bot": false,
"headline": "chore: upgrade golangci-lint-action to v7 in CI workflow",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-31T14:51:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7979c65e4154f718f47738c98e7a467f15eb98f5",
"body": "…matting",
"is_bot": false,
"headline": "chore: update golangci-lint version to v2.11 and improve workflow for…",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-31T14:48:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d3a1f93a9f3e4687bf1451ecc854a2802102406",
"body": "…ment",
"is_bot": false,
"headline": "chore: upgrade golangci-lint-action to v6 and clean up go version com…",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-31T14:45:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "773e23d776d37bf8bda929917cac9f92c8f690f2",
"body": "…ve covdata bug",
"is_bot": false,
"headline": "chore: update Go version to 1.25.1 and configure GOTOOLCHAIN to resol…",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-31T14:42:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2faf7ecfbcf41e853f383f5f7bc2622ed5f16078",
"body": "refactor: standardize response handling and update associated router tests",
"is_bot": false,
"headline": "Merge pull request #7 from orislabsdev/fix/tests",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-31T14:26:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf8d3e90467085a0938098cc2fe29b10d9145421",
"body": "…tests",
"is_bot": false,
"headline": "refactor: standardize response handling and update associated router …",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-31T14:20:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe48433e88a1c5911997f2f9f8c6d8d234078c32",
"body": "feat: add NewUpgrader and NewDefaultUpgrader constructors for websocket configuration",
"is_bot": false,
"headline": "Merge pull request #6 from orislabsdev/upgrader-default-v0.5.2",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-31T03:06:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a52f1a64e6a4ae6222c3b6aeb4291178e8845d7",
"body": "…d expansion",
"is_bot": false,
"headline": "feat: update documentation and example for WebSocket configuration an…",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-31T03:05:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3cc4cea31de3bcabcb2f36a0dee97979a6ebe0d",
"body": "…et configuration",
"is_bot": false,
"headline": "feat: add NewUpgrader and NewDefaultUpgrader constructors for websock…",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-31T02:56:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "485447b24f4a87f313afa86fcbde5f3b70bfc9a4",
"body": "Dev first v0.5.1",
"is_bot": false,
"headline": "Merge pull request #5 from orislabsdev/dev-first-v0.5.1",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-31T00:06:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9178b77fca87cb0c67d9307c238c8cbc665253e3",
"body": null,
"is_bot": false,
"headline": "docs: update roadmap to include Go 1.25.0 and dependency updates",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-31T00:04:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28cdcf7cfdbef73d4836c9e58dde2ac3001ba69d",
"body": null,
"is_bot": false,
"headline": "chore: add walkthrough.md to gitignore and update example main.go",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-30T23:39:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "711588c184df3ba27e3f04aae95e9ca0a44eb826",
"body": "…date project dependencies",
"is_bot": false,
"headline": "chore: update default host to 127.0.0.1, upgrade Go to 1.25.0, and up…",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-30T23:29:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2be50ace5d05404828e0e3a0a0e88904c38b089d",
"body": null,
"is_bot": false,
"headline": "docs: remove unreleased section from changelog",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-30T22:52:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6056d8b82f80902e62624dd6858c06807b710e76",
"body": "feat: implement native RFC 6455 WebSocket support with Upgrader and c…",
"is_bot": false,
"headline": "Merge pull request #4 from orislabsdev/websocket-v0.5.0",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-30T20:16:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0fff436bf1bce644c9f23150b394046291df2be",
"body": "…onnection handling",
"is_bot": false,
"headline": "feat: implement native RFC 6455 WebSocket support with Upgrader and c…",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-30T20:11:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34872fe172f6cf36f3624731a789cb8ddbc0e396",
"body": "feat: implement OpenAPI 3.0 specification generation and Swagger UI i…",
"is_bot": false,
"headline": "Merge pull request #3 from orislabsdev/swagger-v0.4.0",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-30T12:03:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "053c31726c28a78176728bde63b96eca743f6cdd",
"body": "…ntegration",
"is_bot": false,
"headline": "feat: implement OpenAPI 3.0 specification generation and Swagger UI i…",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-30T11:52:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93a9f065eaaec5e67af5abbeaf448f9d5225ada4",
"body": "feat: implement pluggable rate limiting with memory and Redis backends",
"is_bot": false,
"headline": "Merge pull request #2 from orislabsdev/redis-provider-v0.3.0",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-29T23:52:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53db782aa84c1cea0f0157a6bc43a342e3da5913",
"body": null,
"is_bot": false,
"headline": "feat: implement pluggable rate limiting with memory and Redis backends",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-29T23:47:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6840633a9c2eff083c5c2c8cbbce67201434564b",
"body": "Prometheus v0.2.0",
"is_bot": false,
"headline": "Merge pull request #1 from orislabsdev/prometheus-v0.2.0",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-29T01:33:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "028ece2e93496f696e416dbb263063893678b8ca",
"body": "…are and router pattern support",
"is_bot": false,
"headline": "feat: integrate Prometheus metrics with cardinality-protected middlew…",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-29T01:31:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96dbf69762a317fbd72474b0dc8d1f58e8e3bf8e",
"body": null,
"is_bot": false,
"headline": "docs: add v0.5.0 websocket support to project roadmap",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-29T01:21:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "207f73514b39fab51bd190b4b1babd674b23391c",
"body": null,
"is_bot": false,
"headline": "Delete .DS_Store",
"author_name": "Oris Labs",
"author_login": "orislabsdev",
"committed_at": "2026-03-19T01:23:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23f801fa97e45d1c6b0e31484e1d3862b00c5a3c",
"body": null,
"is_bot": false,
"headline": "feat: Add .gitignore to exclude common system and build files.",
"author_name": "Polarys Foundation",
"author_login": "polarysfoundation",
"committed_at": "2026-03-19T01:21:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36eaac31f12fbae65f2b8abf2917739a9fe811f0",
"body": "…arks while updating the README.",
"is_bot": false,
"headline": "feat: establish project documentation, CI workflow, and router benchm…",
"author_name": "Polarys Foundation",
"author_login": "polarysfoundation",
"committed_at": "2026-03-18T17:05:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b700981ab185f8f05169f8974b0d96df8a868352",
"body": null,
"is_bot": false,
"headline": "first commit",
"author_name": "Polarys Foundation",
"author_login": "polarysfoundation",
"committed_at": "2026-03-18T15:54:54Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 44,
"latest_release_at": "2026-07-18T02:29:08Z",
"latest_release_tag": "v0.5.7",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 5,
"days_since_latest_release": 5,
"mean_days_between_releases": 12.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 71,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/orislabsdev/gocore",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/orislabsdev/gocore",
"is_deprecated": false,
"latest_version": "v0.5.7",
"repository_url": "https://github.com/orislabsdev/gocore",
"versions_count": 12,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-18T02:25:37Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 20284,
"source_files_sampled": 35,
"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/golang-jwt/jwt/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.3.1"
},
{
"name": "github.com/prometheus/client_golang",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.23.2"
},
{
"name": "github.com/redis/go-redis/v9",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v9.18.0"
},
{
"name": "golang.org/x/time",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.15.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": 11,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "orislabsdev",
"commits": 41,
"avatar_url": "https://avatars.githubusercontent.com/u/269002772?v=4"
},
{
"type": "User",
"login": "polarysfoundation",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/115668801?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.932
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"go.yml"
],
"has_docs_dir": false,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 2,
"reason": "2 out of 7 merged PRs checked by a CI test -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/20 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": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file 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": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "a9ce5181b3734c97d5f0346e4c692061a33ed1f7",
"ran_at": "2026-07-23T02:56:41Z",
"aggregate_score": 3.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-18T02:29:28Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-18T02:27:55Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/orislabsdev/gocore",
"host": "github.com",
"name": "gocore",
"owner": "orislabsdev"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"security": 36,
"vitality": 73,
"community": 33,
"governance": 48,
"engineering": 65
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 73,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"commits_last_year": 44,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 5
},
"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": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "44 commits in the last year",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 44
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"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": 12,
"latest_release_tag": "v0.5.7",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 12.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 12
}
}
],
"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 ~12.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 12.2
}
}
],
"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": "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": 1,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"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": 48,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.932
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 93% of commits",
"points": 1.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 93
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 11,
"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": "11/11 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 11,
"decided": 11
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/20 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "critical",
"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": 25,
"inputs": {
"followers": 1,
"owner_type": "User",
"is_verified": null,
"owner_login": "orislabsdev",
"public_repos": 8,
"account_age_days": 127
},
"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": "1 followers of orislabsdev",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "orislabsdev"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "8 public repos, account ~0 yr old",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 8
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/orislabsdev/gocore"
],
"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": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"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": 65,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 7 merged PRs checked by a CI test -- score normalized to 2",
"points": 4,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"backend",
"go",
"golang",
"http",
"jwt",
"performance",
"production-ready",
"rate-limiting",
"rest-api",
"security",
"tls",
"web-server",
"middleware",
"web-framework"
],
"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": "14 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 14
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 36,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 36,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 7 merged PRs checked by a CI test -- score normalized to 2",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/20 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": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "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 detected",
"points": 5,
"status": "met",
"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": "1 existing vulnerabilities detected",
"points": 6.8,
"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": 62,
"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.955,
"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": "42 of 44 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 42,
"sampled": 44
}
}
],
"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": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 44",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 44
}
}
],
"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": 20284,
"source_files_sampled": 35,
"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/35 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 35,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"example"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "example",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-23T02:56:50.607469Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/o/orislabsdev/gocore.svg",
"full_name": "orislabsdev/gocore",
"license_state": "standard",
"license_spdx": "MIT"
}