Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"scim",
"scim-2",
"scim-filter",
"ast"
],
"is_fork": false,
"size_kb": 67,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 43872,
"Nix": 1131
},
"pushed_at": "2026-07-16T21:48:35Z",
"created_at": "2018-12-28T11:12:35Z",
"owner_type": "Organization",
"updated_at": "2026-07-16T21:48:33Z",
"description": "SCIM v2 Query Filter Parser in Go",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "SCIM2 in Golang",
"type": "Organization",
"login": "scim2",
"company": null,
"location": null,
"followers": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/71875984?v=4",
"created_at": "2020-09-25T09:13:28Z",
"is_verified": null,
"public_repos": 5,
"account_age_days": 2125
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.3.1",
"kind": "patch",
"published_at": "2026-07-16T21:47:16Z"
},
{
"tag": "v2.3.0",
"kind": "minor",
"published_at": "2026-07-16T21:41:50Z"
},
{
"tag": "v2.2.1",
"kind": "patch",
"published_at": "2026-03-24T13:26:25Z"
},
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2021-05-10T11:51:53Z"
},
{
"tag": "v2.1.3",
"kind": "patch",
"published_at": "2021-03-09T11:22:14Z"
},
{
"tag": "v2.1.2",
"kind": "patch",
"published_at": "2021-02-24T15:53:19Z"
},
{
"tag": "v2.1.1",
"kind": "patch",
"published_at": "2021-02-17T13:50:25Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2021-01-24T10:21:36Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2021-01-21T14:02:19Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2020-09-25T13:15:44Z"
}
],
"recent_commits": [
{
"oid": "65b9da65508fb179de8e6841f81a4661a5d13ca1",
"body": null,
"is_bot": false,
"headline": "chore: lower go directive to 1.18 (actual minimum)",
"author_name": "Quint Daenen",
"author_login": "q-uint",
"committed_at": "2026-07-16T21:47:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb6a9f86f8dffff137ca8f65faf65660480ea0d9",
"body": null,
"is_bot": false,
"headline": "chore: migrate parser dependency to github.com/q-uint/parser",
"author_name": "Quint Daenen",
"author_login": "q-uint",
"committed_at": "2026-07-16T21:41:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a551bba7d74bbd9fce7e56f4844351c77c338d9f",
"body": "* fix: allow hyphens in URI segments\n\nThe URI parser only accepted [a-zA-Z0-9.] in segments between colons,\nrejecting valid URNs containing hyphens (e.g. custom extension URIs\nlike urn:example:scim:schemas:extension:my-custom-ext:1.0:User).\n\nAdd \"-\" to the allowed character set per RFC 8141 Section \n[…]\n production as alphanum / \"-\" (ldh).\n\n* chore: add ci script to nix dev shell\n\nAdds a \"ci\" command to the nix dev shell that runs all four CI\nchecks (test, lint, arrange, tidy) locally in one command.",
"is_bot": false,
"headline": "fix: allow hyphens in URI segments (#29)",
"author_name": "Quint Daenen",
"author_login": "q-uint",
"committed_at": "2026-03-24T13:26:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5c111b10bf6b419428e400380472a51512f3be00",
"body": "* fix: preserve operator precedence in LogicalExpression.String()\n\nWrap OR children in parentheses when the parent operator is AND,\nso the string output matches the parsed grouping.\n\n* chore: update CI and dev tooling\n\n* fix(ci): build golangci-lint with Go 1.26 toolchain",
"is_bot": false,
"headline": "fix: preserve operator precedence in LogicalExpression.String() (#28)",
"author_name": "Quint Daenen",
"author_login": "q-uint",
"committed_at": "2026-03-24T13:02:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1804a6eb74d5836a5423c3ec1f26197a3486e13",
"body": null,
"is_bot": false,
"headline": "Format files.",
"author_name": "Quint",
"author_login": "q-uint",
"committed_at": "2021-05-10T11:51:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c218b7dd428fe120f73abaa8b3991e2b5bc783c4",
"body": null,
"is_bot": false,
"headline": "Add json.Number test.",
"author_name": "Quint",
"author_login": "q-uint",
"committed_at": "2021-05-10T11:51:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22d91ba08ddcd79e21e885d1c8bc3b0b13217e42",
"body": null,
"is_bot": false,
"headline": "Support json.Number.",
"author_name": "Quint",
"author_login": "q-uint",
"committed_at": "2021-05-10T11:51:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f8eb41321bac1ad16f3b5f8364a0b90edaaa31c",
"body": null,
"is_bot": false,
"headline": "Move grammar to internal package.",
"author_name": "Quint",
"author_login": "q-uint",
"committed_at": "2021-05-10T11:51:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "367406a3808ed5953c39237b1ebe6b296f42cdda",
"body": null,
"is_bot": false,
"headline": "Only run ga on pull request.",
"author_name": "Quint",
"author_login": "q-uint",
"committed_at": "2021-05-10T11:37:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35d18c634aa3c4cd1895d102d1818a12a6f518eb",
"body": null,
"is_bot": false,
"headline": "Rearrange code.",
"author_name": "Quint",
"author_login": "q-uint",
"committed_at": "2021-05-10T11:37:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9d4aaf31dd1ff8952b79d036db77cc3f7f2703d",
"body": null,
"is_bot": false,
"headline": "Add GitHub actions.",
"author_name": "Quint",
"author_login": "q-uint",
"committed_at": "2021-05-10T11:37:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47c4fd1a31a3ee869fc50301740ee4c2664143a3",
"body": null,
"is_bot": false,
"headline": "Make attribute operators case insensitive.",
"author_name": "Quint",
"author_login": "q-uint",
"committed_at": "2021-03-09T11:22:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17b8707d52508b2030d7c6039a559a40649e0d14",
"body": null,
"is_bot": false,
"headline": "Fix stack overflow.",
"author_name": "Quint",
"author_login": "q-uint",
"committed_at": "2021-02-24T15:53:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acaa3191fc5bd90aa4eb9be41dd0cd61f6b5477c",
"body": null,
"is_bot": false,
"headline": "Add traverse/walk example.",
"author_name": "Quint",
"author_login": "q-uint",
"committed_at": "2021-02-17T16:09:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "658ff0eeb740905515ff8d0fdf8cacf87fedca34",
"body": null,
"is_bot": false,
"headline": "Undo edit change",
"author_name": "Dag Wullt",
"author_login": "DagW",
"committed_at": "2021-02-17T13:50:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeb7765f3c45a50d908903ab087795f8958836e9",
"body": null,
"is_bot": false,
"headline": "Fix v2 import paths",
"author_name": "Dag Wullt",
"author_login": "DagW",
"committed_at": "2021-02-17T13:50:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c710f8a6544d437912a4cc27dd125f5f658dd5c",
"body": "Enabled projects to import v2.1.0",
"is_bot": false,
"headline": "Update go.mod with /v2",
"author_name": "Dag Wullt",
"author_login": "DagW",
"committed_at": "2021-02-17T12:42:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58cd77dd1518aef1cc84ba7fe04284e4accc3156",
"body": null,
"is_bot": false,
"headline": "Make boolean values case insensitive.",
"author_name": "Quint",
"author_login": "q-uint",
"committed_at": "2021-01-24T10:21:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e740ad29f62a1dc148143ac037e8fcef8679840b",
"body": null,
"is_bot": false,
"headline": "Fix integer type.",
"author_name": "Quint",
"author_login": "q-uint",
"committed_at": "2021-01-24T10:17:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54873715443c559a7976d83f6f05040df906173c",
"body": null,
"is_bot": false,
"headline": "Fix links.",
"author_name": "Quint",
"author_login": "q-uint",
"committed_at": "2021-01-22T13:10:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "519c573a285c5119bb13afadb12cac65e07a87d7",
"body": null,
"is_bot": false,
"headline": "Add missing documentation.",
"author_name": "Quint",
"author_login": "q-uint",
"committed_at": "2021-01-21T14:02:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b340831345dc9174c67cd993ee843f58c113306",
"body": null,
"is_bot": false,
"headline": "Add filters.",
"author_name": "Quint",
"author_login": "q-uint",
"committed_at": "2021-01-21T14:02:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbc49943fbde2ec7266ed7dff36b8c2e6bde6851",
"body": null,
"is_bot": false,
"headline": "Add path filters.",
"author_name": "Quint",
"author_login": "q-uint",
"committed_at": "2021-01-21T14:02:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea9409d2899050f57d3a9978701fa3fdf2982458",
"body": null,
"is_bot": false,
"headline": "Add value paths.",
"author_name": "Quint",
"author_login": "q-uint",
"committed_at": "2021-01-21T14:02:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4348e541e73ba17d8c4b99c3a82fe0ad639f0d79",
"body": null,
"is_bot": false,
"headline": "Add attribute expressions.",
"author_name": "Quint",
"author_login": "q-uint",
"committed_at": "2021-01-21T14:02:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fa2a812c60f4e473cd8d44cb69b446b771a568b",
"body": null,
"is_bot": false,
"headline": "Add parser for attribute paths.",
"author_name": "Quint",
"author_login": "q-uint",
"committed_at": "2021-01-21T14:02:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddcd407d6601fa8145c183a9bb2c96481d0e7cd6",
"body": null,
"is_bot": false,
"headline": "Add grammar parser(s).",
"author_name": "Quint",
"author_login": "q-uint",
"committed_at": "2021-01-21T14:02:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68f3d625800ae55325e3a5fdc777cd92971a9c2b",
"body": null,
"is_bot": false,
"headline": "Remove old implementation.",
"author_name": "Quint",
"author_login": "q-uint",
"committed_at": "2021-01-21T14:02:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "deed7f68cef37087e82143e2bfd077d5dd051cc8",
"body": null,
"is_bot": false,
"headline": "Change module path.",
"author_name": "Quint Daenen",
"author_login": "q-uint",
"committed_at": "2020-09-25T13:15:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86ddcb7e62bdfd05177ddb47f0690ceb5a662d06",
"body": null,
"is_bot": false,
"headline": "fixed uri prefix in value paths",
"author_name": "Quint Daenen",
"author_login": "q-uint",
"committed_at": "2020-07-31T09:29:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6c96c1ee3245ef4934cb636da96f47f9d33cc17",
"body": null,
"is_bot": false,
"headline": "fixed compare operator pr",
"author_name": "Quint Daenen",
"author_login": "q-uint",
"committed_at": "2020-07-31T08:22:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9abec5bce5c37fdf1c3032537fc57f9b56c4183f",
"body": null,
"is_bot": false,
"headline": "added uri prefixed to attribute names",
"author_name": "Quint Daenen",
"author_login": "q-uint",
"committed_at": "2020-07-30T11:51:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3621c078fe9738de4e2a7e79eb4b441b9142d1b4",
"body": null,
"is_bot": false,
"headline": "add go.mod",
"author_name": "Quint Daenen",
"author_login": "q-uint",
"committed_at": "2020-06-22T09:57:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b33ea97ae7961948a928e5e13619312ee7ec8836",
"body": "added path parser",
"is_bot": false,
"headline": "merge pull request #4 from di-wu/sub-attributes",
"author_name": "quint daenen",
"author_login": "q-uint",
"committed_at": "2019-10-24T15:31:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60e695f6b9282d96cc124815d5c601683baa8007",
"body": null,
"is_bot": false,
"headline": "resolved conflicts",
"author_name": "di-wu",
"author_login": "q-uint",
"committed_at": "2019-10-24T14:49:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec32c22a7f3b1132497d2cea373f503aa41383cb",
"body": null,
"is_bot": false,
"headline": "added patch path parser",
"author_name": "di-wu",
"author_login": "q-uint",
"committed_at": "2019-10-24T14:42:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcd375ae4d4f9922b5b9a1b4b1231c70d6f17dc2",
"body": null,
"is_bot": false,
"headline": "added attribute and value paths",
"author_name": "di-wu",
"author_login": "q-uint",
"committed_at": "2019-10-17T23:41:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cfbe38b42648cb1590c280fc2e37ce8cfde1f6c",
"body": null,
"is_bot": false,
"headline": "added attribute and value paths",
"author_name": "di-wu",
"author_login": "q-uint",
"committed_at": "2019-10-17T23:41:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1abb76992586083fbca3cf6644a5f83f632234b4",
"body": null,
"is_bot": false,
"headline": "renamed package",
"author_name": "di-wu",
"author_login": "q-uint",
"committed_at": "2019-10-17T07:59:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdaa38509d0911e1151fdb5a550a508dae6a8ffc",
"body": null,
"is_bot": false,
"headline": "fixed rfc errata",
"author_name": "Quint Daenen",
"author_login": null,
"committed_at": "2019-06-02T15:09:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdffd373587fd29f58a9cac35b4212ab67e16d4d",
"body": null,
"is_bot": false,
"headline": "simplified godoc",
"author_name": "Quint Daenen",
"author_login": null,
"committed_at": "2019-03-23T11:17:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74793e9855329f52c28e5196f2ea3b11147720ce",
"body": null,
"is_bot": false,
"headline": "fixed logExp validation",
"author_name": "Quint Daenen",
"author_login": null,
"committed_at": "2019-03-09T23:02:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55680a35fb2ecb7b2f0297a6df68e16b68d890d9",
"body": null,
"is_bot": false,
"headline": "added filter validation",
"author_name": "Quint Daenen",
"author_login": null,
"committed_at": "2019-03-05T19:09:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97a68a77d332acf00471018a7e589fed75231d69",
"body": null,
"is_bot": false,
"headline": "added go report card",
"author_name": "Quint Daenen",
"author_login": null,
"committed_at": "2019-01-30T09:49:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f324cd7adeb724ab684c2aed28fdfb0f614fabf",
"body": null,
"is_bot": false,
"headline": "cleanup with golint, gofmt and gocyclo",
"author_name": "Quint Daenen",
"author_login": null,
"committed_at": "2019-01-30T09:44:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a63981a1adf839f9377292425deed6ef8ee60f8",
"body": null,
"is_bot": false,
"headline": "made names more readable",
"author_name": "Quint Daenen",
"author_login": null,
"committed_at": "2019-01-29T17:35:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76275a6fe92eedadba2f920ec2c07c1a7c793948",
"body": null,
"is_bot": false,
"headline": "changed package name",
"author_name": "Quint Daenen",
"author_login": null,
"committed_at": "2019-01-02T11:33:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4c9f5437a8e657a8a2f1273352030d0c817b11f",
"body": null,
"is_bot": false,
"headline": "removed gitignore",
"author_name": "Quint Daenen",
"author_login": null,
"committed_at": "2018-12-31T15:40:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1c1565262260244259c4b07d24f39c54ee7f1f2",
"body": null,
"is_bot": false,
"headline": "added implementation for brackets",
"author_name": "Quint Daenen",
"author_login": null,
"committed_at": "2018-12-31T12:45:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "541e402520b54fd8e818d11c9968f697b725261b",
"body": null,
"is_bot": false,
"headline": "added implementation for parenthesis",
"author_name": "Quint Daenen",
"author_login": null,
"committed_at": "2018-12-30T09:30:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b808ae4425e328e452af75d4d660f815dbbc9dd0",
"body": null,
"is_bot": false,
"headline": "added license",
"author_name": "quint daenen",
"author_login": null,
"committed_at": "2018-12-29T19:38:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "684cbcf946b0fd9f0cdfc356b1c48280196e469e",
"body": null,
"is_bot": false,
"headline": "added forgotten documentation",
"author_name": "Quint Daenen",
"author_login": null,
"committed_at": "2018-12-29T17:54:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83abe9fa53cfde6387106bff4bca5bceffa63808",
"body": null,
"is_bot": false,
"headline": "removed unnecessary code",
"author_name": "Quint Daenen",
"author_login": null,
"committed_at": "2018-12-29T17:43:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f51936cea02d0eaf49e132e961afcb69d892428",
"body": null,
"is_bot": false,
"headline": "added reference for top-down parsing method",
"author_name": "Quint Daenen",
"author_login": null,
"committed_at": "2018-12-29T17:41:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89d4543f7db26e8f0292e77df41ed16d3fc477c2",
"body": null,
"is_bot": false,
"headline": "fixed precedence of logical operators",
"author_name": "Quint Daenen",
"author_login": null,
"committed_at": "2018-12-29T17:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe04b7271dca66f0110f409ede8f20455a48958a",
"body": "…no precedence)",
"is_bot": false,
"headline": "added implementation for all logical operators (only simple queries, …",
"author_name": "Quint Daenen",
"author_login": null,
"committed_at": "2018-12-29T14:44:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3b63360b011adf138cedfc9384970f82fdbcd7b",
"body": null,
"is_bot": false,
"headline": "added implementation for all attribute operators",
"author_name": "Quint Daenen",
"author_login": null,
"committed_at": "2018-12-28T15:36:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfefcd34795d12e19927a30537616effa8a42d93",
"body": null,
"is_bot": false,
"headline": "added tests for the parser",
"author_name": "Quint Daenen",
"author_login": null,
"committed_at": "2018-12-28T13:55:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cf917c55424c20d89108160a0d19bfab29e9cea",
"body": null,
"is_bot": false,
"headline": "added tests for the scanner",
"author_name": "Quint Daenen",
"author_login": null,
"committed_at": "2018-12-28T13:55:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09993d3dca24ed8765f6dac06f039fcce5d64b6f",
"body": null,
"is_bot": false,
"headline": "added gitignore",
"author_name": "Quint Daenen",
"author_login": null,
"committed_at": "2018-12-28T12:00:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed315559fac9ca722e013cf79aa8275e7e18b1b7",
"body": null,
"is_bot": false,
"headline": "added parser",
"author_name": "Quint Daenen",
"author_login": null,
"committed_at": "2018-12-28T11:56:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7d0ff591553d372a9cf7614e6c62cb7a5d4383f",
"body": null,
"is_bot": false,
"headline": "added lexical scanner",
"author_name": "Quint Daenen",
"author_login": null,
"committed_at": "2018-12-28T11:29:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25bdfaf8a7eb5209dded597d4c6e2fff8a90c17e",
"body": null,
"is_bot": false,
"headline": "added readme, initial commit",
"author_name": "Quint Daenen",
"author_login": null,
"committed_at": "2018-12-28T11:22:02Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 4,
"latest_release_at": "2026-07-16T21:47:16Z",
"latest_release_tag": "v2.3.1",
"releases_from_tags": true,
"days_since_last_push": 5,
"active_weeks_last_year": 2,
"days_since_latest_release": 5,
"mean_days_between_releases": 235.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/scim2/filter-parser/v2",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/scim2/filter-parser/v2",
"is_deprecated": false,
"latest_version": "v2.3.1",
"repository_url": "https://github.com/scim2/filter-parser",
"versions_count": 9,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-16T21:47:16Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 11,
"stars": 40,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2020-02-24",
"count": 1
},
{
"date": "2021-02-17",
"count": 1
},
{
"date": "2022-10-07",
"count": 1
},
{
"date": "2022-11-20",
"count": 1
},
{
"date": "2023-07-19",
"count": 1
},
{
"date": "2023-11-13",
"count": 1
},
{
"date": "2023-11-14",
"count": 1
},
{
"date": "2024-04-03",
"count": 1
},
{
"date": "2024-07-25",
"count": 1
},
{
"date": "2025-04-08",
"count": 1
},
{
"date": "2026-07-17",
"count": 1
}
],
"complete": true,
"collected": 11,
"total_forks": 11
},
"star_history": {
"days": [
{
"date": "2019-10-09",
"count": 1
},
{
"date": "2019-10-10",
"count": 1
},
{
"date": "2019-12-03",
"count": 1
},
{
"date": "2020-10-27",
"count": 1
},
{
"date": "2020-11-20",
"count": 1
},
{
"date": "2020-11-25",
"count": 1
},
{
"date": "2021-01-22",
"count": 1
},
{
"date": "2021-02-24",
"count": 1
},
{
"date": "2021-06-30",
"count": 1
},
{
"date": "2021-07-29",
"count": 1
},
{
"date": "2021-12-29",
"count": 1
},
{
"date": "2022-02-24",
"count": 1
},
{
"date": "2022-04-07",
"count": 1
},
{
"date": "2022-05-09",
"count": 1
},
{
"date": "2022-06-18",
"count": 1
},
{
"date": "2022-06-27",
"count": 1
},
{
"date": "2022-09-30",
"count": 2
},
{
"date": "2022-10-07",
"count": 1
},
{
"date": "2023-04-19",
"count": 1
},
{
"date": "2023-06-12",
"count": 1
},
{
"date": "2023-07-17",
"count": 1
},
{
"date": "2023-08-11",
"count": 1
},
{
"date": "2023-10-10",
"count": 1
},
{
"date": "2024-01-21",
"count": 1
},
{
"date": "2024-03-07",
"count": 1
},
{
"date": "2024-07-03",
"count": 1
},
{
"date": "2024-07-25",
"count": 1
},
{
"date": "2024-08-02",
"count": 1
},
{
"date": "2024-11-02",
"count": 1
},
{
"date": "2024-11-25",
"count": 1
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-04-22",
"count": 1
},
{
"date": "2025-05-31",
"count": 1
},
{
"date": "2025-11-17",
"count": 1
},
{
"date": "2026-01-04",
"count": 1
},
{
"date": "2026-01-09",
"count": 1
},
{
"date": "2026-01-27",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
},
{
"date": "2026-04-28",
"count": 1
}
],
"complete": true,
"collected": 40,
"total_stars": 40
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": true,
"example_dirs": [],
"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": 4820,
"source_files_sampled": 30,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/q-uint/parser",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.3.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/q-uint/parser",
"direct": true,
"version": "v0.3.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 1,
"direct_count": 1,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 12,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 12,
"closed_unmerged_prs": 5
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "q-uint",
"commits": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/6649717?v=4"
},
{
"type": "User",
"login": "DagW",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/289691?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.923
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"pull_request.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 2,
"reason": "2 out of 9 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": 1,
"reason": "Found 2/17 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": 2,
"reason": "dependency not pinned by hash detected -- score normalized to 2",
"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": "65b9da65508fb179de8e6841f81a4661a5d13ca1",
"ran_at": "2026-07-22T06:54:07Z",
"aggregate_score": 3.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-16T21:49:14Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-03-24T13:26:25Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/scim2/filter-parser",
"host": "github.com",
"name": "filter-parser",
"owner": "scim2"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"security": 49,
"vitality": 56,
"community": 41,
"governance": 59,
"engineering": 51
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 56,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"commits_last_year": 4,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 2
},
"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": "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": "4 commits in the last year",
"points": 6.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 4
}
}
],
"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": "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": 72,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v2.3.1",
"releases_from_tags": true,
"days_since_latest_release": 5,
"mean_days_between_releases": 235.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 10
}
}
],
"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 ~235.6 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 235.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 41,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"forks": 11,
"stars": 40,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "40 stars",
"points": 25.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 40
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "11 forks",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 11
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"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": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.923
},
"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 92% of commits",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 92
}
}
],
"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 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"merged_prs": 12,
"open_issues": 0,
"closed_issues": 12,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 5
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "12/17 decided PRs merged",
"points": 27,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 12,
"decided": 17
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/17 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"followers": 5,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "scim2",
"public_repos": 5,
"account_age_days": 2125
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "5 followers of scim2",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 5,
"login": "scim2"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "5 public repos, account ~5 yr old",
"points": 17.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 5
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/scim2/filter-parser/v2"
],
"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": "9 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 9
}
}
],
"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": 51,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 52,
"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": "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": 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": "2 out of 9 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": 50,
"inputs": {
"topics": [
"scim",
"scim-2",
"scim-filter",
"ast"
],
"has_wiki": false,
"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": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"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": 49,
"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 9 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 2/17 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "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 2",
"points": 1,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 1 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 1
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 3
},
"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": "at_risk",
"name": "AI Readiness",
"value": 46,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 4,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.079,
"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": "5 of 63 human commits state their intent (structured subject or explanatory body)",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 5,
"sampled": 63
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"has_nix": true,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "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": "Nix, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Nix, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 63",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 63
}
}
],
"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 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 4820,
"source_files_sampled": 30,
"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/30 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 30,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-22T06:54:21.249082Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/scim2/filter-parser.svg",
"full_name": "scim2/filter-parser",
"license_state": "standard",
"license_spdx": "MIT"
}