Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 514,
"has_wiki": true,
"homepage": null,
"languages": {
"Lua": 111460,
"HTML": 27764,
"Perl": 59559,
"Raku": 17250
},
"pushed_at": "2026-07-16T11:46:20Z",
"created_at": "2020-10-07T10:23:53Z",
"owner_type": "Organization",
"updated_at": "2026-07-16T09:28:03Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Lua",
"significant_languages": [
"Lua",
"Perl",
"HTML"
]
},
"owner": {
"blog": null,
"name": "crowdsec",
"type": "Organization",
"login": "crowdsecurity",
"company": null,
"location": null,
"followers": 592,
"avatar_url": "https://avatars.githubusercontent.com/u/63284097?v=4",
"created_at": "2020-04-07T07:39:45Z",
"is_verified": null,
"public_repos": 131,
"account_age_days": 2302
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.0.15",
"kind": "patch",
"published_at": "2026-07-16T09:27:16Z"
},
{
"tag": "v1.0.14",
"kind": "patch",
"published_at": "2026-05-06T12:22:20Z"
},
{
"tag": "v1.0.13",
"kind": "patch",
"published_at": "2025-10-02T13:42:25Z"
},
{
"tag": "v1.0.12",
"kind": "patch",
"published_at": "2025-10-02T13:42:25Z"
},
{
"tag": "v1.0.11",
"kind": "patch",
"published_at": "2025-09-29T10:08:17Z"
},
{
"tag": "v1.0.10",
"kind": "patch",
"published_at": "2025-07-10T15:56:28Z"
},
{
"tag": "v1.0.9",
"kind": "patch",
"published_at": "2025-06-20T08:58:11Z"
},
{
"tag": "v1.0.8",
"kind": "patch",
"published_at": "2025-06-19T12:21:37Z"
},
{
"tag": "v1.0.7",
"kind": "patch",
"published_at": "2025-05-26T16:52:44Z"
},
{
"tag": "v1.0.6",
"kind": "patch",
"published_at": "2025-04-04T15:01:41Z"
},
{
"tag": "v1.0.5",
"kind": "patch",
"published_at": "2025-04-03T09:51:18Z"
},
{
"tag": "v1.0.4",
"kind": "patch",
"published_at": "2025-03-20T17:44:36Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2025-03-20T14:25:22Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2025-03-12T07:30:48Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2025-02-26T11:25:12Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2025-02-12T13:10:13Z"
}
],
"recent_commits": [
{
"oid": "c6fe0130caf1a668d1893dcc5a32f41d98cbd695",
"body": null,
"is_bot": false,
"headline": "exclude_location: exit on prefix match (#147)",
"author_name": "blotus",
"author_login": "blotus",
"committed_at": "2026-07-16T09:27:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e688fdd242080e090117ca568adedb969a33ba98",
"body": null,
"is_bot": false,
"headline": "metrics: ensure feature_flags is an empty array, not an object (#146)",
"author_name": "blotus",
"author_login": "blotus",
"committed_at": "2026-07-16T08:57:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc1ecdeb7061b8d37c9b86313193b38aee378c70",
"body": null,
"is_bot": false,
"headline": "WAF Bot Detection : Support for challenge mode (#138)",
"author_name": "Thibault \"bui\" Koechlin",
"author_login": "buixor",
"committed_at": "2026-07-16T08:05:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb29b2975b4b0de568da350f62a7419a6a6d2c2c",
"body": "ngx.req.read_body() raises a runtime error for HTTP/2 (and HTTP/3) requests\nwithout a Content-Length header. The captcha verify-state handler in\ncsmod.Allow() called read_body unconditionally, causing nginx to return\nHTTP 500 whenever a client with an active captcha decision reloaded the\nchallenge p\n[…]\nthe\nrequest as having no POST args. Genuine captcha form submissions are\nPOSTs from browsers that always include Content-Length, so the guard\ndoes not interfere with the verification flow.\n\nCloses #63",
"is_bot": false,
"headline": "fix: guard read_body in captcha verify state for HTTP/2 requests (#142)",
"author_name": "Christian Nolte",
"author_login": "drlogout",
"committed_at": "2026-07-15T10:05:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6e57e287d6a53d96868236f4ef6c13afe27e64e6",
"body": "…options (#143)\n\nExpose the LAPI scenarios_containing / scenarios_not_containing decision\nfilters as bouncer configuration. The values are comma-separated substrings,\nmatched server-side by the LAPI, and are appended (URL-encoded) to both the\nstream pull (/v1/decisions/stream) and live query (/v1/decisions) URLs, for\nboth API-key and TLS authentication paths.\n\nBoth options default to empty, leaving existing behavior unchanged.\n\nCo-authored-by: Tommy Ngo <tommy@sitehost.nz>",
"is_bot": false,
"headline": "feat(filters): add SCENARIOS_CONTAINING and SCENARIOS_NOT_CONTAINING …",
"author_name": "Tommy",
"author_login": "tommy-ng0",
"committed_at": "2026-07-15T10:03:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e82dd61508ed9683b5007f823c69b112c59ac6f",
"body": null,
"is_bot": false,
"headline": "waf: allow to drop request for which body is unreadable (#141)",
"author_name": "blotus",
"author_login": "blotus",
"committed_at": "2026-05-06T12:22:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba4a27c34f3b44d6e065aefbb11763a55cea590b",
"body": null,
"is_bot": false,
"headline": "waf: remove transfer-encoding header if set (#140)",
"author_name": "blotus",
"author_login": "blotus",
"committed_at": "2026-05-06T09:13:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bd0821f41cbea4b8e51dce3328958172ee52c08",
"body": "* fix(stream): improve error handling in duration parsing\n\nfix https://github.com/crowdsecurity/cs-nginx-bouncer/issues/93\n\n* fix regexp\n\n* fix the regexp\n\n* fix the regexp",
"is_bot": false,
"headline": "fix(stream): improve error handling in duration parsing (#127)",
"author_name": "Manuel Sabban",
"author_login": "sabban",
"committed_at": "2025-10-02T13:42:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6712aba5e9b775ba59c42807c490b7b1665f0fba",
"body": "* Fix nil handling in utils.item_to_string calls\n\n- Add nil checks and proper error handling for utils.item_to_string calls\n- Prevent runtime errors when item_to_string returns nil values\n- Add warning logs when parsing fails to help with debugging\n- Skip processing invalid decisions gracefully inst\n[…]\nand cache operations\n- Maintain proper captcha handling independent of key parsing\n- Improve performance while preserving all original functionality\n- Ensure correct logic flow for decision processing",
"is_bot": false,
"headline": "Fix nil handling in utils.item_to_string calls (#129)",
"author_name": "Laurence Jones",
"author_login": "LaurenceJJones",
"committed_at": "2025-10-02T13:34:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7754a5aadfadc7e76940ff6f83f3c95fcb86052d",
"body": "…#126)",
"is_bot": false,
"headline": "feat(mtls): add the option to use TLS authentication for LAPI calls (…",
"author_name": "Lowaiz",
"author_login": "Lowaiz",
"committed_at": "2025-09-29T10:08:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77e452ac26fffa27cdd914664937a99044b05135",
"body": "* Fix captcha reading body\n\nWhen a user has passed the captcha check the body is always loaded if captcha configuration is correct, we should only read the body if the user / ip is in a verifying state.\n\n* remove comment\n\n* Update crowdsec.lua",
"is_bot": false,
"headline": "fix: only read captcha body if needed (#122)",
"author_name": "Laurence Jones",
"author_login": "LaurenceJJones",
"committed_at": "2025-07-10T15:56:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fd51f2572e9b83bd64bb71ba365aa822c71c8dc",
"body": "fix: #123 \r\nfix: #58",
"is_bot": false,
"headline": "fix: captcha in live mode (#124)",
"author_name": "Laurence Jones",
"author_login": "LaurenceJJones",
"committed_at": "2025-07-10T15:44:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8be16ab7df781f1f560849e75a92ab17d16cc9f5",
"body": "* Return early if not res\n\nWe attempt to use `res` even if we check `if not res` because we dont early return\n\n* avoid erroring, so lapi can be queried next timer (#121)\n\n---------\n\nCo-authored-by: Manuel Sabban <github@sabban.eu>",
"is_bot": false,
"headline": "enhance: handle nil res in stream mode (#120)",
"author_name": "Laurence Jones",
"author_login": "LaurenceJJones",
"committed_at": "2025-07-10T15:26:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f98f1b08f592cb4c750492f07894aeeb2bb06734",
"body": null,
"is_bot": false,
"headline": "take care of empty metrics (#117)",
"author_name": "Manuel Sabban",
"author_login": "sabban",
"committed_at": "2025-06-20T08:58:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73f4b8ae56d3dc0c5c562b18c39add6d95c1706c",
"body": null,
"is_bot": false,
"headline": "add default value for cache expiration (#116)",
"author_name": "Manuel Sabban",
"author_login": "sabban",
"committed_at": "2025-06-19T12:21:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caf48829084352b147df151d31e2ba1031db91c0",
"body": "* fix appsec condition\n\n* factorize\n\n* move order",
"is_bot": false,
"headline": "fix appsec condition (#114)",
"author_name": "Manuel Sabban",
"author_login": "sabban",
"committed_at": "2025-06-18T18:43:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbc4db0ee4dc9a8a85443bbb591211d9d96591a4",
"body": "* feat(config): improve configuration handling and validation\n\n+ Refactored ~split~ function to use ~local~ for variable declaration.\n+ Enhanced ~has_value~ function by removing unused variable ~index~.\n+ Moved ~valid_params~, ~valid_int_params~, ~valid_bouncing_on_type_values~, and ~valid_truefalse\n[…]\nEXCLUDE_LOCATION parsing loop\n\nThe indentation in the loop parsing the `EXCLUDE_LOCATION` key was inconsistent. This change ensures proper alignment for better readability and maintainability.\n\n* typo",
"is_bot": false,
"headline": "add nginx controlled variable (#111)",
"author_name": "Manuel Sabban",
"author_login": "sabban",
"committed_at": "2025-05-26T16:52:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "41bb90cfc633acd96c521a1e1a3dbd27135e9218",
"body": "* feat(config): improve configuration handling and validation\n\n+ Refactored ~split~ function to use ~local~ for variable declaration.\n+ Enhanced ~has_value~ function by removing unused variable ~index~.\n+ Moved ~valid_params~, ~valid_int_params~, ~valid_bouncing_on_type_values~, and ~valid_truefalse\n[…]\non loading behavior\n\nEnsure that the main configuration file is loaded with strict validation and the local configuration file is loaded without strict validation.\n\n* add test local configuration file",
"is_bot": false,
"headline": "improve config handling (#110)",
"author_name": "Manuel Sabban",
"author_login": "sabban",
"committed_at": "2025-05-23T15:16:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b5856dc7e2715c21b4af66123cfbf19bd607d3ea",
"body": "* remove trailing slash in the api_url (#106)\n* error on the requests",
"is_bot": false,
"headline": "remove trailing slash in the api_url (#107)",
"author_name": "Manuel Sabban",
"author_login": "sabban",
"committed_at": "2025-04-04T15:01:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49b2ba2a854d0f9505e9d83c85b7e8c36a223bc9",
"body": null,
"is_bot": false,
"headline": "error on the requests (#109)",
"author_name": "Manuel Sabban",
"author_login": "sabban",
"committed_at": "2025-04-04T12:38:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cae926f4ad2328a531f4b692db50da8746a6f8b0",
"body": "* feat: remove stream mode and metrics setup\n\nRemoved the unused stream mode setup and metrics setup from the ~allowIp~ and ~Allow~ functions to clean up the code.\n\n* feat(lib): add get_mode function to retrieve runtime mode\n\nAdded a new function ~csmod.get_mode~ to retrieve the runtime mode from th\n[…]\n is \"stream\".\n+ Metrics initialization is performed only by worker 0.\n\n* fix: correct debug cache order in test file\n\nEnsure the debug cache entries are in the correct order in `t/05stream_and_ban.t`.",
"is_bot": false,
"headline": "feat: call SetupStream and SetupMetrics from nginx configuration (#105)",
"author_name": "Manuel Sabban",
"author_login": "sabban",
"committed_at": "2025-04-03T09:51:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "77e151a1ba3c8a3b19a0ae3db02deb550a24b3cf",
"body": "* fix(crowdsec): correct configuration key and cache key format\n\nChanged ~CAPTCHA_EXPIRATION~ to ~CACHE_EXPIRATION~ in ~csmod.allowIp~ function. Updated cache key format in ~live_query~ function to include \"decision_cache\" prefix.\n\n* fix(caching): correct cache key format in live_query function\n\nEnsure the cache key format includes the \"decision_cache/\" prefix to prevent key conflicts and improve cache management.\n\n* mark debug\n* fix the test as well",
"is_bot": false,
"headline": "fix the cache management for live mode. (#104)",
"author_name": "Manuel Sabban",
"author_login": "sabban",
"committed_at": "2025-03-20T17:44:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "862251c237097677ad6dcbe3cd7e063e67193259",
"body": "* fix: remove redundant timer creation in SetupStream function\n\nSimplified the SetupStream function by removing redundant timer creation logic. This prevents unnecessary timer creation when another worker is already refreshing the data.\n\n* fix: ensure timer setup respects update frequency\n\nRefactore\n[…]\n update frequency configuration. Added checks to prevent multiple workers from refreshing data simultaneously and to handle cases where the last refresh was recent.\n\n* fix typo\n\n* various fixes (#103)",
"is_bot": false,
"headline": "fix: remove redundant timer creation in SetupStream function (#100)",
"author_name": "Manuel Sabban",
"author_login": "sabban",
"committed_at": "2025-03-20T14:25:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "94cecc8d50b78f0c5f708147e8f00237155d01e5",
"body": null,
"is_bot": false,
"headline": "less verbosisty (#102)",
"author_name": "Manuel Sabban",
"author_login": "sabban",
"committed_at": "2025-03-19T08:36:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ede69a6b13c979a5e1b077fef1ad48a0955e4f42",
"body": null,
"is_bot": false,
"headline": "Dont try to send metrics with no url (#98)",
"author_name": "Manuel Sabban",
"author_login": "sabban",
"committed_at": "2025-03-12T07:30:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f19b672bad0ad5cc679faf1a9f4221f78740071",
"body": "* enhance: add option for captcha_ret_code\n\n* enhance: add exit but also move the apply just before the return",
"is_bot": false,
"headline": "enhance: add option for captcha_ret_code (#99)",
"author_name": "Laurence Jones",
"author_login": "LaurenceJJones",
"committed_at": "2025-02-26T11:25:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3725290c42de6a9801b7350c41966a22401805c8",
"body": null,
"is_bot": false,
"headline": "do not attempt to setup timers when worker is exiting (#97)",
"author_name": "blotus",
"author_login": "blotus",
"committed_at": "2025-02-25T14:47:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e83583ab6d58025c9479fa3111a522545f5b9e3",
"body": "* add metrics ability",
"is_bot": false,
"headline": "add metrics ability to the lua bouncer (#80)",
"author_name": "Manuel Sabban",
"author_login": "sabban",
"committed_at": "2025-02-12T13:10:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "175231e163d3770fdefdaaa355d96996b11ada8f",
"body": "* tests cleanup\r\n* add configuration for first test",
"is_bot": false,
"headline": "live tests cleanup (#86)",
"author_name": "Manuel Sabban",
"author_login": "sabban",
"committed_at": "2024-11-06T12:24:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2270a7e13a18dfa94bf5cc462d1d908a3c43358f",
"body": "* add some tests for live mode",
"is_bot": false,
"headline": "Add live test (#78)",
"author_name": "Manuel Sabban",
"author_login": "sabban",
"committed_at": "2024-10-02T14:47:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "229a54cd69d559dfb23755fbe07e9d270d122f1d",
"body": "* Update config_example.conf\r\n\r\n* Update config_example.conf\r\n\r\n* SSL_VERIFY\r\n\r\nDefault to true as per configuration opts\r\n\r\n---------\r\n\r\nCo-authored-by: Laurence Jones <laurence.jones@live.co.uk>",
"is_bot": false,
"headline": "Adding missing parameters to config_example.conf (#75)",
"author_name": "StevusPrimus",
"author_login": "stevusprimus",
"committed_at": "2024-09-11T16:18:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a85876436e9ebb01e0c28a6e5ace019f47240d5",
"body": "Fix: #72\r\n\r\nAllow the use of code 444 as a response code",
"is_bot": false,
"headline": "enhance: allow code 444 (#74)",
"author_name": "Laurence Jones",
"author_login": "LaurenceJJones",
"committed_at": "2024-09-04T08:11:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5249a8c4e8741fc66f352da91689c80e15441c28",
"body": null,
"is_bot": false,
"headline": "New config param to allow ban checking on internal requests. (#69)",
"author_name": "Andrew \"Bob\" Brockhurst",
"author_login": "b3cft",
"committed_at": "2024-08-23T10:31:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec3885e6f9b6ee46b7cce8359be1265e195ac34d",
"body": null,
"is_bot": false,
"headline": "appsec: add user agent in custom header (#66)",
"author_name": "blotus",
"author_login": "blotus",
"committed_at": "2024-02-22T14:04:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "654bc2ce393b54997deb9babc9ccbc4752ec048c",
"body": null,
"is_bot": false,
"headline": "allow to only set APPSEC_URL (#65)",
"author_name": "blotus",
"author_login": "blotus",
"committed_at": "2024-02-22T14:03:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cce2ea3946f1473dd4eae992e3b262016527d6cf",
"body": "…th header (#64)",
"is_bot": false,
"headline": "do not try to read request body in HTTP2/3 if there's no content-leng…",
"author_name": "blotus",
"author_login": "blotus",
"committed_at": "2024-02-22T09:18:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26e9c0c19ccb00cd6bae059851cf3c3fb32d8e38",
"body": null,
"is_bot": false,
"headline": "exit with ngx.DECLINED when the request is allowed (#62)",
"author_name": "blotus",
"author_login": "blotus",
"committed_at": "2024-02-06T11:05:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e4983a1a3a431da7bc7f3d48eddb85bf0cd6272",
"body": null,
"is_bot": false,
"headline": "Fix status code return on err (#56)",
"author_name": "Laurence Jones",
"author_login": "LaurenceJJones",
"committed_at": "2024-01-22T10:32:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d493b215c4574652c77a9741b7d562b49140f344",
"body": null,
"is_bot": false,
"headline": "appsec: get response code from appsec body (#55)",
"author_name": "blotus",
"author_login": "blotus",
"committed_at": "2024-01-15T15:37:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "535f009e59e479671eff1665c73e1e252362eb35",
"body": "\r\n\r\n---------\r\n\r\nCo-authored-by: Laurence Jones <laurence.jones@live.co.uk>",
"is_bot": false,
"headline": "fix IP usage in csmod.Allow(ip) and repair captcha for bouncing (#53)",
"author_name": "AlteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2024-01-15T09:49:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb0d72bdf1a12bbf16b283ca92ab85f1bc9ebe06",
"body": null,
"is_bot": false,
"headline": "fix default timeout (#52)",
"author_name": "Thibault \"bui\" Koechlin",
"author_login": "buixor",
"committed_at": "2024-01-04T14:22:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "718ebae9e1f90342a34f5c2854839cb1789fc025",
"body": "* Update crowdsec.lua\n\n* distinct timeouts for stream and live mode\n\n---------\n\nCo-authored-by: bui <thibault@crowdsec.net>",
"is_bot": false,
"headline": "Fix http reporting (#51)",
"author_name": "Laurence Jones",
"author_login": "LaurenceJJones",
"committed_at": "2024-01-04T10:39:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "926de93ce22e37c0e30aeef5cb90db31577480be",
"body": "Integrate AppSec Component \r\n\r\n---------\r\n\r\nCo-authored-by: Sebastien Blot <sebastien@crowdsec.net>",
"is_bot": false,
"headline": "AppSec Component integration (#43)",
"author_name": "AlteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2023-12-13T17:23:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0461b74b2286f77b5ebcd48d8cccb7ddcf2a3395",
"body": null,
"is_bot": false,
"headline": "Add a nil check to the parse ip function (#50)",
"author_name": "Laurence Jones",
"author_login": "LaurenceJJones",
"committed_at": "2023-11-07T08:39:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f44ea23d5e369c6991372bc5ec0f2a1bd092e990",
"body": null,
"is_bot": false,
"headline": "Add no cache headers (#47)",
"author_name": "Laurence Jones",
"author_login": "LaurenceJJones",
"committed_at": "2023-10-23T14:53:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd881cb38743ef49bee7e5c5f6078b36eafcd258",
"body": null,
"is_bot": false,
"headline": "properly parse config value containing = (#42)",
"author_name": "blotus",
"author_login": "blotus",
"committed_at": "2023-08-04T15:13:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "902f0550235828898cb9540bb9e0d48acd7121de",
"body": "* Add option for another captcha providers (hcaptcha, turnstile)\r\n\r\n* Fix wrong map usage\r\n\r\n* Update templates to mobile first and light/dark mode options\r\n\r\n* rename recaptcha to captcha more generic\r\n\r\n* Just one more update to show pointer cursor on submit button\r\n\r\n* height on mobile was out fi\n[…]\n\r\n\r\n* Add short timeout to make captcha smoother\r\n\r\n* half timeout to make captcha smoother\r\n\r\n* Fix the things I noticed when updating the haproxy bouncer\r\n\r\n* Fix light mode on load within templates",
"is_bot": false,
"headline": "Add other captcha providers / update templates (#39)",
"author_name": "Laurence Jones",
"author_login": "LaurenceJJones",
"committed_at": "2023-03-29T09:07:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cad85ae19928c6fcff342e9f7412cebccf2aad7b",
"body": null,
"is_bot": false,
"headline": "New approach for handling stream update (#36)",
"author_name": "blotus",
"author_login": "blotus",
"committed_at": "2022-11-25T13:02:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb5de9c364fd4990147d1b0962d6b90e393bdcff",
"body": null,
"is_bot": false,
"headline": "fix ret_code option check",
"author_name": "alteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-03-31T16:24:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10a3d510c1fd7831e4cd380fd21b679cf922a4b7",
"body": "Minor refactor for the ret_code parsing",
"is_bot": false,
"headline": "Merge pull request #34 from crowdsecurity/minor_refactor",
"author_name": "AlteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-03-31T15:24:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f2c35ca916701609944bfbaee72ecdf3abbc0b9",
"body": null,
"is_bot": false,
"headline": "Minor refactor for the ret_code parsing",
"author_name": "alteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-03-31T15:22:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57bfc35500db69d2d96d33b2e4fcbb7bbe1611e5",
"body": "Fix empty ret_code behavior and empty line in config",
"is_bot": false,
"headline": "Merge pull request #33 from crowdsecurity/fix_empty_ret_code",
"author_name": "AlteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-03-31T15:09:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1201e453de501f60c0400cb27cb6ec0f343daf56",
"body": null,
"is_bot": false,
"headline": "Fix empty ret_code behavior and empty line in config",
"author_name": "alteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-03-31T15:02:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4d03d19885a706fa7c21201e2ab4925598fc235",
"body": "Fix Bouncer bypass when using HTTP1.0",
"is_bot": false,
"headline": "Merge pull request #32 from crowdsecurity/fix_security_issue",
"author_name": "AlteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-03-31T08:57:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29b27f42186a808655a4fbd256767a66d2dcbbf1",
"body": null,
"is_bot": false,
"headline": "Add warning when ret_code is not supported",
"author_name": "alteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-03-30T17:16:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c6e890f49d3ba47457af21c927b24d0803225e0",
"body": null,
"is_bot": false,
"headline": "Fix Bouncer bypass when using HTTP1.0",
"author_name": "alteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-03-30T16:34:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d596277142649d791faed4edab82e609e1b81e0",
"body": null,
"is_bot": false,
"headline": "reset to live mode by default",
"author_name": "alteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-03-10T10:47:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a23a923158eebff45cc5755f5c608da78b308956",
"body": null,
"is_bot": false,
"headline": "add LICENSE",
"author_name": "he2ss",
"author_login": "he2ss",
"committed_at": "2022-03-10T09:50:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca54fbd8fc35efe721e35c91f227b8d82e765657",
"body": "Fix fallback remediation",
"is_bot": false,
"headline": "Merge pull request #31 from crowdsecurity/fix_fallback_remediation",
"author_name": "AlteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-03-09T14:24:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "300b44899095f3d03b60df8d9481273f56d6a3a3",
"body": null,
"is_bot": false,
"headline": "Fix fallback remediation",
"author_name": "alteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-03-09T14:18:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7aae5afa5b937173f8053e19027aa8e7457c4d5",
"body": "update README",
"is_bot": false,
"headline": "Merge pull request #30 from crowdsecurity/update_readme",
"author_name": "he2ss",
"author_login": "he2ss",
"committed_at": "2022-03-08T15:25:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a3d941d55f826a3f8e372594d2fbb7a55e1cc74",
"body": null,
"is_bot": false,
"headline": "update README",
"author_name": "he2ss",
"author_login": "he2ss",
"committed_at": "2022-03-08T15:25:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8ef8ee8891a26fd06144c841fe816da45f9ebb6",
"body": null,
"is_bot": false,
"headline": "fix typo",
"author_name": "he2ss",
"author_login": "he2ss",
"committed_at": "2022-03-08T15:23:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06ad700da13a5d9e295e33b3fb51ad557b8554a3",
"body": null,
"is_bot": false,
"headline": "add warning",
"author_name": "he2ss",
"author_login": "he2ss",
"committed_at": "2022-03-08T15:22:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb0ca6bd3dc3a638916dc19932ee52beb5e32c33",
"body": null,
"is_bot": false,
"headline": "update README",
"author_name": "he2ss",
"author_login": "he2ss",
"committed_at": "2022-03-08T15:18:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0d9cb1c10fda849d9401d78e7cdfae09c89d82f",
"body": "Add ability to enabled/disable bouncer from config.",
"is_bot": false,
"headline": "Merge pull request #27 from LePresidente/main",
"author_name": "he2ss",
"author_login": "he2ss",
"committed_at": "2022-03-08T11:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7d712f65d29e193888e8fb32f89ebf31591db07",
"body": null,
"is_bot": false,
"headline": "Fix nginx error to reflect option default.",
"author_name": "Brian Munro",
"author_login": "LePresidente",
"committed_at": "2022-02-24T15:09:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39e00286e30797bb12d0e34a70afdca2033a3ad3",
"body": null,
"is_bot": false,
"headline": "Fix indentation, use space instead of tabs",
"author_name": "Brian Munro",
"author_login": "LePresidente",
"committed_at": "2022-02-24T15:07:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "445164e43be738e427d6e6832500531a173a3efc",
"body": "Fix live query mode when IP is good",
"is_bot": false,
"headline": "Merge pull request #28 from crowdsecurity/fix_live_query_mode",
"author_name": "AlteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-02-24T14:17:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f56383722b94b79a6c0499840eb2f6c92f469b7f",
"body": null,
"is_bot": false,
"headline": "fix",
"author_name": "alteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-02-22T17:50:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cd7200544f4e87840ea85537683ae67369161dd",
"body": null,
"is_bot": false,
"headline": "Fix live query mode when IP is good",
"author_name": "alteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-02-22T17:41:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e688107dc4b3c6ee366c659aa9be816da453af0c",
"body": null,
"is_bot": false,
"headline": "Make sure only true|false is entered into the config.",
"author_name": "Brian Munro",
"author_login": "LePresidente",
"committed_at": "2022-02-22T14:16:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d65ae46067c1af91c9c686642c1fa8abf6f9358e",
"body": null,
"is_bot": false,
"headline": "Add ability to enabled/disable bouncer from config.",
"author_name": "Brian Munro",
"author_login": "LePresidente",
"committed_at": "2022-02-22T04:33:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8eac632a927bd4d1fc635585a8767ff64e873ba",
"body": "Close HTTP connections",
"is_bot": false,
"headline": "Merge pull request #26 from crowdsecurity/close_http_connection",
"author_name": "AlteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-02-09T14:39:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e978bf7b330fe0dcd01a6802b50693952f6568a3",
"body": null,
"is_bot": false,
"headline": "Close HTTP connections",
"author_name": "alteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-02-09T14:37:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab667b67790eb9eaa319f97d64413b722fb14c58",
"body": "improve configuration mgmt code",
"is_bot": false,
"headline": "Merge pull request #25 from crowdsecurity/fix_error",
"author_name": "he2ss",
"author_login": "he2ss",
"committed_at": "2022-02-08T17:05:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4313d97ba691183b06f4412d39add648ca79cf5e",
"body": null,
"is_bot": false,
"headline": "improve captcha template path verif",
"author_name": "he2ss",
"author_login": "he2ss",
"committed_at": "2022-02-08T16:50:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f689d54ec2962089ce61be9cb6fe546909740d9",
"body": null,
"is_bot": false,
"headline": "fix error message",
"author_name": "he2ss",
"author_login": "he2ss",
"committed_at": "2022-02-08T16:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a6e1912f7d9974e1b6f89d73432245920a68046",
"body": null,
"is_bot": false,
"headline": "improve code",
"author_name": "he2ss",
"author_login": "he2ss",
"committed_at": "2022-02-08T16:44:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1ec091034a848adf805f9287671e17a28cfd3be",
"body": null,
"is_bot": false,
"headline": "fix typo",
"author_name": "he2ss",
"author_login": "he2ss",
"committed_at": "2022-02-08T15:49:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aadf53ee717ef5caf2099508d1a622fcaaf81d69",
"body": null,
"is_bot": false,
"headline": "improve configuration mgmt code",
"author_name": "he2ss",
"author_login": "he2ss",
"committed_at": "2022-02-08T15:42:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9513145f5363c1895e479facd81a895765ef4b9",
"body": "fix suggestions",
"is_bot": false,
"headline": "Merge pull request #24 from crowdsecurity/fix_suggestions",
"author_name": "he2ss",
"author_login": "he2ss",
"committed_at": "2022-02-08T15:29:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e06594b58076d65f531cc2637e05c3ba5f7533a4",
"body": null,
"is_bot": false,
"headline": "fix suggestions",
"author_name": "he2ss",
"author_login": "he2ss",
"committed_at": "2022-02-08T15:24:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1540984a009cc72453bea463c3f98742deda4ff",
"body": null,
"is_bot": false,
"headline": "update var to local var",
"author_name": "he2ss",
"author_login": "he2ss",
"committed_at": "2022-02-01T15:11:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ad4843cfb3ea4682eb6afab2e0e60b3cf60c4b5",
"body": "Captcha support",
"is_bot": false,
"headline": "Merge pull request #23 from crowdsecurity/captcha_support",
"author_name": "he2ss",
"author_login": "he2ss",
"committed_at": "2022-02-01T14:40:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88b125b62670a0fc2f65ae80e445da7c8339718a",
"body": null,
"is_bot": false,
"headline": "add local to all missing variables",
"author_name": "he2ss",
"author_login": null,
"committed_at": "2022-02-01T10:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12fbf9433509f3dcc3e618b58754b163e9fbd25f",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "alteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-02-01T10:03:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ddc2dcc608cbeca55b18b6db74f2c2e5eec5211",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "alteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-02-01T09:12:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "472e07923d73db3c6f9df0338e5f88ddd0a5bbc2",
"body": null,
"is_bot": false,
"headline": "rename conf",
"author_name": "alteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-01-31T16:25:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7487f3f83ab5dda13a895f08588c0e24720da31b",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "alteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-01-31T16:24:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1636169e145a7a11605726e3a277ef8ed9ab075f",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "alteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-01-31T14:40:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1c2b0734e5fc368b41f2d3782ca60743e9ce516",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "alteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-01-31T14:36:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd01789b83aaac2739ce3f1f19f4163e107367fa",
"body": null,
"is_bot": false,
"headline": "refactor paths",
"author_name": "alteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-01-31T13:58:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6242114e5ff409929be311ee1b95ee799f4a66fa",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "alteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-01-31T12:26:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "821449cac975787392690e41f2fd18e73f1488bf",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "alteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-01-31T12:25:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8014c96072288e2af954f9d1c63e66fe6da98f73",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "alteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-01-31T12:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a59fb28c3d3ee3f1529fb33eb5cbf2403790680",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "alteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-01-31T12:10:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec6f12f57db479d56e5d94f1591d2696c5b26d3d",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "alteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-01-31T11:23:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8569135dfc7ef9e8f2b6fd3cfd1404ff19d91c80",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "alteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-01-30T16:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b81a062c15452568f2a2ba94b1e63ac8912e5f52",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "alteredCoder",
"author_login": "AlteredCoder",
"committed_at": "2022-01-30T16:24:32Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 16,
"commits_last_year": 10,
"latest_release_at": "2026-07-16T09:27:16Z",
"latest_release_tag": "v1.0.15",
"releases_from_tags": true,
"days_since_last_push": 11,
"active_weeks_last_year": 4,
"days_since_latest_release": 11,
"mean_days_between_releases": 52
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": false,
"health_percentage": 25,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 21,
"stars": 17,
"watchers": 9,
"fork_history": {
"days": [
{
"date": "2020-12-28",
"count": 2
},
{
"date": "2021-02-08",
"count": 1
},
{
"date": "2022-01-18",
"count": 1
},
{
"date": "2022-04-01",
"count": 1
},
{
"date": "2022-11-23",
"count": 1
},
{
"date": "2023-03-07",
"count": 1
},
{
"date": "2023-09-19",
"count": 1
},
{
"date": "2023-10-01",
"count": 1
},
{
"date": "2024-02-28",
"count": 1
},
{
"date": "2024-04-07",
"count": 1
},
{
"date": "2024-09-05",
"count": 1
},
{
"date": "2024-09-30",
"count": 1
},
{
"date": "2025-07-31",
"count": 1
},
{
"date": "2025-12-26",
"count": 1
},
{
"date": "2026-01-30",
"count": 1
},
{
"date": "2026-02-13",
"count": 1
},
{
"date": "2026-04-21",
"count": 1
},
{
"date": "2026-05-24",
"count": 1
},
{
"date": "2026-06-12",
"count": 1
},
{
"date": "2026-07-20",
"count": 1
}
],
"complete": true,
"collected": 21,
"total_forks": 21
},
"star_history": null,
"open_issues_and_prs": 23
},
"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": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 6,
"merged_prs": 82,
"open_issues": 17,
"closed_ratio": 0.653,
"closed_issues": 32,
"closed_unmerged_prs": 10
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "AlteredCoder",
"commits": 121,
"avatar_url": "https://avatars.githubusercontent.com/u/64792091?v=4"
},
{
"type": "User",
"login": "he2ss",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/19668340?v=4"
},
{
"type": "User",
"login": "sabban",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/7680008?v=4"
},
{
"type": "User",
"login": "blotus",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/835060?v=4"
},
{
"type": "User",
"login": "buixor",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/990714?v=4"
},
{
"type": "User",
"login": "LaurenceJJones",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/23139695?v=4"
},
{
"type": "User",
"login": "LePresidente",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/21981763?v=4"
},
{
"type": "User",
"login": "b3cft",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/51764?v=4"
},
{
"type": "User",
"login": "bennet-esyoil",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/48118908?v=4"
},
{
"type": "User",
"login": "fl0ppy-d1sk",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/54334437?v=4"
}
],
"contributors_sampled": 14,
"top_contributor_share": 0.579
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"nginx.yml"
],
"has_docs_dir": false,
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 4,
"reason": "14 out of 30 merged PRs checked by a CI test -- score normalized to 4",
"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": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 contributing companies or organizations",
"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": 6,
"reason": "7 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 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": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c6fe0130caf1a668d1893dcc5a32f41d98cbd695",
"ran_at": "2026-07-28T01:04:35Z",
"aggregate_score": 5.1,
"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-16T09:38:39Z",
"oldest_open_prs": [
{
"number": 45,
"created_at": "2023-10-12T13:37:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 68,
"created_at": "2024-04-14T11:40:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 131,
"created_at": "2026-01-05T16:20:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 132,
"created_at": "2026-01-06T12:02:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 137,
"created_at": "2026-02-13T12:25:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 148,
"created_at": "2026-07-20T14:05:45Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-16T09:27:17Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 41,
"created_at": "2023-04-29T20:28:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 57,
"created_at": "2024-01-22T11:02:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 58,
"created_at": "2024-01-24T15:03:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 59,
"created_at": "2024-01-25T04:50:06Z",
"last_comment_at": "2024-09-05T08:54:21Z",
"last_comment_author": "stevusprimus"
},
{
"number": 60,
"created_at": "2024-01-25T13:34:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 67,
"created_at": "2024-03-06T15:18:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 71,
"created_at": "2024-06-07T19:03:35Z",
"last_comment_at": "2024-09-17T06:02:58Z",
"last_comment_author": "YeapGuy"
},
{
"number": 73,
"created_at": "2024-08-22T08:33:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 83,
"created_at": "2024-10-22T11:12:08Z",
"last_comment_at": "2025-01-01T16:22:49Z",
"last_comment_author": "inthreedee"
},
{
"number": 87,
"created_at": "2024-11-06T14:10:46Z",
"last_comment_at": "2024-12-18T11:55:28Z",
"last_comment_author": "LaurenceJJones"
},
{
"number": 91,
"created_at": "2024-12-17T08:06:33Z",
"last_comment_at": "2026-01-19T08:14:16Z",
"last_comment_author": "LaurenceJJones"
},
{
"number": 93,
"created_at": "2025-02-05T14:37:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 95,
"created_at": "2025-02-10T15:18:08Z",
"last_comment_at": "2025-02-12T20:12:27Z",
"last_comment_author": "FoxxMD"
},
{
"number": 108,
"created_at": "2025-04-04T08:36:22Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 118,
"created_at": "2025-06-28T01:36:10Z",
"last_comment_at": "2025-06-28T02:02:56Z",
"last_comment_author": "rhiznomad"
},
{
"number": 130,
"created_at": "2025-10-16T17:26:21Z",
"last_comment_at": "2025-12-12T02:41:40Z",
"last_comment_author": "andyrue"
},
{
"number": 139,
"created_at": "2026-04-21T13:39:31Z",
"last_comment_at": "2026-04-22T12:51:13Z",
"last_comment_author": "amoureau"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/crowdsecurity/lua-cs-bouncer",
"host": "github.com",
"name": "lua-cs-bouncer",
"owner": "crowdsecurity"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 50 is calibrated to 50 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 50,
"calibrated": 50,
"calibration": "2026-08-02"
}
}
],
"value": 50,
"inputs": {
"security": 51,
"vitality": 60,
"community": 42,
"governance": 64,
"calibration": "2026-08-02",
"engineering": 35,
"ai_readiness": 12,
"weighted_overall_raw": 50
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 60,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "weak",
"name": "Development activity",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"commits_last_year": 10,
"human_commit_share": 1,
"days_since_last_push": 11,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 11 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "10 commits in the last year",
"points": 9.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 10
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "7 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 80,
"inputs": {
"releases_count": 16,
"latest_release_tag": "v1.0.15",
"releases_from_tags": true,
"days_since_latest_release": 11,
"mean_days_between_releases": 52
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "16 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 16
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 11 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~52 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 52
}
}
],
"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": "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": 17,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 17 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 17
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 42,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"forks": 21,
"stars": 17,
"watchers": 9,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "17 stars",
"points": 19.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 17
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "21 forks",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 21
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "9 watchers",
"points": 5,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 9
}
}
],
"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": 64,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 14,
"top_contributor_share": 0.579
},
"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 58% of commits",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 58
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "14 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 14
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"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": 79,
"inputs": {
"merged_prs": 82,
"open_issues": 17,
"closed_issues": 32,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.653,
"closed_unmerged_prs": 10,
"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": "65% of issues closed",
"points": 27.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 65
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "82/92 decided PRs merged",
"points": 26.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 82,
"decided": 92
}
}
],
"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": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"followers": 592,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "crowdsecurity",
"public_repos": 131,
"account_age_days": 2302
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "592 followers of crowdsecurity",
"points": 19.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 592,
"login": "crowdsecurity"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "131 public repos, account ~6 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 131
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "weak",
"name": "Engineering Quality",
"value": 35,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_ci": true,
"has_tests": false,
"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": 0,
"status": "missed",
"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": "14 out of 30 merged PRs checked by a CI test -- score normalized to 4",
"points": 8,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "weak",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"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": "moderate",
"name": "Security",
"value": 51,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 51,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.1
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "14 out of 30 merged PRs checked by a CI test -- score normalized to 4",
"points": 1,
"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": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "7 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow 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": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "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": 8
},
"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": 12,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.58,
"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": "58 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 30.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 58,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_nix": false,
"has_tests": false,
"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": 0,
"status": "missed",
"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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"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": "Lua",
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Lua without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Lua"
}
}
],
"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? 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": [],
"scores": {},
"primary": null,
"evidence": [],
"artifacts": [],
"confidence": "none",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": false
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-28T01:04:56.703930Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/crowdsecurity/lua-cs-bouncer.svg",
"full_name": "crowdsecurity/lua-cs-bouncer",
"license_state": "standard",
"license_spdx": "MIT"
}