JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"cve",
"linter",
"security"
],
"is_fork": false,
"size_kb": 76,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 98584,
"Makefile": 907
},
"pushed_at": "2026-07-28T00:02:07Z",
"created_at": "2023-08-29T11:19:58Z",
"owner_type": "User",
"updated_at": "2026-07-28T17:29:44Z",
"description": "CLI tool to validate CVE v5 JSON records.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Martin Prpič",
"type": "User",
"login": "mprpic",
"company": "@RedHatOfficial",
"location": null,
"followers": 32,
"avatar_url": "https://avatars.githubusercontent.com/u/493157?v=4",
"created_at": "2010-11-23T09:40:43Z",
"is_verified": null,
"public_repos": 51,
"account_age_days": 5727
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-07-28T00:01:14Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-10T17:50:24Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-05-26T14:56:36Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2025-04-22T01:44:37Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2024-04-02T01:03:40Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2023-11-30T15:59:12Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2023-09-06T15:03:26Z"
}
],
"recent_commits": [
{
"oid": "feb355a21e7a61609d1fad0f6cc72088ae1a88de",
"body": "Signed-off-by: Martin Prpič <martin.prpic@gmail.com>",
"is_bot": false,
"headline": "Add `make release`",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2026-07-28T00:02:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca04d6de46a058d8d2c96b918f60d8eb777bc410",
"body": "Allow reading CVE JSON from standard input, either by piping data\ndirectly or by passing \"-\" as the file argument. The CVE ID is\nextracted from cveMetadata.cveId in the JSON content, falling back\nto \"<unknown>\" when absent.\n\nFixes #26\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\nSigned-off-by: Martin Prpič <martin.prpic@gmail.com>",
"is_bot": false,
"headline": "feat: add stdin support for linting CVE records (Issue #26)",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2026-07-27T23:52:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0f792f8c0ac9d94233f9c27c3a9f1872ceec0d41",
"body": null,
"is_bot": false,
"headline": "fix: use cveMetadata.cveId in CNA basic rule",
"author_name": "Jerry Gamblin",
"author_login": "jgamblin",
"committed_at": "2026-07-10T17:42:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fc54e8bda608ad62908a8d6a8fb8bd741b203ac",
"body": "Signed-off-by: Martin Prpič <martin.prpic@gmail.com>",
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2026-05-26T14:54:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8138dfc3881e7b8ea1dd1d1ec825967ea05ef275",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\nSigned-off-by: Martin Prpič <martin.prpic@gmail.com>",
"is_bot": false,
"headline": "chore: update goreleaser config to v2",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2026-05-26T14:54:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b45917723cd0f37af02bf0651355b237f4fbd95a",
"body": "Implement comprehensive validation for CNA Rules v4.0 requirements as defined in the CVE JSON schema.\n\nNew validation rules:\n- E015: CheckCNARulesV4_0Basic - validates CVE ID format and state field\n- E016: CheckCNARulesV4_0Descriptions - ensures at least one English description present\n- E017: Check\n[…]\nion with CVE JSON schema requirements\n\nNote: CNA Rules v4.0 Credit validation (originally E020) is deferred to allow\nUnicode escape sequence rule (E020, Issue #3) to maintain its numbering.\n\nFixes #13",
"is_bot": false,
"headline": "Add CNA Rules v4.0 validation checks (Issue #13)",
"author_name": "Jerry Gamblin",
"author_login": "jgamblin",
"committed_at": "2026-05-26T14:41:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "92028630bc6b56dd2d34ebd5f00ee99116f18863",
"body": "Add validation rules for Package URLs (PURLs) in preparation for PURL support in CVE schema.\n\nNew validation rules:\n- E013: CheckPurlFormat - validates PURL strings follow the specification\n- E014: CheckPurlConsistency - ensures PURL data matches component information\n\nFeatures:\n- Full PURL format v\n[…]\ner error reporting with context\n\nPer CVE schema PR #407:\n- PURLs provide standardized package identification\n- Format validation ensures data quality\n- Consistency checks prevent mismatches\n\nFixes #17",
"is_bot": false,
"headline": "Add PURL validation support (Issue #17)",
"author_name": "Jerry Gamblin",
"author_login": "jgamblin",
"committed_at": "2026-05-26T14:37:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2f56af3da98f24679aa814975b5f323371efd98d",
"body": "Add E011 validation rule to check for Unicode escape sequences in CVE descriptions and rejection reasons. The CVE schema expects UTF-8 encoded data, so Unicode escape sequences like \\uXXXX should not be used.\n\nIncludes:\n- CheckUnicodeEscapeSequences function to detect escape sequences\n- Comprehensive test coverage for both published and rejected records\n- Support for checking descriptions and rejection reasons\n- Proper regex validation for 4 and 8-digit escape sequences\n\nFixes #3",
"is_bot": false,
"headline": "Add Unicode escape sequence validation (Issue #3)",
"author_name": "Jerry Gamblin",
"author_login": "jgamblin",
"committed_at": "2026-05-21T18:29:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fcd9a1f595c97c35b26e20dc2f7e659bb88dacf",
"body": null,
"is_bot": false,
"headline": "ci: run tests in GitHub Actions",
"author_name": "Jerry Gamblin",
"author_login": "jgamblin",
"committed_at": "2026-05-18T13:46:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc72a600917739b091e2347fd81b5a1c15e48c26",
"body": null,
"is_bot": false,
"headline": "chore: sync local changes",
"author_name": "Jerry Gamblin",
"author_login": "jgamblin",
"committed_at": "2026-05-18T13:46:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "971f858603a7fa29fe81b7587ba1f1fe14c92682",
"body": "- Fix production bug in determineCachePath: XDG_CACHE_HOME was computed\n but never returned (fell through to $HOME/.cache default)\n- Fix XDG test to actually set XDG_CACHE_HOME instead of re-testing\n CVELINT_CACHE_DIR\n- Replace t.Logf no-op assertion with proper t.Errorf in default path test\n- Upgrade Print/PrintSummary smoke tests to capture stdout and assert on\n output content (CVE IDs, error codes, CSV headers, etc.)\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: address code review feedback on test quality",
"author_name": "Jerry Gamblin",
"author_login": "jgamblin",
"committed_at": "2026-05-18T13:46:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cf9c7b9551fe5adf18dce6c870ed8880f2858600",
"body": "Add extensive test coverage for core linting functionality:\n\nLinter package tests (internal/linter_test.go):\n- TestLinter_Run_Basic: Core linting initialization\n- TestLinter_Run_WithCNAFilter: CNA filtering validation\n- TestLinter_Run_ResultCollection: Error collection from rules\n- TestLinter_Run_In\n[…]\n% -> 50%+ coverage\n- Total new tests: 20 comprehensive test cases\n- All tests passing with 100% pass rate\n\nThis establishes a solid testing foundation and unblocks safe\nrefactoring of core components.",
"is_bot": false,
"headline": "test: Add comprehensive unit and integration tests",
"author_name": "Jerry Gamblin",
"author_login": "jgamblin",
"committed_at": "2026-05-18T13:46:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "40b73a1a4c6b3f0ffdfdb02c1e955b909a7c2ea5",
"body": "- Add type-specific validation to changes.at versions (was inconsistent\n with version/lessThan/lessThanOrEqual)\n- Use CveRecordStatePublished constant instead of hardcoded string\n- Remove misleading comment on asterisk guard in validateVersionByType\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: address review findings from post-implementation audit",
"author_name": "Jerry Gamblin",
"author_login": "jgamblin",
"committed_at": "2026-05-04T13:30:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7b4e2e09fc16985bb9872f08db25385b5bc47c95",
"body": "Move versionType to per-version-entry, remove custom versionType test\nfrom E007 (now E011), fix git hash test expectation, add semver\npre-release and no-versionType-fallback test cases.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: fix and expand version validation tests",
"author_name": "Jerry Gamblin",
"author_login": "jgamblin",
"committed_at": "2026-05-04T13:30:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bde89fd6655d023706d71102c59364c503cb4254",
"body": "Users can now independently ignore custom versionType warnings with\n--ignore E011 since it is a 'should avoid' not an error per the schema.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: extract custom versionType check to E011",
"author_name": "Jerry Gamblin",
"author_login": "jgamblin",
"committed_at": "2026-05-04T13:30:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fc50a7f03bbd74a8dbb1c5ba6ccd29b18720380d",
"body": "Read versionType per-version-entry (not per-affected-entry) per CVE v5\nschema. Run type-specific validation after generic regex passes.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: wire validateVersionByType into CheckInvalidVersion",
"author_name": "Jerry Gamblin",
"author_login": "jgamblin",
"committed_at": "2026-05-04T13:30:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d7d28f789677ce4dc4d1e3d19d35ca5dffbad715",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: remove broken strings.Contains guards from version validators",
"author_name": "Jerry Gamblin",
"author_login": "jgamblin",
"committed_at": "2026-05-04T13:30:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "937128e64cb57f0944e2ec84d966aa9f36d2fff1",
"body": "Enhanced CheckInvalidVersion to validate versions based on their type (semver, git, rpm, maven, python) with specific pattern matching for each type.\n\nImprovements:\n- Type-specific version validation patterns\n- Enforce that '*' is only allowed in lessThan field\n- Reject custom version types per CVE \n[…]\ne pre-release or build metadata\n- Git commits must be 40 (SHA-1) or 64 (SHA-256) character hashes\n- Each version type has strict format requirements\n- Custom version types should be avoided\n\nFixes #15",
"is_bot": false,
"headline": "Improve version validation with type-aware rules (Issue #15)",
"author_name": "Jerry Gamblin",
"author_login": "jgamblin",
"committed_at": "2026-05-04T13:30:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8d71e6ef4717462630815a77a9b42e95b6f52804",
"body": null,
"is_bot": false,
"headline": "Fix missing field name in header in CSV output",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2025-05-14T18:39:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0da53f1a1d85abcc0b29565d99b2d2b977a34a3",
"body": null,
"is_bot": false,
"headline": "Add summary of errors displayed per CNA",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2025-04-22T01:35:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e7ed8d7780812e01878cd60836025266f8d237f",
"body": null,
"is_bot": false,
"headline": "Add check for URLs in version strings",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2025-04-22T01:34:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e360804231e71f9b63eeb2ebb012ea893604f444",
"body": "If a reference to the record itself is the only reference, that also\nviolates the CNA rule of having at least one external references in\nthe record.",
"is_bot": false,
"headline": "Add checking of self-references in references array",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2025-04-11T13:37:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eeab69b1da16badec337f34febeae9cd13ec5112",
"body": null,
"is_bot": false,
"headline": "Add checks for n/a (and similar) in affected product and vendor field",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2025-04-10T19:09:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90745f3fe12f7364341d322c8e79f9490b797845",
"body": null,
"is_bot": false,
"headline": "Allow \"*\" to be used as a valid version string",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2025-04-10T19:03:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c93592266cfba62a958bf0f888c949cd0b5aba69",
"body": null,
"is_bot": false,
"headline": "Remove progress reporting because it spams CI output",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2025-04-10T19:02:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a909770f0d18a9fe52db719280b2bfce83aaf31",
"body": null,
"is_bot": false,
"headline": "Check for valid purls in version fields",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2025-01-15T19:31:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a6387823223467a54ef009cb8ce38705805395f",
"body": null,
"is_bot": false,
"headline": "Remove accidentally pushed file",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2024-07-19T18:36:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "373554e4e96146f10b981a1b46439e918986bd76",
"body": null,
"is_bot": false,
"headline": "Add automatic cloning of the cvelistV5 repo",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2024-07-12T19:01:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93835bad237c33fe7b2cda29faec229874ede80b",
"body": "The previous version would sort CVEs with longer ID parts incorrectly. Now,\nthe comparison is done on each part of the ID separately (first year,\nsecond ID).",
"is_bot": false,
"headline": "Fix results sorting algorithm",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2024-04-02T01:35:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63d38c9a8c10a5eef959e7d6d51ded5936fc4430",
"body": null,
"is_bot": false,
"headline": "Explain purpose of cvelint better; update example",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2024-04-01T20:06:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d070f9e1185b281ca55e07bb531cd3ea2eb89501",
"body": "The field is already appended at the end when the error message is created\nat print time.",
"is_bot": false,
"headline": "Remove unnecessary part of error message in CheckInvalidVersion",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2024-04-01T18:06:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb10e5d22124a4be1210fb01fb3664f0023068d5",
"body": "With 240k records in the data set, doing it one by one for lots of\nchecks is becoming a bit slow.",
"is_bot": false,
"headline": "Parallelize linting of individual CVE records",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2024-04-01T18:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "934c66e4b40ce8ac8dff743b7553c645fa33b5bb",
"body": "Add check for validating version strings in various fields",
"is_bot": false,
"headline": "Merge pull request #9 from mprpic/add-version-check",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2024-03-29T19:02:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3bf5ccf17880436a801b82684a98d7f03ef7e54",
"body": null,
"is_bot": false,
"headline": "Add doc string for CheckInvalidVersion",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2024-03-29T19:00:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c01ab60af417900f5ba3f33857d10311f193dc2",
"body": null,
"is_bot": false,
"headline": "Add check for validating version strings in various fields",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2024-03-28T20:33:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf205d3f6f95776e2121e0f3354c3e3e3dcd0ad8",
"body": null,
"is_bot": false,
"headline": "Count generic errors and exit with status code 1",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2023-11-27T20:19:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69098307f59f176027f42e7d48b71898af6a75d2",
"body": "Also, rename the `rules` variable to something more explicit so that it\ndoesn't shadow the `rules` package.\n\nResolves #6",
"is_bot": false,
"headline": "Report generic errors such as invalid JSON instead of exiting",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2023-11-22T20:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb36792bc12cbef0babb942630a878d2988d6e93",
"body": "Resolves #5",
"is_bot": false,
"headline": "Add JSON path to error in pretty-printed output",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2023-11-22T19:53:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35e6421c7144f94ed99c42f566d04a737baa7878",
"body": "Resolves #7",
"is_bot": false,
"headline": "Return non-0 exit code when any errors are found",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2023-11-21T21:45:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55b92288e76376c088353b81e2150d607ca0658e",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2023-09-12T14:02:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd2306dc11eca8ae70ca92d2f7c4823cc915b65b",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2023-09-06T17:22:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1075e07942c72ead655316c6b3cc4d7c2b534020",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2023-09-06T15:15:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12ca959cc38e1efaaaa522f9bd6a9fbefa7a3b49",
"body": null,
"is_bot": false,
"headline": "Create README.md",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2023-09-06T15:12:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be37dce6b267fef259202acabc597dc66923e191",
"body": null,
"is_bot": false,
"headline": "Create LICENSE",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2023-09-06T14:55:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5196b658c01a68109d5455d3a53fdb769a95a8a",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Martin Prpič",
"author_login": "mprpic",
"committed_at": "2023-09-06T14:54:54Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 18,
"latest_release_at": "2026-07-28T00:01:14Z",
"latest_release_tag": "v0.7.0",
"releases_from_tags": false,
"days_since_last_push": 2,
"active_weeks_last_year": 7,
"days_since_latest_release": 2,
"mean_days_between_releases": 175.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/mprpic/cvelint",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/mprpic/cvelint",
"is_deprecated": false,
"latest_version": "v0.7.0",
"repository_url": "https://github.com/mprpic/cvelint",
"versions_count": 7,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-27T23:52:01Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2
}
]
},
"popularity": {
"forks": 4,
"stars": 15,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2024-03-29",
"count": 1
},
{
"date": "2024-12-02",
"count": 1
},
{
"date": "2025-08-15",
"count": 1
},
{
"date": "2026-03-26",
"count": 1
}
],
"complete": true,
"collected": 4,
"total_forks": 4
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 16539,
"source_files_sampled": 16,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.6.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 68
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 8,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/fatih/color",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.15.0"
},
{
"name": "github.com/package-url/packageurl-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.1.3"
},
{
"name": "github.com/tidwall/gjson",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.16.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/fatih/color",
"direct": true,
"version": "v1.15.0",
"ecosystem": "go"
},
{
"name": "github.com/package-url/packageurl-go",
"direct": true,
"version": "v0.1.3",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/gjson",
"direct": true,
"version": "v1.16.0",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-colorable",
"direct": false,
"version": "v0.1.13",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.17",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/match",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/pretty",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 8,
"direct_count": 3,
"indirect_count": 5
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 9,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 17,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "mprpic",
"commits": 31,
"avatar_url": "https://avatars.githubusercontent.com/u/493157?v=4"
},
{
"type": "User",
"login": "jgamblin",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/8428124?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.689
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"test.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 7,
"reason": "5 out of 7 merged PRs checked by a CI test -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 2,
"reason": "Found 6/22 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": 10,
"reason": "18 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "feb355a21e7a61609d1fad0f6cc72088ae1a88de",
"ran_at": "2026-07-30T09:39:51Z",
"aggregate_score": 3.8,
"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-28T00:02:29Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-27T23:52:01Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/mprpic/cvelint",
"host": "github.com",
"name": "cvelint",
"owner": "mprpic"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 58 is calibrated to 62 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 58,
"calibrated": 62,
"calibration": "2026-08-02"
}
}
],
"value": 62,
"inputs": {
"security": 50,
"vitality": 68,
"community": 36,
"governance": 62,
"calibration": "2026-08-02",
"engineering": 67,
"ai_readiness": 60,
"weighted_overall_raw": 58
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 68,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"commits_last_year": 18,
"human_commit_share": 1,
"days_since_last_push": 2,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "18 commits in the last year",
"points": 11.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 18
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "18 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v0.7.0",
"releases_from_tags": false,
"days_since_latest_release": 2,
"mean_days_between_releases": 175.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~175.9 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 175.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"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": 6,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 6 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 6
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 36,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"forks": 4,
"stars": 15,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "15 stars",
"points": 18.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 15
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "4 forks",
"points": 4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 4
}
}
],
"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,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"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": 62,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.689
},
"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 69% of commits",
"points": 7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 69
}
}
],
"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 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 83,
"inputs": {
"merged_prs": 9,
"open_issues": 0,
"closed_issues": 17,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 1,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 42,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "9/10 decided PRs merged",
"points": 27,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 9,
"decided": 10
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/22 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"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": 57,
"inputs": {
"followers": 32,
"owner_type": "User",
"is_verified": null,
"owner_login": "mprpic",
"public_repos": 51,
"account_age_days": 5727
},
"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": "32 followers of mprpic",
"points": 10.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 32,
"login": "mprpic"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "51 public repos, account ~15 yr old",
"points": 24.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 51
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/mprpic/cvelint"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 2
},
"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 2 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "7 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 7
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 67,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "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": "5 out of 7 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"cve",
"linter",
"security"
],
"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": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"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": "moderate",
"name": "Security",
"value": 50,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.8
},
"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": "5 out of 7 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 6/22 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"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": "18 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"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 8 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": 8
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 8,
"unassessed_packages": 0,
"affected_by_severity": "unknown 1",
"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": "exceptional",
"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": 8,
"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": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 1
},
"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": 60,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.489,
"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": "22 of 45 human commits state their intent (structured subject or explanatory body)",
"points": 26.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 22,
"sampled": 45
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.178,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "8 of the last 45 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 8,
"sampled": 45
}
}
],
"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": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 16539,
"source_files_sampled": 16,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/16 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 16,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library"
],
"scores": {
"cli": 2,
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 6
},
{
"tier": "description",
"label": "cli",
"source": "description:cli",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-30T09:40:02.974060Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/mprpic/cvelint.svg",
"full_name": "mprpic/cvelint",
"license_state": "standard",
"license_spdx": "MIT"
}