Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 893,
"has_wiki": true,
"homepage": null,
"languages": {
"Julia": 190841
},
"pushed_at": "2020-10-30T05:42:06Z",
"created_at": "2014-06-06T20:45:14Z",
"owner_type": "User",
"updated_at": "2026-06-22T16:57:07Z",
"description": "A lint tool for Julia code",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Julia",
"significant_languages": [
"Julia"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "tonyhffong",
"company": null,
"location": "New York",
"followers": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/7191122?v=4",
"created_at": "2014-04-05T18:36:38Z",
"is_verified": null,
"public_repos": 11,
"account_age_days": 4492
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2019-04-30T00:59:29Z"
}
],
"recent_commits": [
{
"oid": "01fd4f11072d1940e6504b77117f49c72db70a27",
"body": "* `julia gen_project.jl`\r\n\r\n* support for julia ≥ 1.0",
"is_bot": false,
"headline": "deprecated REQUIRE → Project.toml (#263)",
"author_name": "Felipe Lema",
"author_login": "FelipeLema",
"committed_at": "2019-08-21T19:25:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37153b427c6666a2abbfc4bfcd538fb458ad2d31",
"body": null,
"is_bot": false,
"headline": "fixed julia 1.0 incompatibilities (#258)",
"author_name": "rssdev10",
"author_login": "rssdev10",
"committed_at": "2019-03-29T22:58:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "831179a1f6d6c32b785f8c90707a255afd6d0039",
"body": null,
"is_bot": false,
"headline": "Import `Sockets` to use `listen`. (#260)",
"author_name": "Shimmy Xu",
"author_login": "shimmy1996",
"committed_at": "2019-03-29T22:58:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9cdca7e7992f258fa5a63e6dc698cb6b77223ad",
"body": "* Try to fix precompile issues for Julia 1.0\r\n\r\n* Try to fix some static analysis test cases\r\n\r\n* Empty `Tuple` method dispatch\r\n\r\nSee documentation on `Vararg`\r\n\r\n* Fix handling of `Vector`\r\n\r\n`Vector` has no types ⇒ `length(T.types) == 0`\r\n\r\n* Remove `try` without `catch`\r\n\r\nWhy was it there to be\n[…]\nide a \"just expression\" API\r\n\r\n* Try to replace previous parsing (doesn't work)\r\n\r\n* Missing try-catch\r\n\r\nDo mind that pre-compile forced `lintstr` seems to be reporting errors\r\n\r\n* delete legacy file",
"is_bot": false,
"headline": "Fix #252 ~ Update code to julia 1.0 (#256)",
"author_name": "Felipe Lema",
"author_login": "FelipeLema",
"committed_at": "2018-12-21T21:13:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "40fa35123944844de8350094f6e733097a0252b3",
"body": "Found some `Compat.UTF8String` and `Compat.ASCIIString`, fixed.",
"is_bot": false,
"headline": "Fix deprecation warnings (#246)",
"author_name": "Jukka Aho",
"author_login": "ahojukka5",
"committed_at": "2018-01-30T03:50:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03ac88f5a960176c5bf4cbb82c84a9923210cb64",
"body": null,
"is_bot": false,
"headline": "Test on 0.6 too (#243)",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-09-05T04:26:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8932ba496aec56be49b8d6fefdd17bd0a9e8bd70",
"body": null,
"is_bot": false,
"headline": "processOneSig shouldn’t return nothing, fixes #240. (#241)",
"author_name": "Kirill Ignatiev",
"author_login": "ikirill",
"committed_at": "2017-09-03T18:23:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "918d983944f9f3db9cab5ffccc26d3d9503b3fc9",
"body": "This test is not particularly useful, especially since Compat has been updated to remove rewrite_dict.",
"is_bot": false,
"headline": "Remove Compat.rewrite_dict import test (#239)",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-08-11T02:59:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7573f658511732bcfafe547698478176914d8520",
"body": null,
"is_bot": false,
"headline": "Do not initialize deprecation data if impossible (#230)",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-05-04T01:20:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "388012a0fe9e269c7f79693940a5ea517944cef9",
"body": null,
"is_bot": false,
"headline": "Fix #227, Core.Typeof on Vararg (#228)",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-04-27T02:38:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fd6a68d955d128056797071716c6baee7a475a5",
"body": "* Update Lint.jl\r\n\r\n* Update server.jl",
"is_bot": false,
"headline": "Use instead of import readline (#226)",
"author_name": "Mus M",
"author_login": "musm",
"committed_at": "2017-04-27T02:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70bdec616333c31c2be19084add355c781f76736",
"body": "An n-pass linter",
"is_bot": false,
"headline": "Change to an n-pass linter (#220)",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-04-26T05:06:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60a20686df0be6dac5e7f1a097af3d3f1ceaedc8",
"body": "Fix Lint startup error on 0.6",
"is_bot": false,
"headline": "Merge pull request #224 from tonyhffong/fw/fix-startup",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-04-23T01:32:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fd9db725ec9bfca60bbff2cccac35a0f7db237e",
"body": null,
"is_bot": false,
"headline": "Fix Lint startup error on 0.6",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-04-23T01:21:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f629ae01a2c9c9e46ed2dd786067ec92d22312d7",
"body": "Print non-message to STDERR to avoid confusing emacs.",
"is_bot": false,
"headline": "Merge pull request #223 from ikirill/fix-println-stderr",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-04-23T01:12:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecbb29ace52aa54940e37f037b6b82bcfffdecd7",
"body": null,
"is_bot": false,
"headline": "Print non-message to STDERR to avoid confusing emacs.",
"author_name": "Kirill Ignatiev",
"author_login": "ikirill",
"committed_at": "2017-04-21T20:53:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f311edf7ff7a07acad5a1e79b810aa4e4a82b76",
"body": null,
"is_bot": false,
"headline": "Merge pull request #212 from tonyhffong/fw/bug-hunt",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-04-13T21:55:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22ca7cbd6a01d6de4acebae754e7d2190633cbc9",
"body": null,
"is_bot": false,
"headline": "Allow broken tests on 0.5",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-04-13T04:50:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "154a6e0f14d11aa3913b997dbbf8a28d19dd06b1",
"body": null,
"is_bot": false,
"headline": "Refactor generator linting (prepare for future fix)",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-04-05T01:38:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c1d1bdff39234434743a961ee413534a652b9b1",
"body": null,
"is_bot": false,
"headline": "Delete I281, made redundant by #180",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-04-02T21:36:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c61b76270204270a52eef4a7ec275d6a5d3f728d",
"body": null,
"is_bot": false,
"headline": "Eliminate macroLvl field",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-04-02T21:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a570dd9590ca34054083db905f88bea45f229c58",
"body": null,
"is_bot": false,
"headline": "Eliminate macros field of LintStack",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-04-02T21:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d31037bb52ff92a5fda2447abbcda9a79d2dbd17",
"body": null,
"is_bot": false,
"headline": "Eliminate functions fields of LintStack, LintContext",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-04-02T21:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a25e5a072daa1f906fe6280c7ab23f287b5543ed",
"body": null,
"is_bot": false,
"headline": "Eliminate modules field of LintStack",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-04-02T21:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b8b36b0b54d2644ae72b4757710be9933b6ac64",
"body": null,
"is_bot": false,
"headline": "Fix _ as rvalue deprecations",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-04-02T21:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3df270dbec94f6a40fb988023820cb07064ff0c8",
"body": null,
"is_bot": false,
"headline": "Fix #211, remove spurious E523",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-04-02T21:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d2fc9c1e2fec38fb39282714bb0d3ae6fe0d9ba",
"body": null,
"is_bot": false,
"headline": "Fix #187, change handling of imported bindings",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-04-02T21:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7227b6a9f0f7c0df478aa8c7f46ddcf1b8c52138",
"body": null,
"is_bot": false,
"headline": "Fix #192, ignore `@recipe`",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-04-02T21:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cf7d1413182ca82e403460d3192f4b3c3007426",
"body": null,
"is_bot": false,
"headline": "Reduce the number of broken tests",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-04-02T21:11:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe5c180f237a165144cdd886e12fcafaa491ba4e",
"body": null,
"is_bot": false,
"headline": "Fix #209, make static parameter inference more conservative",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-04-02T21:11:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29a21a42b23c2cf935a7fffcaca1293b99d29c2b",
"body": "…ssages\n\nconvertmsgtojson() standard-linter-v2 message output fix",
"is_bot": false,
"headline": "Merge pull request #218 from TeroFrondelius/fix-standard-linter-v2-me…",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-04-02T19:10:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "655f3f8fd8a80bfc2ab226aad3a8704c9956cfee",
"body": "Don't call isvatuple on unions of tuples (fixes #215).",
"is_bot": false,
"headline": "Merge pull request #216 from ikirill/fix-215-isvatuple",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-04-02T19:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "265bc647c3b9f7447dd216266b8193f7cdd01959",
"body": "Fixes test for #215.",
"is_bot": false,
"headline": "Use isa(T, DataType), not <: (issubtype).",
"author_name": "Kirill Ignatiev",
"author_login": "ikirill",
"committed_at": "2017-04-02T18:53:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80e8e3197d0a33f0e8cba68731002431241de8c6",
"body": null,
"is_bot": false,
"headline": "convertmsgtojson() standard-linter-v2 message output fix",
"author_name": "Tero Frondelius",
"author_login": "TeroFrondelius",
"committed_at": "2017-04-02T16:29:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61fdc64d25296fb9a6f396f6d07fd56915b07072",
"body": null,
"is_bot": false,
"headline": "Add a test for #215",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-04-02T00:36:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3f35dc717b82b2dd1dbeecc2e6c9cb5de0cfa19",
"body": "The check wasn't working as expected because\n\nUnion{Tuple{A},Tuple{B}} <: Tuple",
"is_bot": false,
"headline": "Don't call isvatuple on unions of tuples (fixes #215).",
"author_name": "Kirill Ignatiev",
"author_login": "ikirill",
"committed_at": "2017-03-31T20:25:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96a2b04c2e390fe1db18fecb2f017d6bf98deb09",
"body": "Remove deprecated returnMsgs keyword argument",
"is_bot": false,
"headline": "Merge pull request #214 from tonyhffong/fw/remove-deprecated",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-31T00:48:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4e2924577e1a11b25e79b638aa90b2aa4629e36",
"body": null,
"is_bot": false,
"headline": "Simplify some function signatures",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-31T00:24:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bc1abd78b4c5759320edc5e35f72cf2a7045c7c",
"body": null,
"is_bot": false,
"headline": "Remove deprecated returnMsgs keyword argument",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-31T00:21:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ac02364ab7c58aeef029a09f3e0019adcd673e2",
"body": "Ignore unused vars/args that start with an underscore.",
"is_bot": false,
"headline": "Merge pull request #213 from ikirill/allow-unused-underscore",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-29T02:13:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0308b84ae1f936ab503dcfd10ecce4d0972dc21",
"body": null,
"is_bot": false,
"headline": "Ignore unused vars/args that start with an underscore.",
"author_name": "Kirill Ignatiev",
"author_login": "ikirill",
"committed_at": "2017-03-29T00:01:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a694b0944dff2abb1b0f584f8f3508e0c6f043d",
"body": "Fix #181, #166, #164, code cleanup",
"is_bot": false,
"headline": "Merge pull request #208 from tonyhffong/fw/code-cleanup",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-22T08:46:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e41ab163f00925cf730643515262c4199455b8c2",
"body": "Replace many errors with E522",
"is_bot": false,
"headline": "Merge pull request #207 from tonyhffong/fw/introduce-E522",
"author_name": "Michael Klassen",
"author_login": "Michael-Klassen",
"committed_at": "2017-03-20T17:43:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "024cc647b0e71371ef729d8ecaf2d562bd63cd34",
"body": null,
"is_bot": false,
"headline": "Fix #164, catch undefined functions",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-19T23:25:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44629dc91ebdaaa6b63a913f9839d50973b3e742",
"body": null,
"is_bot": false,
"headline": "Fix #166, bounds error in quote lint",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-19T22:19:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc81104ed1c098f4b7ca34d9510aa2ffff4628d3",
"body": null,
"is_bot": false,
"headline": "Fix #181, false positive for kv in ::Dict",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-19T21:53:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90d1a3b22954cdf3239d2ef258d0fc615869da4a",
"body": null,
"is_bot": false,
"headline": "Eliminate keytype, valuetype",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-19T21:29:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2e011dfd780dabb37a06b1e9891adb37f59a30f",
"body": null,
"is_bot": false,
"headline": "Replace many errors with E522",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-19T07:29:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3466d9c3852c5173714262c0023ccd47c2f5637",
"body": "Fix #180 by enhancing static type analysis",
"is_bot": false,
"headline": "Merge pull request #184 from TotalVerb/fw/fix-180",
"author_name": "Michael Klassen",
"author_login": "Michael-Klassen",
"committed_at": "2017-03-16T02:24:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6680e1b95e0d3217660d03d13875f2c572e86514",
"body": null,
"is_bot": false,
"headline": "Make version constraint more precise",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-15T01:46:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf2e780fa4de4f941c4e3e5ce5496f22c2613fd6",
"body": null,
"is_bot": false,
"headline": "Fix tests on 0.5",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-15T01:39:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d8810f12649997e671548d97e80bda212d48fa0",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into fw/fix-180",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-14T16:46:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14da1fcfe3f079b77dec8a6e170586022f1e2e64",
"body": "use more specific VERSION cutoffs",
"is_bot": false,
"headline": "Merge pull request #205 from tkelman/patch-1",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-14T01:58:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f247eac00efdd6da7d6fe8aec6d469b1f190b5c",
"body": null,
"is_bot": false,
"headline": "more specific VERSION cutoff for where syntax",
"author_name": "Tony Kelman",
"author_login": "tkelman",
"committed_at": "2017-03-10T10:59:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2d751c99ef888d2d0a060d06c144daf4cadaa0c",
"body": "a few extra digits should help the package work on a wider range of versions",
"is_bot": false,
"headline": "use more specific VERSION cutoffs",
"author_name": "Tony Kelman",
"author_login": "tkelman",
"committed_at": "2017-03-10T10:57:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b02fef0c424f1f763ba13c50dfc92e23c06bb61",
"body": null,
"is_bot": false,
"headline": "Fix tuple static type on v0.5",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-08T06:20:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec23b40564246575072de7da35add01c3250e689",
"body": null,
"is_bot": false,
"headline": "Various modernizations",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-08T04:47:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41addc43b1b76fd9d02d723c676de1a80d89452e",
"body": null,
"is_bot": false,
"headline": "Use Compat.readline",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-07T23:15:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c09daf0a5e47ca8ca248ff49d8f603d1b5911d4",
"body": null,
"is_bot": false,
"headline": "Fix #180 by enhancing static type analysis",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-07T23:06:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dfcfd4024f225101c452f5a181343ebb237ec86",
"body": "Json format return message for lintserver()",
"is_bot": false,
"headline": "Merge pull request #194 from TeroFrondelius/JSON",
"author_name": "Michael Klassen",
"author_login": "Michael-Klassen",
"committed_at": "2017-03-07T19:17:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fb7cecae086cdcae05a41e23eb8be20e737ed08",
"body": "Fix typo",
"is_bot": false,
"headline": "Merge pull request #203 from christopher-dG/patch-1",
"author_name": "Michael Klassen",
"author_login": "Michael-Klassen",
"committed_at": "2017-03-07T19:17:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8567524a6dbbca3f459b8105a429e042d076035d",
"body": null,
"is_bot": false,
"headline": "Fix typo",
"author_name": "Chris de Graaf",
"author_login": "christopher-dG",
"committed_at": "2017-03-07T15:50:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38ccf6565f629774f8b607a3147622317fa229a8",
"body": null,
"is_bot": false,
"headline": "resolving merge conflict",
"author_name": "Tero Frondelius",
"author_login": "TeroFrondelius",
"committed_at": "2017-03-06T19:34:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "564469eb15f11d6c5df07642e25c28b1f9a99d74",
"body": "Simplify code thanks to migration from v0.4",
"is_bot": false,
"headline": "Merge pull request #179 from TotalVerb/fw/code-simplify",
"author_name": "Michael Klassen",
"author_login": "Michael-Klassen",
"committed_at": "2017-03-06T17:43:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cc7696d8e9fbe3aa6e11fef6113d3e366adfeb3",
"body": null,
"is_bot": false,
"headline": "Disable self lint test and fix server hang",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-06T07:22:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f5321c163c5ddc53133e0a9276ac680cdb4c817",
"body": null,
"is_bot": false,
"headline": "Fix tests on v0.5",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-06T06:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1a8d32c5e99e6dc43bb77461387ec74ed25a344",
"body": null,
"is_bot": false,
"headline": "Fix keyword argument linting on 0.6",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-06T06:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a6b052de5d9cee23066fb9b70f89e33c5dd9c57",
"body": null,
"is_bot": false,
"headline": "Fix incorrect Dict linting on v0.6",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-06T06:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69febb8a09afc706d85f3eb0bd6491dfb59b3327",
"body": null,
"is_bot": false,
"headline": "Add tests for several fixed bugs",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-06T06:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "362ac4ee2426e9f391ac7835f9cc7edad3ad507a",
"body": null,
"is_bot": false,
"headline": "Fix #81: adapt to new vect behaviour",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-06T06:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "010d51a516a450507a539079566c1da96726e35b",
"body": null,
"is_bot": false,
"headline": "Improve detection of abstract type mutation",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-06T06:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "774ffc73464fc9b06a3208558ee982e7bde9fbd6",
"body": null,
"is_bot": false,
"headline": "Fix #167: error while linting type with non-expression",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-06T06:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3c4b28d6ce228fb841beead0025f3b20a5bd840",
"body": null,
"is_bot": false,
"headline": "Avoid use of eval where it is not needed",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-06T06:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d3a30109899f5d1305e4760390578304cdfff23",
"body": null,
"is_bot": false,
"headline": "Replace parsetype with more general implementation",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-06T06:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09de870191d8244074ce939594d8ef044964d294",
"body": null,
"is_bot": false,
"headline": "Remove a lot of special cases in type guess",
"author_name": "Fengyang Wang",
"author_login": "TotalVerb",
"committed_at": "2017-03-06T06:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78dfe6c78b9bfdedc78f49c0aeccac1fcd95da1e",
"body": null,
"is_bot": false,
"headline": "lintdir() doc string rewording to remove asterisk sign",
"author_name": "Tero Frondelius",
"author_login": "TeroFrondelius",
"committed_at": "2017-03-05T16:43:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4593befbe9d30bba7fdd5ea45a1cf83904dc3ec",
"body": null,
"is_bot": false,
"headline": "tets/server.jl updated to use JSON.print style",
"author_name": "Tero Frondelius",
"author_login": "TeroFrondelius",
"committed_at": "2017-03-05T10:51:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f814b29f7cdf76e7d51f04e6d429df14f44c388a",
"body": null,
"is_bot": false,
"headline": "Adding the test for the bug: \"show_code\"=true",
"author_name": "Tero Frondelius",
"author_login": "TeroFrondelius",
"committed_at": "2017-03-05T10:37:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "175ab5cd2ae9a10bdb946b28d565789ea4cfdd94",
"body": null,
"is_bot": false,
"headline": "Documentation update based on @TotalVerb review, fixing the example",
"author_name": "Tero Frondelius",
"author_login": "TeroFrondelius",
"committed_at": "2017-03-04T16:57:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91dd2f02a780dcf39fcc06399b2650248082e60a",
"body": null,
"is_bot": false,
"headline": "Documentation update based on @TotalVerb review",
"author_name": "Tero Frondelius",
"author_login": "TeroFrondelius",
"committed_at": "2017-03-04T16:25:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e268fb85d670b8e32cdc205639fb10c591141c1",
"body": null,
"is_bot": false,
"headline": "Fixing the standard-linter-v1 message bug when show_code = true",
"author_name": "Tero Frondelius",
"author_login": "TeroFrondelius",
"committed_at": "2017-03-04T15:54:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0222c9d219f0726ccafcf6c3366ffcfcdf52c76e",
"body": null,
"is_bot": false,
"headline": "changes according to review",
"author_name": "Tero Frondelius",
"author_login": "TeroFrondelius",
"committed_at": "2017-02-27T19:18:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "343f842bff9c2f37be65664b779f9359c43d5714",
"body": null,
"is_bot": false,
"headline": "More text at features.md",
"author_name": "Tero Frondelius",
"author_login": "TeroFrondelius",
"committed_at": "2017-02-25T19:57:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddefddb737bd7fe70a5e26b3beda841ad59abac4",
"body": null,
"is_bot": false,
"headline": "Writing the new server protocol documentation to features.md",
"author_name": "Tero Frondelius",
"author_login": "TeroFrondelius",
"committed_at": "2017-02-25T14:25:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5ce694dc39099269bc0177aae63d632cbaf1fa4",
"body": null,
"is_bot": false,
"headline": "Adding the missing test to previous commit",
"author_name": "Tero Frondelius",
"author_login": "TeroFrondelius",
"committed_at": "2017-02-22T13:27:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a81d06941b1e8bec1fb412f17123e62cd7b86ae6",
"body": "…message text",
"is_bot": false,
"headline": "Adding the feature to turn off the codes and some fine tuning of the …",
"author_name": "Tero Frondelius",
"author_login": "TeroFrondelius",
"committed_at": "2017-02-22T12:04:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39c50f5b24ba24e9d4759fcbaefb44e88bd7d5de",
"body": null,
"is_bot": false,
"headline": "Updates based on @TotalVerb comments",
"author_name": "Tero Frondelius",
"author_login": "TeroFrondelius",
"committed_at": "2017-02-22T09:47:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ccc0e9353817de6b1e4173e72b55df195a82882",
"body": null,
"is_bot": false,
"headline": "Fine tuning after testing with linter-julia",
"author_name": "Tero Frondelius",
"author_login": "TeroFrondelius",
"committed_at": "2017-02-21T19:46:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4440a6819bd4e0ff78a7f7eaf68b576f0b7aac8",
"body": null,
"is_bot": false,
"headline": "Updating lintserver() receive side to accept JSON",
"author_name": "Tero Frondelius",
"author_login": "TeroFrondelius",
"committed_at": "2017-02-21T16:43:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "835126585747fc53f8269b75e988b274f8f06067",
"body": null,
"is_bot": false,
"headline": "Fixes according to @TotalVerb review",
"author_name": "Tero Frondelius",
"author_login": "TeroFrondelius",
"committed_at": "2017-02-21T10:36:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28d02ec243de499923e4a53c36fae5ce407b22e4",
"body": "lintpkgforfile() while loop replaced with for loop to fix #170",
"is_bot": false,
"headline": "Merge pull request #188 from TeroFrondelius/master",
"author_name": "Michael Klassen",
"author_login": "Michael-Klassen",
"committed_at": "2017-02-21T02:01:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab52c79cd74284eb21e3191b09c4b56c8cb1cf55",
"body": null,
"is_bot": false,
"headline": "Changing lintserver() to return single json",
"author_name": "Tero Frondelius",
"author_login": "TeroFrondelius",
"committed_at": "2017-02-20T21:08:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c68068845d262d0c39492480bd955b89345e3ae",
"body": null,
"is_bot": false,
"headline": "Adding tests",
"author_name": "Tero Frondelius",
"author_login": "TeroFrondelius",
"committed_at": "2017-02-20T15:37:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ca5e530f76ceb2ea66fd8e86659031d65084b51",
"body": null,
"is_bot": false,
"headline": "Adding also LintMessage style to convertmsgtojson()",
"author_name": "Tero Frondelius",
"author_login": "TeroFrondelius",
"committed_at": "2017-02-19T21:55:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42421434dfcb560e02f81c78f23c4bcf0125f2d5",
"body": null,
"is_bot": false,
"headline": "convertmsgtojson() added",
"author_name": "Tero Frondelius",
"author_login": "TeroFrondelius",
"committed_at": "2017-02-19T20:00:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe0fbf3e0da8daba9a836bffc8b9b16ca2c3e0dc",
"body": null,
"is_bot": false,
"headline": "using count method.",
"author_name": "Tero Frondelius",
"author_login": "TeroFrondelius",
"committed_at": "2017-02-18T13:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22892cc1ed52fdc80849e3085a59ed1cbcabd1f4",
"body": null,
"is_bot": false,
"headline": "Adding a test to make sure #170 won't happen again",
"author_name": "tfr004",
"author_login": "TeroFrondelius",
"committed_at": "2017-02-17T19:32:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7016b523fad94db8f416b6d2050c190711d0880",
"body": null,
"is_bot": false,
"headline": "lintpkgforfile() while loop replaced with for loop to fix #170",
"author_name": "tfr004",
"author_login": "TeroFrondelius",
"committed_at": "2017-02-17T19:02:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1db4f054e8743099cea894af98c570062639812",
"body": "…n test/server.jl (#175)\n\n* Fixing src/Lint.jl lintserver conn to close properly and testing it in test/server.jl\r\n\r\n* update lintserver() documentation in features.md\r\n\r\n* Moving the close(conn) in finally block, commenting out println() statements and adding @testset around previous tests in test/server.jl\r\n\r\n* Fixing 4 space indent to test/server.jl\r\n\r\n* Removing extra two spaces from src/Lint.jl",
"is_bot": false,
"headline": "Fixing src/Lint.jl lintserver conn to close properly and testing it i…",
"author_name": "Tero Frondelius",
"author_login": "TeroFrondelius",
"committed_at": "2017-02-08T22:40:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1de2a5fe34bd66bc2d5ac57969f912888f5feb3",
"body": "Fix #171",
"is_bot": false,
"headline": "Merge pull request #173 from TotalVerb/fw/fix-171",
"author_name": "Michael Klassen",
"author_login": "Michael-Klassen",
"committed_at": "2017-02-07T00:44:56Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 0,
"latest_release_at": "2019-04-30T00:59:29Z",
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_last_push": 2093,
"active_weeks_last_year": 0,
"days_since_latest_release": 2642,
"mean_days_between_releases": null
},
"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": []
},
"popularity": {
"forks": 32,
"stars": 171,
"watchers": 13,
"fork_history": {
"days": [
{
"date": "2014-08-29",
"count": 1
},
{
"date": "2014-09-18",
"count": 1
},
{
"date": "2014-09-26",
"count": 1
},
{
"date": "2014-12-16",
"count": 1
},
{
"date": "2015-02-08",
"count": 1
},
{
"date": "2015-02-09",
"count": 1
},
{
"date": "2015-06-24",
"count": 1
},
{
"date": "2015-07-07",
"count": 2
},
{
"date": "2015-08-06",
"count": 1
},
{
"date": "2015-08-08",
"count": 1
},
{
"date": "2015-10-03",
"count": 1
},
{
"date": "2016-09-19",
"count": 1
},
{
"date": "2016-10-05",
"count": 1
},
{
"date": "2017-02-17",
"count": 1
},
{
"date": "2017-03-28",
"count": 1
},
{
"date": "2018-05-09",
"count": 1
},
{
"date": "2018-09-01",
"count": 1
},
{
"date": "2018-09-22",
"count": 1
},
{
"date": "2018-09-23",
"count": 1
},
{
"date": "2018-09-28",
"count": 1
},
{
"date": "2019-02-02",
"count": 1
},
{
"date": "2019-03-24",
"count": 1
},
{
"date": "2019-07-08",
"count": 1
},
{
"date": "2019-07-10",
"count": 1
},
{
"date": "2019-10-16",
"count": 1
},
{
"date": "2020-01-08",
"count": 1
},
{
"date": "2020-02-22",
"count": 1
},
{
"date": "2021-01-27",
"count": 1
},
{
"date": "2021-05-04",
"count": 1
},
{
"date": "2021-10-06",
"count": 1
},
{
"date": "2023-06-01",
"count": 1
}
],
"complete": true,
"collected": 32,
"total_forks": 32
},
"star_history": null,
"open_issues_and_prs": 50
},
"ai_readiness": {
"has_nix": false,
"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": [],
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 72,
"open_issues": 49,
"closed_ratio": 0.75,
"closed_issues": 147,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "tonyhffong",
"commits": 368,
"avatar_url": "https://avatars.githubusercontent.com/u/7191122?v=4"
},
{
"type": "User",
"login": "Michael-Klassen",
"commits": 97,
"avatar_url": "https://avatars.githubusercontent.com/u/7886517?v=4"
},
{
"type": "User",
"login": "TotalVerb",
"commits": 86,
"avatar_url": "https://avatars.githubusercontent.com/u/12903942?v=4"
},
{
"type": "User",
"login": "TeroFrondelius",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/12501534?v=4"
},
{
"type": "User",
"login": "ikirill",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/1158512?v=4"
},
{
"type": "User",
"login": "tomaskrehlik",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/1689944?v=4"
},
{
"type": "User",
"login": "tkelman",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/5934628?v=4"
},
{
"type": "User",
"login": "sjkelly",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/2086412?v=4"
},
{
"type": "User",
"login": "ivarne",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/131616?v=4"
},
{
"type": "User",
"login": "eccmsilva",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/8541300?v=4"
}
],
"contributors_sampled": 22,
"top_contributor_share": 0.603
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 15 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 5,
"reason": "Found 8/15 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"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": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": null,
"reason": "no dependencies found",
"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": null,
"reason": "No tokens found",
"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": "01fd4f11072d1940e6504b77117f49c72db70a27",
"ran_at": "2026-07-24T12:31:30Z",
"aggregate_score": 3.4,
"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": null,
"oldest_open_prs": [
{
"number": 265,
"created_at": "2019-10-16T02:17:05Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2019-08-21T19:25:49Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 35,
"created_at": "2014-10-01T13:47:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 39,
"created_at": "2014-10-05T16:12:07Z",
"last_comment_at": "2014-10-05T16:30:54Z",
"last_comment_author": "tonyhffong"
},
{
"number": 50,
"created_at": "2014-11-06T15:59:44Z",
"last_comment_at": "2016-01-06T06:03:52Z",
"last_comment_author": "TotalVerb"
},
{
"number": 52,
"created_at": "2014-11-08T14:25:19Z",
"last_comment_at": "2014-11-12T05:10:55Z",
"last_comment_author": "tonyhffong"
},
{
"number": 54,
"created_at": "2014-11-19T20:18:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 59,
"created_at": "2014-11-26T06:32:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 72,
"created_at": "2014-12-23T11:53:45Z",
"last_comment_at": "2019-05-02T18:43:06Z",
"last_comment_author": "stevengj"
},
{
"number": 87,
"created_at": "2015-02-19T03:39:05Z",
"last_comment_at": "2015-12-28T02:32:34Z",
"last_comment_author": "tonyhffong"
},
{
"number": 128,
"created_at": "2016-04-02T00:17:54Z",
"last_comment_at": "2016-04-02T20:31:45Z",
"last_comment_author": "tkelman"
},
{
"number": 145,
"created_at": "2016-07-13T15:21:33Z",
"last_comment_at": "2017-02-19T20:23:02Z",
"last_comment_author": "cortner"
},
{
"number": 152,
"created_at": "2016-08-20T05:30:41Z",
"last_comment_at": "2016-11-17T00:56:05Z",
"last_comment_author": "davidanthoff"
},
{
"number": 156,
"created_at": "2016-09-08T12:58:10Z",
"last_comment_at": "2016-09-15T22:22:51Z",
"last_comment_author": "TotalVerb"
},
{
"number": 163,
"created_at": "2016-10-16T05:14:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 165,
"created_at": "2016-11-12T22:02:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 168,
"created_at": "2016-12-29T16:42:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 169,
"created_at": "2017-01-07T15:18:06Z",
"last_comment_at": "2017-02-04T20:25:31Z",
"last_comment_author": "TotalVerb"
},
{
"number": 177,
"created_at": "2017-02-04T19:49:13Z",
"last_comment_at": "2017-02-05T18:33:02Z",
"last_comment_author": "Michael-Klassen"
},
{
"number": 178,
"created_at": "2017-02-05T07:52:34Z",
"last_comment_at": "2017-02-06T00:07:08Z",
"last_comment_author": "TotalVerb"
},
{
"number": 183,
"created_at": "2017-02-05T21:29:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 185,
"created_at": "2017-02-05T22:26:34Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/tonyhffong/Lint.jl",
"host": "github.com",
"name": "Lint.jl",
"owner": "tonyhffong"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 24,
"inputs": {
"security": 34,
"vitality": 18,
"community": 50,
"governance": 55,
"engineering": 44,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 40,
"overall_after_abandonment_multiplier": 24
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 18,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 2093,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2093 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 2093
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"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": 44,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_latest_release": 2642,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2642 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2642
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"issue_rot",
"scorecard_unmaintained",
"sole_maintainer_gone"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 1,
"unanswered_open_issues": 11,
"days_since_last_merged_pr": 2528,
"days_since_last_human_commit": 2528,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 2528 days; 3 unmet obligation(s): issues unanswered, Scorecard reports it unmaintained, its sole maintainer absent",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 2528,
"count": 3,
"signals": "issues unanswered, Scorecard reports it unmaintained, its sole maintainer absent"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 50,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"forks": 32,
"stars": 171,
"watchers": 13,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "171 stars",
"points": 36.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 171
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "32 forks",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 32
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "13 watchers",
"points": 6,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 13
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"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": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"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": 55,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 22,
"top_contributor_share": 0.603
},
"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 60% of commits",
"points": 8.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 60
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "22 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 22
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"merged_prs": 72,
"open_issues": 49,
"closed_issues": 147,
"issue_closed_ratio": 0.75,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "75% of issues closed",
"points": 35.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 75
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "72/74 decided PRs merged",
"points": 37.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 72,
"decided": 74
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 8/15 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"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": 48,
"inputs": {
"followers": 14,
"owner_type": "User",
"is_verified": null,
"owner_login": "tonyhffong",
"public_repos": 11,
"account_age_days": 4492
},
"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": "14 followers of tonyhffong",
"points": 8.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 14,
"login": "tonyhffong"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "11 public repos, account ~12 yr old",
"points": 19.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 11
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 44,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 15 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 34,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 15 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 8/15 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 15
},
"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": "critical",
"name": "AI Readiness",
"value": 20,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.44,
"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": "44 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 23.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 44,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 24,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "critical",
"name": "Code legibility for models",
"note": "Excluded from scoring (no data or not applicable): Manageable file sizes. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"manageable_file_sizes"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"primary_language": "Julia",
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Julia without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Julia"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "no source files detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_source_files",
"params": {}
}
],
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-24T12:31:53.622872Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/tonyhffong/Lint.jl.svg",
"full_name": "tonyhffong/Lint.jl",
"license_state": "custom",
"license_spdx": null
}