原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"errors",
"go",
"golang",
"monitoring",
"trace"
],
"is_fork": false,
"size_kb": 546,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 386647
},
"pushed_at": "2026-07-16T10:47:07Z",
"created_at": "2025-07-11T07:55:57Z",
"owner_type": "User",
"updated_at": "2026-07-16T10:44:30Z",
"description": "Go error handling with fluent API and context extraction",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://maxbolgarin.com",
"name": "Maksim Bolgarin",
"type": "User",
"login": "maxbolgarin",
"company": null,
"location": "Amsterdam",
"followers": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/43585189?v=4",
"created_at": "2018-09-25T18:36:13Z",
"is_verified": null,
"public_repos": 45,
"account_age_days": 2862
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2026-07-16T10:47:07Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2026-03-20T12:03:35Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2025-07-21T18:21:14Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2025-07-18T17:13:22Z"
}
],
"recent_commits": [
{
"oid": "879c77c22ccc7628f4a4c55fdcec1e553464af9d",
"body": "Unpinned installs pulled the latest semantic-release on every release\nrun; the newest major has breaking changes that break release-notes\ngeneration with the angular presetConfig in .releaserc.json. Pin\nsemantic-release@24 (bundles compatible commit-analyzer and\nrelease-notes-generator) and matching plugin majors (changelog@6,\ngit@10, github@11).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: pin semantic-release to v24 line",
"author_name": "maxbolgarin",
"author_login": "maxbolgarin",
"committed_at": "2026-07-16T10:44:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "25e6d73b42f07ebd29fdc33b35d49ff5ae1aa7d0",
"body": "README benchmark tables regenerated on the current code (faster New/Wrap,\n2.6ns cached Error, cheaper LogFieldsMap; ApplyFormatVerbs numbers now\nreflect full verb parsing) with a note on the correctness/speed trade-off.\nQuick Start imports encoding/json. CLAUDE.md matches the actual CI matrix\n(1.18-1.26 plus lint job), the real template count and the now-enforced\nwrap-depth and unmarshal limits.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: refresh benchmarks and fix drift after hardening",
"author_name": "maxbolgarin",
"author_login": "maxbolgarin",
"committed_at": "2026-07-16T10:39:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5b0f56bd70a945aa549228fc1dab327c9b22b2ec",
"body": "The pipeline previously ran only build and test. A dedicated lint job now\nfails on unformatted files, go vet findings and staticcheck findings;\nsetup-go is bumped to v5.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: add lint job with gofmt, vet and staticcheck",
"author_name": "maxbolgarin",
"author_login": "maxbolgarin",
"committed_at": "2026-07-16T10:39:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3b90922aadeb6951317bab1f365aac06094470f5",
"body": "New regression tests pin every fix: redaction through fmt/json/spans,\nhostile JSON values, unmarshal limits, collection race scenarios under\n-race, nil-wrap consistency, wrap-chain preservation, depth capping,\nparallel ID uniqueness, format-verb correctness incl. injection cases,\nstack classificatio\n[…]\nment and\ntop-frame correctness for all entry points. Adds fuzz targets for\nApplyFormatVerbs and truncateUTF8 (seeds run as regular tests in CI).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: add regression and fuzz coverage for hardening fixes",
"author_name": "maxbolgarin",
"author_login": "maxbolgarin",
"committed_at": "2026-07-16T10:38:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4a47a9dd47f0e13bd4d39d38115f74bf36ce7b48",
"body": "…tack traces\n\nWrapping a foreign error that contains an erro error (e.g. via\nfmt.Errorf(\"ctx: %w\", err)) now preserves the full chain: the foreign\nlayer's message stays in Error() output and its errors.Is identity\nsurvives, while metadata is still inherited from the inner erro error.\n\nMaxWrapDepth i\n[…]\ns a monotonic\ncounter: the previous UnixNano<<12 scheme overflowed and could collide\nunder load, and ID equality is the primary errors.Is match.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: preserve wrap chains, enforce limits, correct format verbs and s…",
"author_name": "maxbolgarin",
"author_login": "maxbolgarin",
"committed_at": "2026-07-16T10:38:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c841af35b3ad5c0d9062dde3945aaccb6de4d214",
"body": "List.Errs now returns a copy: SafeList.Errs/SafeSet.Errs previously leaked\nthe internal slice past the RLock, racing with concurrent mutation.\nSet.Err snapshots the dedup counter map instead of sharing the live map\nwith the returned multi-error (a data race through SafeSet).\n\nErrorTemplate.Wrap(nil)\n[…]\n\nvalues containing '%' can no longer consume template metadata as format\narguments. Templates whose message contains no verbs skip fmt entirely.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: collection data races, nil-wrap consistency and template formatting",
"author_name": "maxbolgarin",
"author_login": "maxbolgarin",
"committed_at": "2026-07-16T10:38:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "de39349fbfa71ffc1bb083bc32541b06af60f78c",
"body": "RedactedValue now implements String, GoString and MarshalJSON, so wrapped\nsecrets can no longer leak through fmt verbs, %#v, spans, or json.Marshal\nof raw field slices. ErrorToJSON redacts at every field position (it\npreviously skipped even indices) and sanitizes values json.Marshal cannot\nencode (N\n[…]\nck frames, message and span data only when the\noptions actually include them, which roughly halves LogFieldsMap cost for\nminimal configurations.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: harden secret redaction and JSON serialization",
"author_name": "maxbolgarin",
"author_login": "maxbolgarin",
"committed_at": "2026-07-16T10:38:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6b426505e29dfed0a43b324d4a16f09ebc7704ab",
"body": "Wall-clock thresholds in performance-sensitive tests are now scaled by a\nbuild-tagged multiplier (20x under -race, 1x otherwise), replacing ad-hoc\n\"increased for CI\" fudge factors that still flaked. Also fixes staticcheck\nSA4006 findings by asserting on previously ignored values and drops the\ndirect isASCII test ahead of its removal.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: stabilize timing assertions under -race and tighten test hygiene",
"author_name": "maxbolgarin",
"author_login": "maxbolgarin",
"committed_at": "2026-07-16T10:38:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b17032c1f5afa11588b1476c46c45f958ecd9f36",
"body": null,
"is_bot": false,
"headline": "ci: update go versions to 1.25, 1.26 and node version to 24",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2026-03-20T11:58:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a39d9641b58a021257bb0f97995e9c8e456f15fe",
"body": "…e on unmarshal",
"is_bot": false,
"headline": "fix(base): move fullMessage store after panic recovery and reset stat…",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2026-03-20T11:58:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e79c10177c85cd6f0278caac1e22da2764a44f1",
"body": "…rappers",
"is_bot": false,
"headline": "fix(list): optimize remove operation and fix type signature in safe w…",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2026-03-20T11:58:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e968e9734e572bc6841c753d34476f9db023025",
"body": "…eding",
"is_bot": false,
"headline": "refactor(strings): improve utf-8 truncation and remove unused rand se…",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2026-03-20T11:57:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67f550bdfd153acc0f498f53e8105bdc2f35bbc5",
"body": null,
"is_bot": false,
"headline": "docs(claude): add claude.ai code guidance for erro project",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2026-03-20T11:56:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ccc2017b511cf2da891e901fb8913859346451d",
"body": null,
"is_bot": false,
"headline": "fix: message in wrapped errors",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-21T18:16:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ae69fb9cb9d0911b0ae4e1f67b1e4883918629e",
"body": null,
"is_bot": false,
"headline": "docs: update benchmarks for new logic",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-21T17:57:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8a94d2ca653bbb2c24aa44f72c1df2d6dc80ec2",
"body": null,
"is_bot": false,
"headline": "fix: ID generation and created for wrapped fix",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-21T17:57:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b34fa7c0a8bc009f74ee08d8f8ac53b7275a05b7",
"body": null,
"is_bot": false,
"headline": "docs: fix badge url",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-18T15:23:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00e7a6cc27c9bece238ade8374e658a597bccf97",
"body": null,
"is_bot": false,
"headline": "ci: change test folder in ci",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-18T15:22:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cc5dc4b0a87f4508fb25bb13bdb61b5b62272d5",
"body": null,
"is_bot": false,
"headline": "test: add more tests",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-18T15:06:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7015b72d50bf9cd73b338d6587b77af22ed3a990",
"body": null,
"is_bot": false,
"headline": "test: make tests better (again)",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-18T12:50:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "528cbbc137d3f9c8170b16f4fbc31a5c4e4c4f0a",
"body": null,
"is_bot": false,
"headline": "docs: add new benchmarks results",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-18T12:49:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64bbbd654acc1e5f7a4085924585576582673685",
"body": null,
"is_bot": false,
"headline": "test: add more tests",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-18T08:07:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a78a0ef3f6049e1bdcb36de40cd5563ff64e7ad",
"body": null,
"is_bot": false,
"headline": "docs: make better README",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-18T08:06:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edf8d349ce4333faed921470fc7b6ca22e71cab3",
"body": null,
"is_bot": false,
"headline": "test: add test fix for go 1 18",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-17T18:34:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49c3f9c1240d920ebc9add1ccbc7373f9527fe56",
"body": null,
"is_bot": false,
"headline": "test: try to fix ci tests",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-16T16:39:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c52ce913f8c62e4106b0a9fbd87ca6fc21015afa",
"body": null,
"is_bot": false,
"headline": "Merge branch 'add_tests_gemini'",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-16T16:24:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adc19b91f51e06763850438031cc7ee7262b9986",
"body": null,
"is_bot": false,
"headline": "build: add build tags for slog examples",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-16T16:23:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88dffbeaf2913578a43c2464778c94b12e1d1cbe",
"body": "Add tests and docs, fix bugs",
"is_bot": false,
"headline": "Merge pull request #1 from maxbolgarin/add_tests_gemini",
"author_name": "Maksim Bolgarin",
"author_login": "maxbolgarin",
"committed_at": "2025-07-16T16:21:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9a8297731cf7b61d60de8a950070ccc9602e9d0",
"body": null,
"is_bot": false,
"headline": "refactor: add enge tests and docs",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-16T16:20:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad8f29f8c8b6fea4d298467ed5052ccdd98d1585",
"body": null,
"is_bot": false,
"headline": "chore: make it better global",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-16T14:08:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47c80f7aa0e6af1ddcf13a987baf80303a7c205b",
"body": null,
"is_bot": false,
"headline": "refactor: some linter fixes",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-16T11:09:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "168a2d4b1f0286b792197fc62b74c1a367afdf24",
"body": null,
"is_bot": false,
"headline": "refactor: add examples and fix small bugs",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-16T11:02:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c8550970da011ba76a03c4b0ea74799f91edc58",
"body": null,
"is_bot": false,
"headline": "docs: add godoc readme and examples",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-15T19:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ced936d7836befe547ff5a362feedcf765087f38",
"body": null,
"is_bot": false,
"headline": "test: final add tests (gemini cli rocks)",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-15T16:39:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7982014e057974910c2200a9cbfe7a960405aa85",
"body": null,
"is_bot": false,
"headline": "test: add tests and small fixes",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-15T12:19:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df26bd28eda4bf646ded0bf0b084a82776657d45",
"body": null,
"is_bot": false,
"headline": "refactor: final again",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-15T10:56:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8046f4aca74955d5b86510b49d8e9886d8210827",
"body": null,
"is_bot": false,
"headline": "refactor: finally make it better",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-14T21:08:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "507730a955162aa0a7ff27d851d7a68bf84e09f2",
"body": null,
"is_bot": false,
"headline": "refactor: make it great AGAIN",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-14T20:24:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e46e14f833a1e4bba448e5fe9a29daaa9903c10",
"body": "This change adds redaction of sensitive fields in error schemas to prevent accidental exposure of private information in logs and monitoring systems. This improves security and privacy.",
"is_bot": false,
"headline": "refactor(entities): redact sensitive fields in error schemas",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-14T17:06:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3214485bf06cdca1a864773d5c13ac56be0ea52",
"body": "This commit improves error handling by using atomic values for caching full error messages and stack trace frames, enhancing thread safety and performance. This prevents race conditions and improves efficiency in concurrent scenarios.",
"is_bot": false,
"headline": "refactor(erro): improve error handling and caching",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-14T16:55:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "758b56f24ef9a23b225cadcfc0e69e40047f7479",
"body": null,
"is_bot": false,
"headline": "refactor: make it beter AGAIN",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-14T15:03:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7a4720cbaa04c69bb082a4117e9d65c8b3b8bcc",
"body": null,
"is_bot": false,
"headline": "refactor: make it better again",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-14T13:20:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea568d3b50a74933cb51ed6e7b8522a4ae6d358b",
"body": "Improved benchmark function names for better readability and consistency, enhancing the overall structure of the benchmark tests. This makes the benchmarks easier to understand and maintain.",
"is_bot": false,
"headline": "refactor(erro): improve benchmark naming and structure",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-14T11:53:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a5204a6321ff81924a8ac102e0735cd3df61a11",
"body": "This commit refactors the error handling to improve the robustness and clarity of error messages, enhancing the overall user experience. It also adds a configurable formatter for more control over error output.",
"is_bot": false,
"headline": "refactor(erro): improve error formatting and handling",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-14T11:33:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e693cc7c8b6b8027a14fdf6296f9ad882808f03",
"body": "This commit simplifies the error handling by removing unnecessary fields and methods from the `baseError` struct, improving code clarity and reducing complexity. The changes also streamline the error message generation process.",
"is_bot": false,
"headline": "refactor(erro): simplify error handling and remove unnecessary fields",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-14T08:05:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ced06df6bb10112f490810359c5fe2ac934e192",
"body": "This commit simplifies the `erro` package structure by removing unnecessary fields and methods, improving code readability and maintainability. The changes reduce code complexity and improve overall performance.",
"is_bot": false,
"headline": "refactor: simplify erro package structure",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-13T18:20:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f2397732e8c3e4318dab24738b74ebe3956b02c",
"body": null,
"is_bot": false,
"headline": "fix: make some security improvements",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-13T14:57:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49f42eefdf1f7ec449c846dc3c553b8a10d9c17c",
"body": null,
"is_bot": false,
"headline": "feat(entities): add event dispatching to error handling",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-13T14:01:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76429bd7c3ef01a0a668c1af9ea0d27eda4048a0",
"body": null,
"is_bot": false,
"headline": "feat: add Metrics",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-13T13:51:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6855571606bb960377a8db74f26ba0475c54e86",
"body": null,
"is_bot": false,
"headline": "feat: add LightError",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-13T13:45:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65b78d81c993a1dcac50cfaebb77ee6ac1d2f646",
"body": null,
"is_bot": false,
"headline": "fix: optimizations",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-13T06:49:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1952d7f5e35549dd524a08db7af32236e18396d6",
"body": null,
"is_bot": false,
"headline": "fix: Is method and wrap depth",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-13T06:01:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f851b308506db3c82e81f84775d2d73568bfa37e",
"body": null,
"is_bot": false,
"headline": "fix: add allocations and fix ID creation",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-13T05:30:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "074c3a320c2c210a7b5aea3c6c79d8e4976c508d",
"body": null,
"is_bot": false,
"headline": "feat: add count to Set",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-13T05:21:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8ab82ec6eac142fbf0a33ad1c40388db847291f",
"body": null,
"is_bot": false,
"headline": "refactor: rename Code to ID",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-13T05:05:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2009562bf76b1aade739f3907898dc3f8675b1e7",
"body": null,
"is_bot": false,
"headline": "feat: add templates",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-12T20:02:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13d37abe57d20e96c8ffcd1d9f4a89d9e55a2353",
"body": null,
"is_bot": false,
"headline": "feat: add typed Class Category Tags",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-12T18:56:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1674b63d2df1a2162b175c8f9666aec58880965c",
"body": null,
"is_bot": false,
"headline": "feat: add tracing support",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-12T17:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1c5aa9092f58e6f629cc419e6cf3fcbbae5aeb9",
"body": null,
"is_bot": false,
"headline": "feat: add ContextFields",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-12T17:00:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f2fdef68e4f7ba9917d34085d0365d9d3a8f18b",
"body": null,
"is_bot": false,
"headline": "feat: add context fields to log fields",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-12T14:41:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3eae988290cd19718cac071c1b35c63d9d5f9b7b",
"body": null,
"is_bot": false,
"headline": "feat: add security for stack trace",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-12T11:58:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e439731abc1d1418bacb7874f0fd0ce9dc81ea3",
"body": null,
"is_bot": false,
"headline": "feat: make better stack trace",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-12T09:40:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67a290da2509f2487802a54e58b1b20562191c3f",
"body": null,
"is_bot": false,
"headline": "feat: add severity",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-12T08:57:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c2b4e546ac6a4607cacd23f5dd4f8a2dc97a43d",
"body": null,
"is_bot": false,
"headline": "feat: add security checks and Is and As methods",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-11T19:32:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af4711022abe5fe40fd11a6cd1b368b226d4b140",
"body": null,
"is_bot": false,
"headline": "feat: add list and set",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-11T18:18:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d4c5f6cbcca55d290a74771b5610fe3fc4a2d9d",
"body": null,
"is_bot": false,
"headline": "feat: add log fields options",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-11T13:53:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81403f94b7e06f202b831b66bcaa2d979d5cc388",
"body": null,
"is_bot": false,
"headline": "feat: make single context",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-11T13:18:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3db481a0cda1ac75c6886ef729e2bc8bd13d621f",
"body": null,
"is_bot": false,
"headline": "refactor: separate by files",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-11T12:56:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07f98d84520fa5d56eca5dab5d1de162ba5e01f8",
"body": null,
"is_bot": false,
"headline": "feat: add first version",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-11T10:11:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42c76bdbb606a138f4b3e04857a5363f13c28be2",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Maksim Bolgarin",
"author_login": "maxbolgarin",
"committed_at": "2025-07-11T07:55:57Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 13,
"latest_release_at": "2026-07-16T10:47:07Z",
"latest_release_tag": "v1.0.3",
"releases_from_tags": false,
"days_since_last_push": 11,
"active_weeks_last_year": 2,
"days_since_latest_release": 11,
"mean_days_between_releases": 120.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/maxbolgarin/erro",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/maxbolgarin/erro",
"is_deprecated": false,
"latest_version": "v1.0.3",
"repository_url": "https://github.com/maxbolgarin/erro",
"versions_count": 4,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-16T10:44:21Z",
"latest_version_yanked": null,
"days_since_latest_publish": 11
}
]
},
"popularity": {
"forks": 0,
"stars": 3,
"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": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 59750,
"source_files_sampled": 28,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 4711
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 1,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "maxbolgarin",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/43585189?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"go.yaml",
"release.yaml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"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": 0,
"reason": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"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/28 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": 10,
"reason": "project is 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": 6,
"reason": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"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": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "879c77c22ccc7628f4a4c55fdcec1e553464af9d",
"ran_at": "2026-07-28T02:57:26Z",
"aggregate_score": 4.3,
"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-16T10:47:12Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2025-07-16T16:21:10Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/maxbolgarin/erro",
"host": "github.com",
"name": "erro",
"owner": "maxbolgarin"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"security": 43,
"vitality": 61,
"community": 26,
"governance": 53,
"engineering": 59
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 61,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"commits_last_year": 13,
"human_commit_share": 1,
"days_since_last_push": 11,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 11 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "13 commits in the last year",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 13
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 84,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v1.0.3",
"releases_from_tags": false,
"days_since_latest_release": 11,
"mean_days_between_releases": 120.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 11 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~120.9 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 120.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 11,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 11 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 11
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 26,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 5,
"inputs": {
"forks": 0,
"stars": 3,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "3 stars",
"points": 4.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 3
}
}
],
"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": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 53,
"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": "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": 1,
"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": "1/1 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 1,
"decided": 1
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/28 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": 54,
"inputs": {
"followers": 19,
"owner_type": "User",
"is_verified": null,
"owner_login": "maxbolgarin",
"public_repos": 45,
"account_age_days": 2862
},
"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": "19 followers of maxbolgarin",
"points": 9.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 19,
"login": "maxbolgarin"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "45 public repos, account ~7 yr old",
"points": 24.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 45
}
},
{
"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/maxbolgarin/erro"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 11
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 11 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 11
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "4 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 4
}
}
],
"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": 59,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"errors",
"go",
"golang",
"monitoring",
"trace"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 43,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 43,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.3
},
"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": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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/28 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 fuzzed",
"points": 5,
"status": "met",
"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": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 69,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.971,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 4711
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"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": "68 of 70 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 68,
"sampled": 70
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.114,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "8 of the last 70 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 8,
"sampled": 70
}
}
],
"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": 59750,
"source_files_sampled": 28,
"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/28 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 28,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"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": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"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-28T02:57:33.553147Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/maxbolgarin/erro.svg",
"full_name": "maxbolgarin/erro",
"license_state": "standard",
"license_spdx": "MIT"
}