JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"apache",
"caddy",
"caddyserver",
"haproxy",
"nginx",
"rate-limit",
"rate-limiting",
"traefik",
"web-application-firewall",
"webserver"
],
"is_fork": false,
"size_kb": 77,
"has_wiki": true,
"homepage": null,
"languages": {
"Python": 53045
},
"pushed_at": "2026-07-19T08:42:04Z",
"created_at": "2024-12-21T09:34:35Z",
"owner_type": "User",
"updated_at": "2026-07-18T22:32:30Z",
"description": "Automated rate limits implementation for web servers",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "https://www.researchgate.net/profile/Fabrizio-Salmi",
"name": "fab",
"type": "User",
"login": "fabriziosalmi",
"company": null,
"location": "Italy",
"followers": 228,
"avatar_url": "https://avatars.githubusercontent.com/u/1569108?v=4",
"created_at": "2012-03-23T18:32:46Z",
"is_verified": null,
"public_repos": 106,
"account_age_days": 5238
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2026-07-19T08:42:04Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2025-09-04T19:29:39Z"
}
],
"recent_commits": [
{
"oid": "d799a11ef86dcb5f697af6f7b50f6bfb3c17c874",
"body": null,
"is_bot": false,
"headline": "chore: update rate limit rules",
"author_name": "fabriziosalmi",
"author_login": "fabriziosalmi",
"committed_at": "2026-07-18T22:32:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d552fc04b95b284dbdacf768a4603aa4801f306f",
"body": "The workflow lived at .github/workflows/update_limits.py, but GitHub Actions\nonly loads *.yml/*.yaml from that directory, so the workflow was never\nregistered and never ran (zero real CI runs on the repo).\n\n- Rename update_limits.py -> update_limits.yml so GitHub recognizes it\n- Add `permissions: co\n[…]\nmmit-action v4->v7\n- Quote PYTHON_VERSION to avoid YAML numeric coercion\n\nAlso harden .gitignore with a secrets/credentials block.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: fix broken update-limits workflow (mis-extensioned .py -> .yml)",
"author_name": "Fabrizio Salmi",
"author_login": "fabriziosalmi",
"committed_at": "2026-07-18T22:32:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9f318f58d3ff97ae50e9fab4a845cc35a19ecb0d",
"body": "The current code inserts raw HAProxy config content without ensuring proper indentation relative to the parent frontend block, risking malformed HAProxy config. The fix must indent only the inserted content (not the entire file) to align with the frontend block's context, preserving HAProxy syntax correctness.\n\nSigned-off-by: fabgpt-coder <276921870+fabgpt-coder@users.noreply.github.com>\nCo-authored-by: fabgpt-coder <276921870+fabgpt-coder@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix indentation only at insertion point in HAProxy config (#5)",
"author_name": "FabGPT",
"author_login": "fabgpt-coder",
"committed_at": "2026-06-11T18:23:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f68d3989e5cb8e43b6811c2d69b983f892866f3",
"body": "The current implementation fails with a generic 'Permission denied' or 'FileNotFoundError' if the destination directory does not exist, which is a common failure mode in CI/CD pipelines. Explicitly creating the parent directory ensures the script succeeds in environments where the target path is not pre-populated, preventing unnecessary pipeline failures.\n\nCo-authored-by: fabgpt-coder <276921870+fabgpt-coder@users.noreply.github.com>",
"is_bot": false,
"headline": "Ensure destination directory exists before copying (#4)",
"author_name": "FabGPT",
"author_login": "fabgpt-coder",
"committed_at": "2026-06-09T04:44:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a1046bb9528a0a353a38477aaee2228761210bb",
"body": "The current logic blindly inserts the source content into the destination file even if the source is empty, which results in duplicating an empty 'frontend http-in' block or corrupting the existing config structure. This breaks the idempotency of the script and can cause HAProxy to fail loading the configuration.\n\nCo-authored-by: fabgpt-coder <276921870+fabgpt-coder@users.noreply.github.com>",
"is_bot": false,
"headline": "Prevent HAProxy config corruption on empty source (#3)",
"author_name": "FabGPT",
"author_login": "fabgpt-coder",
"committed_at": "2026-06-08T23:22:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04d157dc459b9d59ffacea7041f069f76b55f609",
"body": null,
"is_bot": false,
"headline": "chore: add .gitignore",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2026-04-27T06:11:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28dba1dfa1f8b14ab192512818ea8c2ec62980eb",
"body": "…docs",
"is_bot": false,
"headline": "Merge pull request #2 from fabriziosalmi/copilot/remove-ai-slop-from-…",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2026-02-20T07:17:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d53abcf9abb8e14ed327e1d67c94c0df28b208ae",
"body": "Co-authored-by: fabriziosalmi <1569108+fabriziosalmi@users.noreply.github.com>",
"is_bot": true,
"headline": "Remove AI slop from readme and documentation",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-02-20T06:49:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "424f46213c3c6fe84bce80f9c39e11628ba2ea07",
"body": null,
"is_bot": true,
"headline": "Initial plan",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-02-20T06:37:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e4abc3fcf23066ec2748bf7ecd91209eeafd575",
"body": "…n-quality\n\ndocs: comprehensive documentation audit and improvements",
"is_bot": false,
"headline": "Merge pull request #1 from fabriziosalmi/copilot/improve-documentatio…",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2025-11-15T19:49:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d18995ce06884dac1f264b49e62c817f0a0a8783",
"body": "- Add Testing Your Configuration section with validation steps\n- Add Security Considerations section with best practices\n- Fix project structure tree formatting (import scripts indentation)\n- Update ratelimit.py description to be more accurate\n- Add CONTRIBUTING.md reference in Contributing section\n- Improve Generation section bullet point formatting\n\nCo-authored-by: fabriziosalmi <1569108+fabriziosalmi@users.noreply.github.com>",
"is_bot": true,
"headline": "docs: add testing, security sections and project structure improvements",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-11-15T19:39:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37e4dbdfdeeaf16b2ff925fd842ff5d5a550123d",
"body": "- Fix incorrect repository clone URL (rate-limit-patterns -> limits)\n- Fix typo in config.yaml (blackist -> blacklist)\n- Update Traefik config format reference (toml -> yaml)\n- Add Prerequisites section to README\n- Add comprehensive Troubleshooting section\n- Enhance Contributing section with detaile\n[…]\nll web server directories\n- Add CONTRIBUTING.md with contribution guidelines\n- Add CHANGELOG.md to track project changes\n\nCo-authored-by: fabriziosalmi <1569108+fabriziosalmi@users.noreply.github.com>",
"is_bot": true,
"headline": "docs: comprehensive documentation audit and improvements",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-11-15T19:37:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d0d30e87c8de17e00dd570822515ebef7323ca94",
"body": null,
"is_bot": true,
"headline": "Initial plan",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-11-15T19:29:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfba251858daa2517d8a9994665c13a674aa4fc2",
"body": null,
"is_bot": false,
"headline": "Delete rate_limit_rules/caddy directory",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2025-05-13T12:55:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be38ff02aff2f5e2c9f4720f9e11663dc947a61f",
"body": null,
"is_bot": false,
"headline": "Create FUNDING.yml",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2025-01-15T16:14:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8dd9722845ec3757eee131ad071eea2dcbd99da",
"body": null,
"is_bot": false,
"headline": "Update import_traefik_rate_limit.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2025-01-03T13:03:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9082c70e74542840eb0fe628b09f83f24e42c4c6",
"body": null,
"is_bot": false,
"headline": "Update import_nginx_rate_limit.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2025-01-03T13:03:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "146851db9be3c9f256b98ca4621924b7a6dc2072",
"body": null,
"is_bot": false,
"headline": "Update import_haproxy_rate_limit.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2025-01-03T13:02:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09a14a788070a8a5dcfe0bdfb57ad79eadaaedc4",
"body": null,
"is_bot": false,
"headline": "Update import_apache_rate_limit.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2025-01-03T13:02:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43b17f3fa311c7ddd3de3f999e06a65c91eb62cf",
"body": null,
"is_bot": false,
"headline": "Delete import_caddy_rate_limit.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2025-01-03T13:01:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6629bf307904d3712e0d514fa4ee3f91384de04a",
"body": null,
"is_bot": false,
"headline": "Update ratelimit2traefik.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2025-01-03T13:01:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b53c19e98adf73ea3408648d580df224fb8e7718",
"body": null,
"is_bot": false,
"headline": "Update ratelimit2nginx.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2025-01-03T12:59:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d712b10989186e04f821f2dd1a7a08665320cda",
"body": null,
"is_bot": false,
"headline": "Update ratelimit2haproxy.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2025-01-03T12:58:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14120b34a24b7d1705202b3f3ba8bec73584aec5",
"body": null,
"is_bot": false,
"headline": "Update ratelimit2apache.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2025-01-03T12:57:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4f43fe17bbfa02f2f4732e87eabc94627addf26",
"body": null,
"is_bot": false,
"headline": "Update ratelimit.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2025-01-03T12:56:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b49e68ce148aff6b1552f63bf3699751f1d22c88",
"body": "Caddy stuff moved to the [caddy-waf](https://github.com/fabriziosalmi/caddy-waf) project.",
"is_bot": false,
"headline": "Update update_limits.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2025-01-03T09:13:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67557b99dfdf8b563ac5c68610cbd28b9efa5c32",
"body": "Caddy stuff moved to the [caddy-waf](https://github.com/fabriziosalmi/caddy-waf) project.",
"is_bot": false,
"headline": "Update README.md",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2025-01-03T09:13:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "646dac21bd4fe7d9efba3ad11560884d986ce451",
"body": "Caddy stuff moved to new repo [caddy-waf](https://github.com/fabriziosalmi/caddy-waf).",
"is_bot": false,
"headline": "Delete ratelimit2caddy.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2025-01-03T09:11:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f55d70a76270687eac22ab4655e7babf487c2da",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T10:12:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d73d12aafa1139d18496c24ba73f5f10907d06c2",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:53:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "466f3bc440c4884070572c29897e110fae0732c2",
"body": null,
"is_bot": false,
"headline": "Create import_haproxy_rate_limit.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:51:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faab86ce2060f01f0e45e4b6d7e41723287a0fe8",
"body": null,
"is_bot": false,
"headline": "Create import_traefik_rate_limit.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:51:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "660a82e103afcb7256093da137ff70a985c7bf84",
"body": null,
"is_bot": false,
"headline": "Create import_nginx_rate_limit.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:50:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89b79f08d2981eef8e28844b5b4c97565b72c14a",
"body": null,
"is_bot": false,
"headline": "Create import_caddy_rate_limit.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:50:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e60f7e3c1ce7e06d022d13e53588056cf6c9d25",
"body": null,
"is_bot": false,
"headline": "Create import_apache_rate_limit.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:50:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01d53fe61bed3911069887354f7e46efddd476f2",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:49:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f693509ff87dd0a33a7512615262de25639e684",
"body": null,
"is_bot": false,
"headline": "Create requirements.txt",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:45:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "611969e5fcd0b1539ee9e060a9d1190faeeb98fb",
"body": null,
"is_bot": false,
"headline": "Update update_limits.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:44:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac9230dc1d915b29ffbfc5bb8a3d4b118446568f",
"body": null,
"is_bot": false,
"headline": "Create ratelimit2haproxy.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:44:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94056c575b1230e165f8b88b5cb5f07ceca76142",
"body": null,
"is_bot": false,
"headline": "Create ratelimit2traefik.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:43:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa247b7e1509baa110e97def26aa57edcc054adc",
"body": null,
"is_bot": false,
"headline": "Create ratelimit2apache.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:43:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e00813ce656b6dbb863406ec71581605b325c3f",
"body": null,
"is_bot": false,
"headline": "Create ratelimit2caddy.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:43:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8dd324aa8b76406518be9011407fb5886d330fb",
"body": null,
"is_bot": false,
"headline": "Update ratelimit2nginx.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:42:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a112901d0bbf65e0c077ac1f1cff114650407429",
"body": null,
"is_bot": false,
"headline": "Update ratelimit.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:41:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba65fe638687da4312a3db87d737acb26af8b1a0",
"body": null,
"is_bot": false,
"headline": "Update config.yaml",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:40:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "092ea39a93a5597f61b9d29d64c901e9c59a52ca",
"body": null,
"is_bot": false,
"headline": "initial",
"author_name": "Fabrizio Salmi",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:40:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a8afbf4a238912502b223019da5963deb6da19a",
"body": null,
"is_bot": false,
"headline": "initial",
"author_name": "Fabrizio Salmi",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:39:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9e50617a1d8e186712163b32a65967f9890e1f7",
"body": null,
"is_bot": false,
"headline": "Delete rate_limit_rules/caddy/nginx directory",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:37:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28640bcc2fa82c9257702f944db980c1bdf06a07",
"body": null,
"is_bot": false,
"headline": "Create README.md",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:37:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db3c2383800ea32addb792941bb50a77f5967079",
"body": null,
"is_bot": false,
"headline": "Create README.md",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:37:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "595253ac6893b04f3e50f8f5acf8ef7da32e41dc",
"body": null,
"is_bot": false,
"headline": "Create update_limits.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:36:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a828f682baea071aa612ca2faa5acaea2e5d96e6",
"body": null,
"is_bot": false,
"headline": "Create ratelimit2nginx.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:36:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79291b1814e729d07cb1d66bf328418e53632d55",
"body": null,
"is_bot": false,
"headline": "Create ratelimit.py",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:35:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c4a9f15a6fa1ab2b1b9fad2ef4463fcd3eb47fb",
"body": null,
"is_bot": false,
"headline": "Create config.yaml",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:35:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84cad9a4be74376332b83ce63b3ebdde2f1446c1",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "fab",
"author_login": "fabriziosalmi",
"committed_at": "2024-12-21T09:34:35Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 13,
"latest_release_at": "2026-07-19T08:42:04Z",
"latest_release_tag": "v1.0.1",
"releases_from_tags": false,
"days_since_last_push": 7,
"active_weeks_last_year": 5,
"days_since_latest_release": 7,
"mean_days_between_releases": 317.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 5,
"stars": 19,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2025-02-07",
"count": 1
},
{
"date": "2025-02-10",
"count": 1
},
{
"date": "2025-03-21",
"count": 1
},
{
"date": "2026-05-04",
"count": 1
},
{
"date": "2026-06-08",
"count": 1
}
],
"complete": true,
"collected": 5,
"total_forks": 5
},
"star_history": null,
"open_issues_and_prs": 1
},
"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": 11594,
"source_files_sampled": 9,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"requirements.txt"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "pyyaml",
"direct": false,
"version": "6.0.1",
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 1,
"direct_count": 0,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 5,
"open_issues": 1,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "fabriziosalmi",
"commits": 47,
"avatar_url": "https://avatars.githubusercontent.com/u/1569108?v=4"
},
{
"type": "User",
"login": "fabgpt-coder",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/276921870?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.94
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"update_limits.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": 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": 4,
"reason": "2 out of 5 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": 1,
"reason": "Found 3/23 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 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": 5,
"reason": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"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": "d799a11ef86dcb5f697af6f7b50f6bfb3c17c874",
"ran_at": "2026-07-26T22:51:26Z",
"aggregate_score": 3.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-26T00:36:45Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-06-11T18:23:51Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 6,
"created_at": "2026-07-18T22:41:32Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/fabriziosalmi/limits",
"host": "github.com",
"name": "limits",
"owner": "fabriziosalmi"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"security": 49,
"vitality": 67,
"community": 46,
"governance": 38,
"engineering": 43
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 67,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"commits_last_year": 13,
"human_commit_share": 0.909,
"days_since_last_push": 7,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "13 commits in the last year",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 13
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v1.0.1",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 317.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~317.6 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 317.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 8,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 8 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 8
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 46,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"forks": 5,
"stars": 19,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "19 stars",
"points": 20.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 19
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "5 forks",
"points": 5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 5
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 38,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.94
},
"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 94% of commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 94
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"merged_prs": 5,
"open_issues": 1,
"closed_issues": 0,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "5/5 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 5,
"decided": 5
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/23 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 65,
"inputs": {
"followers": 228,
"owner_type": "User",
"is_verified": null,
"owner_login": "fabriziosalmi",
"public_repos": 106,
"account_age_days": 5238
},
"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": "228 followers of fabriziosalmi",
"points": 17,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 228,
"login": "fabriziosalmi"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "106 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 106
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"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": 43,
"weight": 0.2,
"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": "2 out of 5 merged PRs checked by a CI test -- score normalized to 4",
"points": 8,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"apache",
"caddy",
"caddyserver",
"haproxy",
"nginx",
"rate-limit",
"rate-limiting",
"traefik",
"web-application-firewall",
"webserver"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "10 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 10
}
}
],
"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": 49,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 36,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 5 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": "Found 3/23 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is 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": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 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": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 1 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 1
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "critical",
"name": "AI Readiness",
"value": 16,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.22,
"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": "11 of 50 human commits state their intent (structured subject or explanatory body)",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 11,
"sampled": 50
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 4,
"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.018,
"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": "1 of the last 55 commits agent-authored or agent-credited",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 55
}
}
],
"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": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 11594,
"source_files_sampled": 9,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/9 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 9,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-26T22:51:34.330994Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/f/fabriziosalmi/limits.svg",
"full_name": "fabriziosalmi/limits",
"license_state": "standard",
"license_spdx": "MIT"
}