JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1849,
"has_wiki": true,
"homepage": null,
"languages": {
"Elixir": 219624
},
"pushed_at": "2026-06-09T16:05:20Z",
"created_at": "2023-09-11T11:27:08Z",
"owner_type": "Organization",
"updated_at": "2026-07-15T03:01:13Z",
"description": "Boilerplate killer using Bandit and Plug",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Elixir",
"significant_languages": [
"Elixir"
]
},
"owner": {
"blog": "https://francis.build/",
"name": "Francis",
"type": "Organization",
"login": "francis-build",
"company": null,
"location": "Portugal",
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/213945134?v=4",
"created_at": "2025-05-29T09:50:57Z",
"is_verified": null,
"public_repos": 3,
"account_age_days": 420
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.3.3",
"kind": "patch",
"published_at": "2026-05-20T10:50:08Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2026-05-20T10:46:23Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-04-13T10:24:10Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-04-12T10:44:52Z"
},
{
"tag": "v0.1.24",
"kind": "patch",
"published_at": "2025-07-07T09:37:50Z"
},
{
"tag": "v0.1.23",
"kind": "patch",
"published_at": "2025-06-27T13:04:18Z"
},
{
"tag": "v0.1.22",
"kind": "patch",
"published_at": "2025-06-26T21:38:16Z"
},
{
"tag": "v0.1.21",
"kind": "patch",
"published_at": "2025-06-26T09:22:56Z"
},
{
"tag": "v0.1.20",
"kind": "patch",
"published_at": "2025-06-11T10:59:42Z"
},
{
"tag": "v0.1.19",
"kind": "patch",
"published_at": "2025-06-11T10:43:04Z"
},
{
"tag": "v0.1.18",
"kind": "patch",
"published_at": "2025-06-11T10:12:47Z"
},
{
"tag": "v0.1.17",
"kind": "patch",
"published_at": "2025-06-10T20:53:59Z"
},
{
"tag": "v0.1.16",
"kind": "patch",
"published_at": "2025-06-10T20:45:22Z"
},
{
"tag": "v0.1.15",
"kind": "patch",
"published_at": "2025-06-06T17:05:18Z"
},
{
"tag": "v0.1.14",
"kind": "patch",
"published_at": "2025-06-05T22:27:16Z"
},
{
"tag": "v0.1.13",
"kind": "patch",
"published_at": "2025-06-05T12:14:36Z"
}
],
"recent_commits": [
{
"oid": "323c88c0e893d73f4e578c215e26a8a4d5158e1e",
"body": null,
"is_bot": false,
"headline": "feat: add markdown response handler (#64)",
"author_name": "Leandro Pereira",
"author_login": "leandrocp",
"committed_at": "2026-06-09T16:05:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e99bb26ea7f810170add26d7658537e58107826",
"body": "add embeded in phoenix example",
"is_bot": false,
"headline": "add embeded in phoenix example (#63)",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2026-05-26T09:33:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c6beddad3501ca92c578dd44008f21ffdc40f68",
"body": null,
"is_bot": false,
"headline": "add skills to repo (#62)",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2026-05-21T11:23:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62396718af13578be29869a3c4764eca57e6d8bf",
"body": "Add cleanup flag to digest to avoid accumulating generated files",
"is_bot": false,
"headline": "digest cleanup flag (#61)",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2026-05-20T10:43:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e989de2198f8a41b40f53e67e1e656c0e39ea4da",
"body": "…#60)",
"is_bot": false,
"headline": "fix: SSE loop leaking Bandit internals into handlers + test cleanup (…",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2026-04-21T05:38:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ab9ed0d7da132f6030c896a2352deccd017e249",
"body": "Add Server-Sent Events support as a new transport alongside WebSockets.\nThe SSE macro mirrors the ws/3 API with the same event patterns (:join,\n{:close, reason}, {:received, msg}) and return values ({:reply, _},\n:noreply, :ok), making it familiar for existing users.\n\nKey additions:\n- Francis.SSE hel\n[…]\nlifecycle, concurrency,\n error recovery, named events, and keepalive behavior\n- MCP server example demonstrating SSE transport with JSON-RPC\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add SSE pipeline with sse/3 macro and MCP server example (#58)",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2026-04-13T10:22:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "266a503bad940b8838bedadd89db2bcff02f81f8",
"body": "## Summary\n\nComprehensive security hardening, HTML utilities, performance\nimprovements, and documentation updates — bumps Francis to v0.3.0.\n\n### New modules\n- **`Francis.HTML`** — XSS-safe HTML escaping with efficient chunked\niodata accumulation\n- **`Francis.Plug.SecureHeaders`** — Default security\n[…]\nin a real browser\n- [ ] Confirm redirect to absolute URL returns 500, not a redirect\n\nhttps://claude.ai/code/session_01SoqrvLUBL1bxuKKvYkQ3Uq\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: HTML security, performance, and v0.3.0 (#57)",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2026-04-12T10:39:57Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4330577f05010d4a7e7ec185a87cb1bda500c6f0",
"body": null,
"is_bot": false,
"headline": "release 0.2.0 (#56)",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2026-01-02T18:45:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c798f5182f1d103da2a2335634869b179f4e1e6",
"body": "…ility (#55)",
"is_bot": false,
"headline": "Improve WS handling; added demo for chat with ws; improve code readab…",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2026-01-02T12:16:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40a1c4ae0906ff2afc07b2452a8ca42640c78941",
"body": null,
"is_bot": false,
"headline": "chore: fix Dockerfile for deployment of textdrop including port (#53)",
"author_name": "Nelson Estevão",
"author_login": "nelsonmestevao",
"committed_at": "2025-07-25T13:14:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbe2b5a476b0d2f7f18300bdd31fcf19fd7bf924",
"body": null,
"is_bot": false,
"headline": "feat: add francis.digest task (#51)",
"author_name": "Nelson Estevão",
"author_login": "nelsonmestevao",
"committed_at": "2025-07-23T14:00:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "808ef2e506a6b97639b3c49956592c7467027674",
"body": null,
"is_bot": false,
"headline": "HTML escaping becomes a concern for the user (#52)",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-07-07T09:29:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63a346db5625d59c1c224fa23e2ade748475e499",
"body": "Handles configuration of francis via use or config. Warns the user if both have a configuration",
"is_bot": false,
"headline": "Handles configuration either via use or config (#50)",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-06-27T13:02:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e76d8c3859005f993f146004aed21e15e9b31b25",
"body": "This also adds ca-certificates to the Dockerfile generated by `francis release` task since it is very common need in applications.",
"is_bot": false,
"headline": "feat: deploy textdrop example using kamal (#49)",
"author_name": "Nelson Estevão",
"author_login": "nelsonmestevao",
"committed_at": "2025-06-27T09:02:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "533aba0abbee6dfc4a1aef2a543cb693eb6487ff",
"body": null,
"is_bot": false,
"headline": "Add crud example (#36)",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-06-26T20:42:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "211c028d1605414c4bc01e13f36a40985f2e4388",
"body": "…andled error (#48)",
"is_bot": false,
"headline": "add helper functions json/text/html and improved error message on unh…",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-06-25T22:50:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7157f422db19a1581fa3c5c58e71a0bfe61bab46",
"body": null,
"is_bot": false,
"headline": "chore: add generate project instructions and fix typos on README (#47)",
"author_name": "Nelson Estevão",
"author_login": "nelsonmestevao",
"committed_at": "2025-06-24T14:57:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2d1ad143fde28212aaddde5c84cb507581921fb",
"body": null,
"is_bot": false,
"headline": "chore: update francis description (#46)",
"author_name": "Nelson Estevão",
"author_login": "nelsonmestevao",
"committed_at": "2025-06-24T13:07:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a375d9b0631b8539b7b2d89c71ef6652b7447afb",
"body": "This is a simple app that integrates with Python to extract text from pdf files.\n\nhttps://github.com/user-attachments/assets/3f4fc6f1-023e-4e6f-9752-3a51634d03f8\n\nI meant receipt* :D",
"is_bot": false,
"headline": "add TextDrop example app (#39)",
"author_name": "Nelson Estevão",
"author_login": "nelsonmestevao",
"committed_at": "2025-06-24T13:06:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0602dc6f84e1e235193f01c4c384609830ca91b0",
"body": null,
"is_bot": false,
"headline": "chore: improve GitHub Actions and delete version check (#45)",
"author_name": "Nelson Estevão",
"author_login": "nelsonmestevao",
"committed_at": "2025-06-18T15:25:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97a9c8356594185424d038a6ba4620d67719f4cd",
"body": null,
"is_bot": false,
"headline": "chore: improve Elixir CI (#44)",
"author_name": "Nelson Estevão",
"author_login": "nelsonmestevao",
"committed_at": "2025-06-11T11:30:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "258e17e7c3c0004eeb10504857eeeb5e885bba53",
"body": "Co-authored-by: Nelson Estevão <nelsonmestevao@proton.me>",
"is_bot": false,
"headline": "change watcher to dev mode; fix config file generation (#43)",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-06-11T10:52:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "baaf96828e5672801501cf640917c4c9f37f46f7",
"body": null,
"is_bot": false,
"headline": "test: make sure the README version matches the current app version (#42)",
"author_name": "Nelson Estevão",
"author_login": "nelsonmestevao",
"committed_at": "2025-06-11T10:48:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bf73939fd7009a1ed1e956182b0a4bf0e6bbdd8",
"body": null,
"is_bot": false,
"headline": "improve the way plugs are handled (#41)",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-06-11T10:41:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30e28f1752c42dfa29ae45d35c802a5d5c2873e9",
"body": null,
"is_bot": false,
"headline": "fix warning on compilation; add redirect (#40)",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-06-11T10:07:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35ed598bea7c90c31ab82037c261dcc69af078f7",
"body": "creates a new option to provide an error handler:\n ```elixir\ndefmodule Example do\n use Francis, error_handler: &Example.error/2\n def error(conn, reason) do\n conn |> put_status(500) |> send_resp(500, \"Internal Server Error\")\n end\nend\n```\nand also provides sane default where it Logger.error and returns 500",
"is_bot": false,
"headline": "add better error handling (#38)",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-06-10T20:50:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "923be62bf3c073fb25910f5de0f66afce6de1dba",
"body": null,
"is_bot": false,
"headline": "add formatter file (#37)",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-06-10T20:43:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da1a38a15494b2b40d425c1f4ad98e7a083e585a",
"body": null,
"is_bot": false,
"headline": "handle configuration files to generators; improve tests (#35)",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-06-06T16:39:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "616071a20f01c8b29f2d8fa4ed14f99bcc868d99",
"body": null,
"is_bot": false,
"headline": "use mix generator functions to simplify code (#34)",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-06-05T22:23:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e77edfc5cf9412bd9225462fe628f923660a5cfe",
"body": null,
"is_bot": false,
"headline": "fix release action",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-06-05T12:11:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4228e4bad7391e7beb7825241dd4883535bfb3aa",
"body": null,
"is_bot": false,
"headline": "add new action to validate mix is bumped up before mering (#33)",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-06-05T11:35:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e90bac28357afbffe822ad7ac58ca729c362fad",
"body": "Adds a new command which creates a simple template to be used by new projects\n---------\n\nCo-authored-by: Nelson Estevão <nelsonmestevao@proton.me>",
"is_bot": false,
"headline": "Francis new command (#32)",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-06-05T11:19:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2503e036d663e50f4e004cc4449b5d041159b8e6",
"body": null,
"is_bot": false,
"headline": "feat: improvement on the mix francis.release Task (#31)",
"author_name": "Nelson Estevão",
"author_login": "nelsonmestevao",
"committed_at": "2025-05-29T09:45:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4137dec5107c40ed78a5cc0753873d67abea2531",
"body": "revert change",
"is_bot": false,
"headline": "Merge pull request #30 from filipecabaco/revert-mix-readme-change",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-05-25T21:38:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "408c97c37c8d40c68f94f1dcc1783ce48b8b6a18",
"body": null,
"is_bot": false,
"headline": "revert change",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-05-25T21:35:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83e93cfa2424cede77255cee290ce5c7b1dada51",
"body": "bump up version",
"is_bot": false,
"headline": "Merge pull request #29 from filipecabaco/bump-version",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-05-25T21:32:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a94dff91d97c118bc18ed0116b8c9c840f74b28",
"body": null,
"is_bot": false,
"headline": "bump up version",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-05-25T21:30:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b57a76f2a629dca5a02b4248b7c474a4e929b7ba",
"body": "get creates a head endpoint also",
"is_bot": false,
"headline": "Merge pull request #28 from filipecabaco/get-has-head-correspondant",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-05-25T21:22:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f615f47bc993b7f3ec3ea4c0cb2fbe57e296033",
"body": null,
"is_bot": false,
"headline": "get creates a head endpoint also",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-05-25T21:17:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "343a8bbeae791bbe0e4f25454742e18afc8f239c",
"body": null,
"is_bot": false,
"headline": "Merge pull request #27 from nelsonmestevao/ne/improvements",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-05-25T15:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd2bac43d52209ab870139e416403a77a4ff7d62",
"body": "• Capture WebSocket cleanup logs to prevent terminal output\n• Make sure random_string is guaranteed to be unique on tests\n• Centralize GitHub URL and improve docs setup\n• Clean up README formatting",
"is_bot": false,
"headline": "refactor: general improvements on tests and documentation",
"author_name": "Nelson Estevão",
"author_login": "nelsonmestevao",
"committed_at": "2025-05-25T11:21:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53d4ea9f6faa626c137e7e92e9c87ef5435240a9",
"body": "add childspec function; improve ws to have a standard and noreply",
"is_bot": false,
"headline": "Merge pull request #26 from filipecabaco/childpsec-and-improve-ws",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-05-25T11:14:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f0d9176eb94b1853a1ce045ad20e8b1bdc70749",
"body": null,
"is_bot": false,
"headline": "add childspec function; improve ws to have a standard and noreply",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-05-25T11:09:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da4b969e6004091ed495740dfdf0f074d102eb54",
"body": "improve ws logic; automatic request parsing",
"is_bot": false,
"headline": "Merge pull request #25 from filipecabaco/improve-ws-and-request-parsing",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-05-24T21:43:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c73e0ad1fe68824b91a513490a6bed86b4d7fac",
"body": null,
"is_bot": false,
"headline": "improve ws logic; automatic request parsing",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-05-24T21:40:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e16c7ac3d6cd9ad78242a4f02fedd76a0a7b3e4",
"body": "improve docker image builder",
"is_bot": false,
"headline": "Merge pull request #24 from filipecabaco/fix-lack-of-priv-folder",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-05-23T13:55:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40bee5e266aefd9737a93d2223e2f6f0030e7504",
"body": "improve docker image builder",
"is_bot": false,
"headline": "Merge pull request #23 from filipecabaco/improve-docker-image-building",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-05-23T13:52:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c28c3ca1cbbb9d21687322fc2a77e8011215c350",
"body": "improve docker image builder",
"is_bot": false,
"headline": "Merge pull request #23 from filipecabaco/improve-docker-image-building",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-05-23T13:29:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24d48c324bd08660a3723413de908fff657099f6",
"body": null,
"is_bot": false,
"headline": "improve docker image builder",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-05-23T13:22:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "246a885554a8e6580e393f408611f78e9ce5b1db",
"body": "handles static content by adding a new static option",
"is_bot": false,
"headline": "Merge pull request #22 from filipecabaco/handle-static-content",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-05-22T21:48:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7c33f06874901eef5800f268c172eb900604fd2",
"body": null,
"is_bot": false,
"headline": "handles static content by adding a new static option",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-05-22T21:41:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "339c0a7134edeab5b8c5b13db176c101282df850",
"body": "bump dependencies",
"is_bot": false,
"headline": "Merge pull request #21 from filipecabaco/bump-up-deps",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-04-17T11:20:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af44e630779af3388abe583b01ef04c919c06636",
"body": null,
"is_bot": false,
"headline": "bump dependencies",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2025-04-17T11:18:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb1b44a0a92029e6916f664e845972455e9c2b99",
"body": "Fix specs",
"is_bot": false,
"headline": "Merge pull request #20 from filipecabaco/fix-specs",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2024-05-06T23:20:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57ea785b4672d4b61c35e783928310c9ccec2dc1",
"body": null,
"is_bot": false,
"headline": "fix specs",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2024-05-06T23:00:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37d84de90d57bcc73e21f422f6c17d7a5b5f5ad3",
"body": "Add watcher mode",
"is_bot": false,
"headline": "Merge pull request #19 from filipecabaco/add-watcher-mode",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2024-05-03T09:55:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5727c152cb1849ab3f0edfde8de3128ba420f15e",
"body": "Adds watcher mode that can be set by configuring the configuration option \"watcher\"",
"is_bot": false,
"headline": "Add watcher mode",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2024-05-03T09:51:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05d45f7015f56d2f6024076adecd362b6734ab33",
"body": "…alyzer-match\n\nfix: Changes function name to avoid dialyzer issues",
"is_bot": false,
"headline": "Merge pull request #18 from filipecabaco/change-defp-name-to-avoid-di…",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-11-16T00:46:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89e305622ec16fe405e0bf60a2aed9cfc1771b05",
"body": "In another project dialyzer was showing\ndeps/francis/lib/francis.ex:34:guard_fail_pat\nThe clause guard cannot succeed. The pattern variable_ was matched against the type <<_::176, _::size(1392)>>.\n\nthis is due to the name of handle_resp being the same as Plug Router",
"is_bot": false,
"headline": "fix: Changes function name to avoid dialyzer issues",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-11-16T00:39:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f5f718c1c29abc866242fa3a092237b0160edab",
"body": "add badges",
"is_bot": false,
"headline": "Merge pull request #17 from filipecabaco/update-readme",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-10-23T10:24:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25c3933725e0957c3a44fce24ba57ce4ce958686",
"body": null,
"is_bot": false,
"headline": "add badges",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-10-23T10:23:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0cbd15b3b3fbacaac26c9fb8265206eaddac8cc",
"body": null,
"is_bot": false,
"headline": "bump versions",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-10-21T01:33:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fd4f88dfa498fc90c27a4ca849ae1c3f6717beb",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-10-21T01:32:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9c692082e2afb2e3827cc3b300d9043faa5320e",
"body": null,
"is_bot": false,
"headline": "remove docker",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-10-21T01:30:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "455a94d9508c9c686a7cccdff0dc9120d494f232",
"body": "Add Release command",
"is_bot": false,
"headline": "Merge pull request #16 from filipecabaco/add-release-command",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-10-21T01:30:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e14bf7744c4bf0a291a7284b251ef92c0635946",
"body": "Adds a new release command to generate a Dockerfile. It also has the foundations to support other release methods\n\nCommand:\n`mix francis.release docker`\n\nIt also adds the CI for the project",
"is_bot": false,
"headline": "Add Release command; Add CI",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-10-21T01:23:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98ea6fd04609bf9af05af0b651e93ac650a9cd3e",
"body": "…g-routes\n\nImprove error handling on unmatched routes",
"is_bot": false,
"headline": "Merge pull request #15 from filipecabaco/better-error-for-non-matchin…",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-10-10T17:45:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5f8f07e74a1625cc5976ae4b4d3253da72f867d",
"body": "Currently we were getting a really bad match error. This captures that error and sanitizes it\ninto something cleaner and easier to work with.",
"is_bot": false,
"headline": "Improve error handling on unmatched routes",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-10-10T17:44:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5734e7afcde3c5db5e8b88f1d0feed5d98a66e6",
"body": "Adds multiple small improvements to devex",
"is_bot": false,
"headline": "Merge pull request #14 from filipecabaco/improve-devex",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-10-09T23:26:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2522512a0d0043db98a8396d0097da62095e1a0f",
"body": "* Improve documentation\n* Adds a start() function to reduce friction in getting a Mix.install operation running\n* Adds a mix francis.server command to avoid mix run --no-halt\n* Adds sobelow\n* Bump up dependencies",
"is_bot": false,
"headline": "Adds multiple small improvements to devex",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-10-09T23:24:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f8d82ff4a6e8450da614dd1d812a0e4ec598560",
"body": "Bump to 0.1.0",
"is_bot": false,
"headline": "Merge pull request #13 from filipecabaco/bump-version-0.1.0",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-10-09T17:52:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fd0d1e120ee95c981d9584fe04313fd72cdfc84",
"body": null,
"is_bot": false,
"headline": "Bump to 0.1.0",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-10-09T17:51:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d175c4907d083128dabf7a58dd996712e09db775",
"body": "Add test to validate Plug usage by order",
"is_bot": false,
"headline": "Merge pull request #11 from filipecabaco/test-plug-usage",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-10-09T17:42:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6100ed9119c6a8ed18109e804494cab0e7c03ae",
"body": "Checks that a list of plugs is executed by the correct order when provided to the Handler module",
"is_bot": false,
"headline": "Add test to validate Plug usage by order",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-10-04T17:42:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aafcf475721996b21d86f13c315fa47760ece1b1",
"body": "Test CRUD operations and WS handling",
"is_bot": false,
"headline": "Merge pull request #10 from filipecabaco/add-tests",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-10-04T14:29:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "078508c4e35edd967e8af24bd5719994af67853b",
"body": "* Test all CRUD methods with Req\n* Test WS handling with WebSockex",
"is_bot": false,
"headline": "Test CRUD operations and WS handling",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-10-04T11:01:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "753e7749da69096c15930d2c471d1d31e7a93563",
"body": "Add Plug support",
"is_bot": false,
"headline": "Merge pull request #6 from filipecabaco/support-plugs",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-09-20T11:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf2792bf1170ee67e22dc08f3416b8e56e59f59d",
"body": null,
"is_bot": false,
"headline": "Add Plug support",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-09-14T17:46:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "624e7d769b25ab48b01d317403c7081db3cb9d3d",
"body": "chore: improve MixProject definitions and documentation",
"is_bot": false,
"headline": "Merge pull request #4 from nelsonmestevao/ne/docs",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-09-13T16:46:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df58d243cd1f3aed3bca6677bbd82a8e1b33f642",
"body": null,
"is_bot": false,
"headline": "Remove source_ref from docs",
"author_name": "Nelson Estevão",
"author_login": "nelsonmestevao",
"committed_at": "2023-09-13T16:45:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "497d59d2970a0228b732498934f102da2926a839",
"body": "test: use example as integration testing suite",
"is_bot": false,
"headline": "Merge pull request #3 from nelsonmestevao/ne/tests",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-09-13T15:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c49501d0a7275501db42101106a4e64f0181cdf6",
"body": null,
"is_bot": false,
"headline": "test: improve html parsing test",
"author_name": "Nelson Estevão",
"author_login": "nelsonmestevao",
"committed_at": "2023-09-13T11:18:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c167d5300993543fd54b61c5bbd0822db73c7e6b",
"body": null,
"is_bot": false,
"headline": "test: add JSON case",
"author_name": "Nelson Estevão",
"author_login": "nelsonmestevao",
"committed_at": "2023-09-13T11:11:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dec998e6239fa80a955318f7f6cab9dbeb997047",
"body": null,
"is_bot": false,
"headline": "chore: format html in example code",
"author_name": "Nelson Estevão",
"author_login": "nelsonmestevao",
"committed_at": "2023-09-13T11:08:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c5cfa712adf9a530e8f6fdd5b00903f27fe690b",
"body": null,
"is_bot": false,
"headline": "chore: improve MixProject definitions and documentation",
"author_name": "Nelson Estevão",
"author_login": "nelsonmestevao",
"committed_at": "2023-09-13T10:52:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "647ec0a9e4818c5faddd2f9d60dd67241a8ff140",
"body": null,
"is_bot": false,
"headline": "test: use example as integration testing suite",
"author_name": "Nelson Estevão",
"author_login": "nelsonmestevao",
"committed_at": "2023-09-13T10:49:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c3a3a6f9a6f6bc665db3d0ca6b15f8d6ea14264",
"body": "Add instructions to use it with Mix.install",
"is_bot": false,
"headline": "Merge pull request #2 from lorenzosinisi/patch-1",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-09-13T10:03:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28957d0a45cb47ee609bffc76e3a7663e9dcea4f",
"body": "This will allow the server to stay up",
"is_bot": false,
"headline": "Update README.md adding Process.sleep(:infinity)",
"author_name": "Lorenzo Sinisi",
"author_login": "lorenzosinisi",
"committed_at": "2023-09-13T09:58:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b94dfee4bcd246e6576315e18f27f98083d62c9d",
"body": "Add a Mix install documentation to the README file for a quick start",
"is_bot": false,
"headline": "Update README.md",
"author_name": "Lorenzo Sinisi",
"author_login": "lorenzosinisi",
"committed_at": "2023-09-13T09:51:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23f7382e24087be8a3379270a3300e76474147d7",
"body": null,
"is_bot": false,
"headline": "Fix name",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-09-11T13:25:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2859fc180a6a7bd3441e8e831c6712345f4aa7b3",
"body": "Fix wrong links in README.md",
"is_bot": false,
"headline": "Merge pull request #1 from machadovilaca/patch-1",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-09-11T13:23:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f650a2037d2bc927510da18f170436a01d8e837",
"body": "Signed-off-by: João Vilaça <jvilaca@redhat.com>",
"is_bot": false,
"headline": "Fix wrong link to example directory",
"author_name": "João Vilaça",
"author_login": "machadovilaca",
"committed_at": "2023-09-11T13:01:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e96d3cdd72c917595d62f2ec9af4e617074a66f7",
"body": null,
"is_bot": false,
"headline": "Fix wrong link to https://sinatrarb.com/",
"author_name": "João Vilaça",
"author_login": "machadovilaca",
"committed_at": "2023-09-11T12:58:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c48de230a45d6c701718451114fbacd35855762",
"body": null,
"is_bot": false,
"headline": "First commit",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-09-11T11:46:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ba737ef3d60fcbfbd13cca2d0b1d853641d72a1",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Filipe Cabaço",
"author_login": "filipecabaco",
"committed_at": "2023-09-11T11:27:08Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 16,
"commits_last_year": 10,
"latest_release_at": "2026-05-20T10:50:08Z",
"latest_release_tag": "v0.3.3",
"releases_from_tags": false,
"days_since_last_push": 44,
"active_weeks_last_year": 7,
"days_since_latest_release": 64,
"mean_days_between_releases": 38.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "francis",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "hex",
"matches_repo": true,
"registry_url": "https://hex.pm/packages/francis",
"is_deprecated": false,
"latest_version": "0.3.3",
"repository_url": "https://github.com/francis-build/francis",
"versions_count": 32,
"total_downloads": 4138,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 377,
"first_published_at": "2023-09-11T11:39:10.930441Z",
"latest_published_at": "2026-05-20T10:50:11.104468Z",
"latest_version_yanked": null,
"days_since_latest_publish": 64
}
]
},
"popularity": {
"forks": 6,
"stars": 107,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2023-09-13",
"count": 2
},
{
"date": "2023-11-27",
"count": 1
},
{
"date": "2024-05-02",
"count": 1
},
{
"date": "2026-05-22",
"count": 1
},
{
"date": "2026-05-29",
"count": 1
}
],
"complete": true,
"collected": 6,
"total_forks": 6
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": true,
"bootstrap_files": [
"examples/textdrop/mise.toml"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"examples/api/mix.exs",
"examples/chat/mix.exs",
"examples/mcp_server/mix.exs",
"examples/phoenix_embed/mix.exs",
"examples/textdrop/mix.exs",
"mix.exs"
],
"largest_source_bytes": 40867,
"source_files_sampled": 90,
"oversized_source_files": 0,
"agent_instruction_files": [
"examples/phoenix_embed/AGENTS.md"
],
"agent_instruction_max_bytes": 9669
},
"dependencies": {
"manifests": [
"mix.exs"
],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"hex"
],
"dependencies": [
{
"name": "bandit",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 1.0"
},
{
"name": "jason",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 1.4"
},
{
"name": "websock",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 0.5"
},
{
"name": "websock_adapter",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 0.5"
},
{
"name": "no_warn",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 57,
"open_issues": 1,
"closed_ratio": 0.833,
"closed_issues": 5,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "filipecabaco",
"commits": 73,
"avatar_url": "https://avatars.githubusercontent.com/u/1697301?v=4"
},
{
"type": "User",
"login": "nelsonmestevao",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/19409687?v=4"
},
{
"type": "User",
"login": "lorenzosinisi",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/3610215?v=4"
},
{
"type": "User",
"login": "machadovilaca",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/21959383?v=4"
},
{
"type": "User",
"login": "leandrocp",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/36407?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.768
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"elixir.yaml",
"release.yaml",
"tag-and-release.yaml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"mix.lock"
],
"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": 7,
"reason": "23 out of 29 merged PRs checked by a CI test -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 7,
"reason": "Found 23/30 approved changesets -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 9 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": 4,
"reason": "4 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "27 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "323c88c0e893d73f4e578c215e26a8a4d5158e1e",
"ran_at": "2026-07-24T08:49:31Z",
"aggregate_score": 3.5,
"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-06-09T16:09:07Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-06-09T16:05:20Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 65,
"created_at": "2026-06-05T16:35:38Z",
"last_comment_at": "2026-06-06T07:15:06Z",
"last_comment_author": "filipecabaco"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/francis-build/francis",
"host": "github.com",
"name": "francis",
"owner": "francis-build"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"security": 35,
"vitality": 58,
"community": 45,
"governance": 61,
"engineering": 57
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 58,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"commits_last_year": 10,
"human_commit_share": 1,
"days_since_last_push": 44,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 44 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 44
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "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": "4 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 4",
"points": 4,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 16,
"latest_release_tag": "v0.3.3",
"releases_from_tags": false,
"days_since_latest_release": 64,
"mean_days_between_releases": 38.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "16 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 16
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 64 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 64
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~38.1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 38.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "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": 44,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 44 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 44
}
}
],
"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": 45,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"forks": 6,
"stars": 107,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "107 stars",
"points": 32.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 107
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "6 forks",
"points": 5.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 6
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "at_risk",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 43,
"inputs": {
"packages": [
"francis"
],
"dependents": null,
"ecosystems": "hex",
"total_downloads": 4138,
"monthly_downloads": 377
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "377 downloads/month across hex",
"points": 34.4,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 377,
"ecosystems": "hex"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.768
},
"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 77% of commits",
"points": 5.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 77
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"merged_prs": 57,
"open_issues": 1,
"closed_issues": 5,
"issue_closed_ratio": 0.833,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "83% of issues closed",
"points": 38.9,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 83
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "57/59 decided PRs merged",
"points": 37,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 57,
"decided": 59
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 23/30 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"followers": 1,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "francis-build",
"public_repos": 3,
"account_age_days": 420
},
"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": "1 followers of francis-build",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "francis-build"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "3 public repos, account ~1 yr old",
"points": 6.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 3
}
},
{
"code": "account_age_years",
"params": {
"years": 1
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"francis"
],
"ecosystems": "hex",
"any_deprecated": false,
"min_days_since_publish": 64
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on hex",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "hex"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 64 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 64
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "32 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 32
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 57,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "23 out of 29 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 35,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.5
},
"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": "23 out of 29 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 23/30 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 9 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": "4 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 4",
"points": 3,
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "27 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 17
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 64,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.716,
"agent_instruction_files": [
"examples/phoenix_embed/AGENTS.md"
],
"agent_instruction_max_bytes": 9669
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "examples/phoenix_embed/AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples/phoenix_embed/AGENTS.md"
}
}
],
"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": "68 of 95 human commits state their intent (structured subject or explanatory body)",
"points": 38.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 68,
"sampled": 95
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"mix.lock"
],
"has_dockerfile": true,
"typed_language": false,
"bootstrap_files": [
"examples/textdrop/mise.toml"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.021,
"toolchain_manifests": [
"examples/api/mix.exs",
"examples/chat/mix.exs",
"examples/mcp_server/mix.exs",
"examples/phoenix_embed/mix.exs",
"examples/textdrop/mix.exs",
"mix.exs"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "examples/textdrop/mise.toml",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples/textdrop/mise.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "2 of the last 95 commits agent-authored or agent-credited",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 2,
"sampled": 95
}
}
],
"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": "Elixir",
"largest_source_bytes": 40867,
"source_files_sampled": 90,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Elixir without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Elixir"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/90 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 90,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "moderate",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": true,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"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-24T08:49:47.427362Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/f/francis-build/francis.svg",
"full_name": "francis-build/francis",
"license_state": "standard",
"license_spdx": "MIT"
}