JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"flipperzero",
"metro",
"nfc",
"metroflip"
],
"is_fork": false,
"size_kb": 1388,
"has_wiki": false,
"homepage": "https://lab.flipper.net/apps/metroflip",
"languages": {
"C": 991205,
"C++": 1007
},
"pushed_at": "2026-07-01T09:35:54Z",
"created_at": "2024-11-25T18:27:32Z",
"owner_type": "User",
"updated_at": "2026-07-22T06:42:39Z",
"description": "Metroflip is a multi-protocol metro card reader app for the Flipper Zero, inspired by the Metrodroid project. It enables the parsing and analysis of metro cards from transit systems around the world, providing a proof-of-concept for exploring transit card data in a portable format.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-3.0",
"default_branch": "main",
"license_spdx_raw": "GPL-3.0",
"primary_language": "C",
"significant_languages": [
"C"
]
},
"owner": {
"blog": "https://ko-fi.com/luu176",
"name": "Luu",
"type": "User",
"login": "luu176",
"company": null,
"location": null,
"followers": 63,
"avatar_url": "https://avatars.githubusercontent.com/u/112649910?v=4",
"created_at": "2022-09-01T16:55:43Z",
"is_verified": null,
"public_repos": 24,
"account_age_days": 1420
},
"license": {
"state": "standard",
"spdx_id": "GPL-3.0",
"raw_spdx": "GPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.0",
"kind": "other",
"published_at": "2026-07-01T09:27:52Z"
},
{
"tag": "v2-beta.4",
"kind": "other",
"published_at": "2026-07-01T09:09:04Z"
},
{
"tag": "v2-beta.3",
"kind": "other",
"published_at": "2026-06-18T15:56:19Z"
},
{
"tag": "v2-beta.2",
"kind": "other",
"published_at": "2026-03-23T17:36:26Z"
},
{
"tag": "v1.0",
"kind": "other",
"published_at": "2025-12-09T13:59:40Z"
},
{
"tag": "v1.0-beta.4",
"kind": "other",
"published_at": "2025-08-27T03:42:35Z"
},
{
"tag": "v0.9",
"kind": "other",
"published_at": "2025-07-20T14:26:18Z"
},
{
"tag": "v0.8",
"kind": "other",
"published_at": "2025-06-23T15:58:57Z"
},
{
"tag": "v0.8-beta.5",
"kind": "other",
"published_at": "2025-04-26T18:13:06Z"
},
{
"tag": "v0.7",
"kind": "other",
"published_at": "2025-04-23T08:51:39Z"
},
{
"tag": "v0.6",
"kind": "other",
"published_at": "2025-02-15T14:45:00Z"
},
{
"tag": "v0.5",
"kind": "other",
"published_at": "2024-12-30T16:06:35Z"
}
],
"recent_commits": [
{
"oid": "97bdbb9af28caf78856ac9333bb2576f1194dd52",
"body": null,
"is_bot": false,
"headline": "Update description: drop Metrodroid wording for a user-facing summary",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2026-07-01T09:35:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ac251bad7aa45548cd7ae30a5ff9dfad3e30c3d",
"body": "Added the GNU General Public License version 3 to the project.",
"is_bot": false,
"headline": "Add GNU General Public License v3",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2026-07-01T09:26:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7b782088d1ea127259eafab9ebd45599ed1c6fe",
"body": "- Suica: stop the blink LED in on_exit. Its only stop was in the poller\n success path, so backing out of a Suica scan before tapping a card left\n the LED blinking.\n- Start scene: stop the blink LED on entry. The main menu never scans and\n is the return point for every back path, so this clears any LED a scene\n left running (fixes the stray blink seen after opening saved cards and\n backing out).",
"is_bot": false,
"headline": "v2-beta.4: fix stranded scan LED",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2026-07-01T09:08:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac7640f463ef1904e1daf12709983f11243b7c3d",
"body": "UI\n- Card view reworked to dynamic, uncapped pages/fields (vertically\n scrollable); switched to a locking view model for safe population.\n- Converted T-Money and Calypso (Navigo/Opus/RavKav) from the old widget\n UI to the card view; restored card fields that earlier conversions had\n dropped acros\n[…]\nle mapping, and dangling pollers.\n- Raise the app main-thread stack to 4 KB so heavy saved-file parsing does\n not overflow it.\n- Plug RECORD_STORAGE / FuriString / FlipperFormat leaks across parsers.",
"is_bot": false,
"headline": "v2-beta.3: dynamic card-view UI, parser conversions, reading-bug fixes",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2026-06-18T15:55:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0e4478802f1923dd2f2a7513dfd337cf0956f635",
"body": "Add LSB-first 15-bit DMY date decoder for all card date fields:\nBlock 8 (card start/expiry), Block 12 (price), Block 13 (title),\nBlock 57 (sale history), Block 61 (charge history with time).\n\nTrip history now shows time-of-day, gate direction, and zone.\nBroader history entry detection replaces 4 hardcoded header patterns.\nRemove bogus region patterns and dead code.",
"is_bot": false,
"headline": "Rewrite RENFE Regular parser with proper date/time decoding",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2026-03-25T22:50:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19e0add2a82ba812c57518dc23b7089119537da3",
"body": null,
"is_bot": false,
"headline": "Stop NFC poller before showing Suica widget to prevent UI freeze",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2026-03-23T21:38:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "add3e20b332470f9c396a54ff65ebc90a6ae13e9",
"body": null,
"is_bot": false,
"headline": "Reduce RAM: compact keys.c, move desfire table to asset file",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2026-03-23T18:11:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4daa00a11d98d56aaaadfbbf650976768549e496",
"body": null,
"is_bot": false,
"headline": "Fix Suica UI freeze, remove dead allocations, improve error message",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2026-03-23T17:57:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc1b2640efd8eb589016e40b831908402fcb8694",
"body": null,
"is_bot": false,
"headline": "Clean up changelog for v2",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2026-03-23T17:33:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef4b4ed108b21c3207f2be58d37be18dd93c421c",
"body": null,
"is_bot": false,
"headline": "Rename to Metroflip V2",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2026-03-23T17:25:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c892efa1885e6a771828f7f98f00f31668aef146",
"body": "…mation",
"is_bot": false,
"headline": "v1.1-beta.2: Fix Suica crash, Navigo AID selection, unknown scene ani…",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2026-03-23T17:22:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20f157274adb344f2814abf1fa038809b1ed568f",
"body": null,
"is_bot": false,
"headline": "Show actionable error when plugin fails to load",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2026-03-22T19:31:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac61aec58f7568b96c51488a62ad3c060381f4e3",
"body": null,
"is_bot": false,
"headline": "Restore DolphinScan waves and MAX_PAGES 16",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2026-03-22T19:20:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f092016e3acd93c5ef97d49a001883a2a2fc2582",
"body": "…olphinScan frames",
"is_bot": false,
"headline": "Reduce memory usage: shrink card view model, lazy scan view, remove D…",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2026-03-22T19:12:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c75cf5fda6a55a0878e35c7aa2b587a825425d0",
"body": null,
"is_bot": false,
"headline": "Edit changelog",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2026-03-22T18:24:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "049da8bc5048e415b52d9fa1c5b3e2f8534137e3",
"body": "…emory fixes\n\n- New canvas-based main menu with animated per-item icons\n- Card view system: multi-page scrollable display with auto line-split\n- Scan animation with progressive dolphin NFC waves\n- 17 plugins migrated to card view (all except Suica/Calypso)\n- 13 static icons + 39 animation frames + 3\n[…]\neaks\n- Replaced FuriTimer with view_dispatcher tick (fixes usagefault on exit)\n- Fixed API table overflow (trimmed from 242 to 200 entries)\n- OV-Chipkaart removed from menu (still loadable from saved)",
"is_bot": false,
"headline": "v1.1-beta.1: UI overhaul with card view system, animated icons, and m…",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2026-03-22T18:18:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "77886dd71486f1f8db6260353169053a56b99c75",
"body": "- Replace VLAs with fixed-size buffers in calypso plugin (stack overflow fix)\n- Fix memory leaks in navigo station lookup (strdup failure paths)\n- Add NULL checks for malloc cascades in intercode, opus, ravkav\n- Reduce get_token() static buffer from 512 to 64 bytes\n- Add NULL guards in calypso_util \n[…]\nsoContext allocation\n- NULL poller after free in calypso_on_exit\n- Update credits with all missing parsers\n- Update supported cards tables in README and app/README\n- Bump version to 1.1 in about scene",
"is_bot": false,
"headline": "v1.1: Memory safety overhaul, credits update, and changelog",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2026-03-19T22:25:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5bd838f5726ca5a290b7b4d261b787974d359b68",
"body": null,
"is_bot": false,
"headline": "Fix suica struct access, tmobilitat crash, and card number formatting",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2026-03-19T22:25:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6bcddb1843c9cafcdc1660c577d02f9528e2770",
"body": "Fix memory leaks and improve heap safety in NFC plugins",
"is_bot": false,
"headline": "Merge pull request #1 from FatherDivine/memory-leak-fixes",
"author_name": "baalpeteor2",
"author_login": "baalpeteor2",
"committed_at": "2026-01-30T02:55:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e853a8a58f44c02ab91da98c6990fc6a65825c3c",
"body": null,
"is_bot": false,
"headline": "Fix memory leaks and improve heap safety in NFC plugins",
"author_name": "Father Divine",
"author_login": null,
"committed_at": "2026-01-30T02:45:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cabab8529b8dec6e02a2d9a74644f75436e36f9a",
"body": null,
"is_bot": false,
"headline": "Update commit SHA in manifest.yml",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-12-10T18:18:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3548f18ae0dfd41fe592561c31e26a6c29154aa2",
"body": null,
"is_bot": false,
"headline": "Merge pull request #88 from ry4000/dev",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-12-01T16:08:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b678f7bdb113a1618ec2376e445807408fe10b97",
"body": null,
"is_bot": false,
"headline": "R&Y: Updated `IST` AIDs in `desfire.c`",
"author_name": "ry4000",
"author_login": "ry4000",
"committed_at": "2025-12-01T11:17:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cab4aac95983e555dbbc9964a8869d2ae96a8b4d",
"body": "Removed `(` and `)` that indicates the card's respective IATA code; this was done to shorten the character count of some lengthy card names.",
"is_bot": false,
"headline": "R&Y: `TransitCardInfo` in `desfire.c`",
"author_name": "ry4000",
"author_login": "ry4000",
"committed_at": "2025-12-01T09:15:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ab101d5a36ef014a10a827d10d2bab524357c15",
"body": "…cation",
"is_bot": false,
"headline": "Merge pull request #85 from ratatoskr-org/fix-octopus-card-decimal-lo…",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-11-20T09:20:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87715c73be11b3549805c957816003ccacabea04",
"body": null,
"is_bot": false,
"headline": "Merge pull request #86 from ratatoskr-org/fix-application-manifest",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-11-20T09:20:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14b573ae42bd65f4bdf19743b201b798235885db",
"body": null,
"is_bot": false,
"headline": "Fix compilation issue caused by malformed application.fam",
"author_name": "五河 琴里",
"author_login": "rts-kotori",
"committed_at": "2025-11-17T13:34:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03cdf36515081810f7dae6ad21a8772ab460a494",
"body": null,
"is_bot": false,
"headline": "Fix Octopus Card display decimal location",
"author_name": "五河 琴里",
"author_login": "rts-kotori",
"committed_at": "2025-11-17T13:09:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da34317b4f2bedb0fa88a03db146f9ba8f3642f5",
"body": null,
"is_bot": false,
"headline": "Fix formatting for Intertic Parser entry in README",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-11-16T15:30:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abc95f374f9dd0708d3fb404bd0b977d02566342",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-11-16T15:30:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c01ff3a62b685f2a7f5cdd93ed0f402fa9d1806e",
"body": "Implement T-Money balance parsing",
"is_bot": false,
"headline": "Merge pull request #77 from justuswilhelm/t-money",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-11-16T15:12:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d32e89198ae57948768d9b59de8e2fd6ef18c104",
"body": null,
"is_bot": false,
"headline": "Update NFC protocol handling in metroflip_scene",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-11-16T15:09:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5153649759d88e5b3521ea00a8f460003547aa72",
"body": null,
"is_bot": false,
"headline": "Update verification keys and add two cities support",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-11-16T15:07:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c305b85a31f2524c9ff7767b9fc9609af67ba0f1",
"body": "Removed two_cities_verify and renfe_regular_verify functions, updated key values for troika_4k_key and renfe_suma10_1k_keys.",
"is_bot": false,
"headline": "Refactor key verification and remove unused functions",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-11-16T15:06:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "564f11fcc8371de7aaa4cfa484c0eee486406d54",
"body": null,
"is_bot": false,
"headline": "intertic parser improvements",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-11-09T15:12:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6798d4e2f19a1c044e6934f6f0c8655aee7848db",
"body": "Suica Parser: add 40+ Kansai region lines",
"is_bot": false,
"headline": "Merge pull request #83 from zinongli/suica_add_lines",
"author_name": "Lupin",
"author_login": "luu176",
"committed_at": "2025-11-08T22:57:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f03ca5648987c2314d85655c3e6f4cb29e4bd5e",
"body": null,
"is_bot": false,
"headline": "Merge branch 'dev' into suica_add_lines",
"author_name": "Zinong Li",
"author_login": "zinongli",
"committed_at": "2025-11-08T22:54:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6db3792cde219c6fa511bfe5f434aae0adf0efa",
"body": null,
"is_bot": false,
"headline": "fix auth context. works perfectly now.",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-11-08T22:52:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc1e76f1f765a718e56289547aa03dc7a7df329e",
"body": null,
"is_bot": false,
"headline": "loading works. poller cb has problem",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-11-08T22:00:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "720f58c259beb9ea11d81535c1cb21ace3fe3f49",
"body": null,
"is_bot": false,
"headline": "credits",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-11-08T18:33:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17e35d33b519862d6093b15cb7895adb1027cc08",
"body": null,
"is_bot": false,
"headline": "supported",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-11-08T18:32:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a61a66870597613d5f9cd9802f2d43f309b48f7",
"body": null,
"is_bot": false,
"headline": "trt parser",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-11-08T18:27:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97bc7d1c63dd58f0617666cf28f73efa8dfcadc5",
"body": null,
"is_bot": false,
"headline": "change about scene",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-11-08T16:58:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e11e7f6e413fc69f620e89dc89a331d98fc52d3e",
"body": null,
"is_bot": false,
"headline": "1.0",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-11-08T16:55:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c95ed68ea4018163ae00bb5a2edf3e8c1763f1d",
"body": null,
"is_bot": false,
"headline": "improving intertic parser",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-11-08T16:37:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e2c507d6d935eaa27f37a51091a51ca222c1ed1",
"body": null,
"is_bot": false,
"headline": "Star parser added",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-11-07T23:57:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "058e16a50eafd1fb1872bd1502b365b6f3ccfdb6",
"body": null,
"is_bot": false,
"headline": "T-Money prepration",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-11-07T21:28:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "076057461c0cf788ad7b7147f5b627bac59aa583",
"body": null,
"is_bot": false,
"headline": "t-mobilitat and ATR detection",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-11-02T17:04:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5d4087eaebccc31b31a57ad6ebcf5e7e93b513a",
"body": null,
"is_bot": false,
"headline": "Merge branch 'dev' into t-money",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-11-02T12:12:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "759d647d2c32a7a05b69f60a7f6e1fff4344c41c",
"body": null,
"is_bot": false,
"headline": "Merge pull request #82 from ry4000/dev",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-10-22T06:52:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84de782b182b5609da298ce8478d4cbd1496379a",
"body": null,
"is_bot": false,
"headline": "Merge pull request #81 from zinongli/suica_fix",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-10-22T06:50:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71c3d2fed79c14f49a318c1144aba4df2aab671c",
"body": "`cards[88]`",
"is_bot": false,
"headline": "R&Y: Updated `TransitCardInfo` in `desfire.c`",
"author_name": "ry4000",
"author_login": "ry4000",
"committed_at": "2025-10-22T05:20:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fc8f1dfe78a834a59c9f0171341d79f14d4795f",
"body": null,
"is_bot": false,
"headline": "R&Y: Added Missing ITSO AID to `desfire.c`",
"author_name": "ry4000",
"author_login": "ry4000",
"committed_at": "2025-10-22T05:19:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58a3c9e083ab5360ea33c4c0a0b8cc7583986134",
"body": "*via `hf mfdes bruteaid`*",
"is_bot": false,
"headline": "R&Y: Added Locked AIDs to `desfire.c`",
"author_name": "ry4000",
"author_login": "ry4000",
"committed_at": "2025-10-22T05:17:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2eb6b9819666782f7918dc9581a96eb218067b95",
"body": "For informational purposes only; the added AIDs only appear as a result of `hf mf bruteaid`.",
"is_bot": false,
"headline": "R&Y: Added locked AIDs to `desfire.c`",
"author_name": "ry4000",
"author_login": "ry4000",
"committed_at": "2025-10-15T22:56:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c87279a5b35169c23d801afe5280810ba2443b3",
"body": null,
"is_bot": false,
"headline": "two cities parse available",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-10-14T18:50:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9fffa14ae13f33b129930b75b48b04702ff7e04",
"body": null,
"is_bot": false,
"headline": "two cities parse available",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-10-14T18:49:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "433d82493426827f3992f9953be224f6874726ae",
"body": null,
"is_bot": false,
"headline": "JR West Supplement",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-12T23:23:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcfe4b224095ef4a1faa2de44559ec944118fae5",
"body": null,
"is_bot": false,
"headline": "Osaka Higashi JR West",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-12T22:44:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4380c1b9480aebbc5928454bb2f87e8c2c233d4d",
"body": null,
"is_bot": false,
"headline": "add Sagano + Kibi JR West",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-12T22:31:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1180fb3b400cee01459adabe0377e0002e90f41",
"body": null,
"is_bot": false,
"headline": "graphic tweaks",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-12T22:13:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a87d500994a9b5b0000668324a6b984742f3e99",
"body": null,
"is_bot": false,
"headline": "Taita JR Tokai",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-12T21:35:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89ee3e165fe8d6cf74cef7c923bacf8bd7ca1655",
"body": null,
"is_bot": false,
"headline": "Takayama JRTokai",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-12T21:28:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33b6f9c161b065dc2844308ec01d57ba124d187c",
"body": null,
"is_bot": false,
"headline": "three more JR Tokai",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-12T21:06:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52b87de2cef6065babd2cbe205e45cead6d03bdf",
"body": null,
"is_bot": false,
"headline": "one more Osaka Metro",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-12T20:03:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5797a945b653b41353d77c1eb398a66e069e399c",
"body": null,
"is_bot": false,
"headline": "Osaka Metro 5678, Complete now",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-12T18:50:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "452afaeb43ccebaa4ce3029af84d434e5003cb7d",
"body": null,
"is_bot": false,
"headline": "Ako line jr west",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-12T17:54:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83e464b0e006eec65333c0aed794702abac5424f",
"body": null,
"is_bot": false,
"headline": "add JR West Kosai Line",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-12T17:48:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22c8a055902f0e42b65fe6fde665490eb2ae4947",
"body": null,
"is_bot": false,
"headline": "add Kyoto and Hanwa, JR West",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-12T17:38:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c4011ec0672aeaf2192b062a9c572e2a5497886",
"body": null,
"is_bot": false,
"headline": "Kansai Main Central + West",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-12T17:05:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00d6297bd55f56ba40cac4586eb34e6807efe43c",
"body": null,
"is_bot": false,
"headline": "Hakubi + Kabe line JR West",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-12T16:27:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f900c5e85842d54b73031034c7a9d3c53b8bdfa",
"body": null,
"is_bot": false,
"headline": "Kure + Geibi line",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-12T15:56:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d537969f7effbd286c32a41afe1623c7a3a9eedc",
"body": null,
"is_bot": false,
"headline": "Osaka Loop",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-12T15:32:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c22e49801817e6aadfa8341cf3569f0f2be87f3d",
"body": null,
"is_bot": false,
"headline": "6 new segments of San'yo JRWest",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-12T15:08:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6a7bc1e87b4fdd271f8ea19ff91be1403e1b90f",
"body": null,
"is_bot": false,
"headline": "4 osaka metro, 2 JR West 'A'",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-12T13:39:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa6b6c0c74d0230de93304506845697bc1ff064e",
"body": null,
"is_bot": false,
"headline": "JR font done.",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-11T21:45:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2969dd19b6446249430850642471f577baf8f37a",
"body": null,
"is_bot": false,
"headline": "improved Rinkai R icon, add JR West",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-11T13:29:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21e91d59b809eafc540553ec5ce76a1d5d6e9a12",
"body": null,
"is_bot": false,
"headline": "add lines",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-11T12:08:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02e5d9585dc030d0d31c27a5557d63053ce954f0",
"body": null,
"is_bot": false,
"headline": "data base translation updates",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-09T13:16:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "755b14c7a0c5baf4f9f869be2bed77d0c7c6a3ff",
"body": null,
"is_bot": false,
"headline": "fix parse string print. add display on",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-08T22:11:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "332867483025f639844aee1cd87b4c9ec91d9d24",
"body": null,
"is_bot": false,
"headline": "Merge pull request #80 from zinongli/nol_serial",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-10-04T16:29:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c3d3b5186c982819b50bbc9afc25ea040847b58",
"body": null,
"is_bot": false,
"headline": "update parsed text",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-04T16:17:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce488b452b17acc1ec41701c31107da1cb39a285",
"body": null,
"is_bot": false,
"headline": "add nol parser",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-04T15:44:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42d0435497608410ad8572aaf039ba00b402a55c",
"body": null,
"is_bot": false,
"headline": "fix my fix",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-10-03T18:06:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2eae2c790fbf34414fffe31d2db5da052c1dab7",
"body": null,
"is_bot": false,
"headline": "remove mfc_data redundancy",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-10-03T18:02:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85fd46f4a5acedf09b88e8360ef24b1d817b3380",
"body": "FeliCa Updates: Support New OFW FeliCa API + Octopus Support",
"is_bot": false,
"headline": "Merge pull request #78 from zinongli/new_felica_poller_update",
"author_name": "Luu",
"author_login": "luu176",
"committed_at": "2025-10-03T17:44:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5337d563a5da1dabba035eabf32a456fe34d3c8",
"body": null,
"is_bot": false,
"headline": "beautify octopus text",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-03T15:21:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4acd464cebfc07e75a99f34671fafc80a7b79974",
"body": null,
"is_bot": false,
"headline": "backward compatibility done",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-03T15:19:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9006a26f1f309b95b8f429bdf937ae18effcda6f",
"body": null,
"is_bot": false,
"headline": "appearance updates",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-03T10:46:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bc567311dca4f62a78f8eb95ef9849e04dccf27",
"body": null,
"is_bot": false,
"headline": "Octopus currency change. Icon bug fix",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-02T12:48:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bb049a9691602b0c86cb1fd89f37c6e6b73e16f",
"body": null,
"is_bot": false,
"headline": "Update suica.c",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-02T10:38:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7996979a922da4c8d3dd7c0f1ac7e1c8ec5b0f2d",
"body": null,
"is_bot": false,
"headline": "update documents",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-02T09:28:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "892595d88515509866f1c1815c7b3882b0291f15",
"body": null,
"is_bot": false,
"headline": "proper parse button appear logic",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-02T09:21:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd430c5031d1a60493688e646495071e079bcc35",
"body": null,
"is_bot": false,
"headline": "fix Oct parsing and add Oct load",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-02T09:18:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9042659beccab6a922fe6e4f0ba5aa3846b14da",
"body": null,
"is_bot": false,
"headline": "beautify texts",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-02T08:55:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6efae697fa170264757f134b06173eaae71d1edb",
"body": null,
"is_bot": false,
"headline": "help with octopus",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-02T08:45:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "133ed93a217c24f8752002464af8146cec01aa88",
"body": null,
"is_bot": false,
"headline": "loose poller event requirement for the time being",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-02T08:20:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a1b30037d7317ed56971660ced1d1006c4391fd",
"body": null,
"is_bot": false,
"headline": "save done",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-01T22:07:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dff5a4f0f4520ba6ba2cc85cbf21892f14660f5",
"body": null,
"is_bot": false,
"headline": "load works. but seems to inhibit old files",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-01T22:03:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d0aa10c0c693bcfc72c297275178d4f77bc6c31",
"body": null,
"is_bot": false,
"headline": "reading. but beware \"PollerEventType\"",
"author_name": "zinongli",
"author_login": "zinongli",
"committed_at": "2025-10-01T20:17:53Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 146,
"latest_release_at": "2026-07-01T09:27:52Z",
"latest_release_tag": "v2.0",
"releases_from_tags": false,
"days_since_last_push": 21,
"active_weeks_last_year": 21,
"days_since_latest_release": 21,
"mean_days_between_releases": 48.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 20,
"stars": 191,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2024-11-26",
"count": 1
},
{
"date": "2024-12-16",
"count": 1
},
{
"date": "2024-12-28",
"count": 1
},
{
"date": "2024-12-29",
"count": 1
},
{
"date": "2025-01-08",
"count": 1
},
{
"date": "2025-01-19",
"count": 1
},
{
"date": "2025-01-26",
"count": 1
},
{
"date": "2025-03-02",
"count": 1
},
{
"date": "2025-03-28",
"count": 1
},
{
"date": "2025-05-14",
"count": 1
},
{
"date": "2025-06-25",
"count": 1
},
{
"date": "2025-07-12",
"count": 1
},
{
"date": "2025-09-28",
"count": 1
},
{
"date": "2025-10-04",
"count": 1
},
{
"date": "2025-11-17",
"count": 1
},
{
"date": "2026-01-04",
"count": 1
},
{
"date": "2026-01-24",
"count": 1
},
{
"date": "2026-06-02",
"count": 1
},
{
"date": "2026-06-12",
"count": 1
}
],
"complete": true,
"collected": 19,
"total_forks": 20
},
"star_history": null,
"open_issues_and_prs": 11
},
"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": 155080,
"source_files_sampled": 77,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 63,
"open_issues": 10,
"closed_ratio": 0.667,
"closed_issues": 20,
"closed_unmerged_prs": 2
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "luu176",
"commits": 300,
"avatar_url": "https://avatars.githubusercontent.com/u/112649910?v=4"
},
{
"type": "User",
"login": "zinongli",
"commits": 134,
"avatar_url": "https://avatars.githubusercontent.com/u/131403964?v=4"
},
{
"type": "User",
"login": "BocamoCM",
"commits": 67,
"avatar_url": "https://avatars.githubusercontent.com/u/190464669?v=4"
},
{
"type": "User",
"login": "DocSystem",
"commits": 63,
"avatar_url": "https://avatars.githubusercontent.com/u/42613513?v=4"
},
{
"type": "User",
"login": "ry4000",
"commits": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/154689120?v=4"
},
{
"type": "User",
"login": "rts-kotori",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/138137644?v=4"
},
{
"type": "User",
"login": "FatherDivine",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/150489354?v=4"
},
{
"type": "User",
"login": "justuswilhelm",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1641042?v=4"
},
{
"type": "User",
"login": "oToToT",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/8341564?v=4"
},
{
"type": "User",
"login": "baalpeteor2",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/119524103?v=4"
}
],
"contributors_sampled": 10,
"top_contributor_share": 0.497
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"build&push-beta.yml",
"build&push.yml",
"main.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": 2,
"reason": "1 out of 4 merged PRs checked by a CI test -- score normalized to 2",
"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 4/25 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 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": "4 commit(s) and 3 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": 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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "97bdbb9af28caf78856ac9333bb2576f1194dd52",
"ran_at": "2026-07-23T06:20:55Z",
"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-07-01T09:36:29Z",
"oldest_open_prs": [
{
"number": 79,
"created_at": "2025-10-02T10:44:26Z",
"last_comment_at": "2025-10-03T18:10:37Z",
"last_comment_author": "luu176"
}
],
"last_merged_pr_at": "2026-06-04T13:18:17Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 58,
"created_at": "2025-06-01T21:44:22Z",
"last_comment_at": "2025-07-30T20:55:38Z",
"last_comment_author": "zinongli"
},
{
"number": 70,
"created_at": "2025-08-04T16:21:19Z",
"last_comment_at": "2025-09-09T07:43:16Z",
"last_comment_author": "ry4000"
},
{
"number": 74,
"created_at": "2025-08-27T13:17:45Z",
"last_comment_at": "2026-01-24T17:55:32Z",
"last_comment_author": "baalpeteor2"
},
{
"number": 84,
"created_at": "2025-10-28T15:26:34Z",
"last_comment_at": "2025-10-30T10:29:01Z",
"last_comment_author": "ry4000"
},
{
"number": 87,
"created_at": "2025-11-30T08:10:26Z",
"last_comment_at": "2025-12-07T15:49:02Z",
"last_comment_author": "JasonHK"
},
{
"number": 90,
"created_at": "2026-03-23T17:42:08Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 91,
"created_at": "2026-04-09T06:39:03Z",
"last_comment_at": "2026-04-09T08:58:19Z",
"last_comment_author": "luu176"
},
{
"number": 92,
"created_at": "2026-04-24T04:15:17Z",
"last_comment_at": "2026-04-30T10:39:53Z",
"last_comment_author": "luu176"
},
{
"number": 93,
"created_at": "2026-05-06T01:05:44Z",
"last_comment_at": "2026-07-05T04:26:22Z",
"last_comment_author": "luu176"
},
{
"number": 96,
"created_at": "2026-07-15T05:03:20Z",
"last_comment_at": "2026-07-15T05:20:56Z",
"last_comment_author": "ry4000"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/luu176/Metroflip",
"host": "github.com",
"name": "Metroflip",
"owner": "luu176"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"security": 35,
"vitality": 73,
"community": 51,
"governance": 60,
"engineering": 43
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 73,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"commits_last_year": 146,
"human_commit_share": 1,
"days_since_last_push": 21,
"active_weeks_last_year": 21
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 21 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 21
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "21/52 weeks with commits",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 21
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "146 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 146
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 3 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": null,
"notes": [],
"value": 83,
"inputs": {
"releases_count": 12,
"latest_release_tag": "v2.0",
"releases_from_tags": false,
"days_since_latest_release": 21,
"mean_days_between_releases": 48.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 21 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 21
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~48.2 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 48.2
}
}
],
"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": 21,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 21 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 21
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 51,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"forks": 20,
"stars": 191,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "191 stars",
"points": 37,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 191
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "20 forks",
"points": 10.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 20
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"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 (GPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "GPL-3.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 10,
"top_contributor_share": 0.497
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 50% of commits",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 50
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "10 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 10
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"merged_prs": 63,
"open_issues": 10,
"closed_issues": 20,
"issue_closed_ratio": 0.667,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "67% of issues closed",
"points": 31.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 67
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "63/65 decided PRs merged",
"points": 37.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 63,
"decided": 65
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/25 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": 51,
"inputs": {
"followers": 63,
"owner_type": "User",
"is_verified": null,
"owner_login": "luu176",
"public_repos": 24,
"account_age_days": 1420
},
"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": "63 followers of luu176",
"points": 13,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 63,
"login": "luu176"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "24 public repos, account ~3 yr old",
"points": 18,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 24
}
},
{
"code": "account_age_years",
"params": {
"years": 3
}
}
],
"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": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 28,
"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": "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": 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": "1 out of 4 merged PRs checked by a CI test -- score normalized to 2",
"points": 4,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"flipperzero",
"metro",
"nfc",
"metroflip"
],
"has_wiki": false,
"homepage": "https://lab.flipper.net/apps/metroflip",
"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": "https://lab.flipper.net/apps/metroflip",
"points": 15,
"status": "met",
"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": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "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): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"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": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 4 merged PRs checked by a CI test -- score normalized to 2",
"points": 0.5,
"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 4/25 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no 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 3 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": "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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 10
},
"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": 26,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.18,
"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": "18 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 9.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 18,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "C",
"largest_source_bytes": 155080,
"source_files_sampled": 77,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/77 source files over 60KB",
"points": 53.6,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 77,
"oversized": 2
}
}
],
"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-23T06:21:08.993374Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/l/luu176/Metroflip.svg",
"full_name": "luu176/Metroflip",
"license_state": "standard",
"license_spdx": "GPL-3.0"
}