Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 4747,
"has_wiki": true,
"homepage": "https://www.hyphanet.org/",
"languages": {
"CSS": 951,
"HTML": 1182,
"Java": 800932,
"Shell": 7358
},
"pushed_at": "2026-05-01T15:00:57Z",
"created_at": "2009-04-25T13:30:05Z",
"owner_type": "Organization",
"updated_at": "2026-05-01T15:01:02Z",
"description": "Freemail plugin",
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-2.0",
"default_branch": "master",
"license_spdx_raw": "GPL-2.0",
"primary_language": "Java",
"significant_languages": [
"Java"
]
},
"owner": {
"blog": "https://www.hyphanet.org",
"name": "Hyphanet",
"type": "Organization",
"login": "hyphanet",
"company": null,
"location": null,
"followers": 155,
"avatar_url": "https://avatars.githubusercontent.com/u/123650150?v=4",
"created_at": "2023-01-26T14:44:52Z",
"is_verified": null,
"public_repos": 97,
"account_age_days": 1272
},
"license": {
"state": "standard",
"spdx_id": "GPL-2.0",
"raw_spdx": "GPL-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.2.9",
"kind": "patch",
"published_at": "2025-06-29T08:10:50Z"
},
{
"tag": "v0.2.8",
"kind": "patch",
"published_at": "2024-12-15T15:10:55Z"
},
{
"tag": "v0.2.7",
"kind": "patch",
"published_at": "2015-08-16T18:35:40Z"
},
{
"tag": "v0.2.6",
"kind": "patch",
"published_at": "2014-06-14T19:10:21Z"
},
{
"tag": "v0.2.5",
"kind": "patch",
"published_at": "2014-03-29T15:10:55Z"
},
{
"tag": "v0.2.4",
"kind": "patch",
"published_at": "2013-08-23T17:27:05Z"
},
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2013-07-02T11:16:59Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2012-07-13T19:42:56Z"
},
{
"tag": "v0.2.2-rc1",
"kind": "prerelease",
"published_at": "2012-07-10T21:29:15Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2012-06-21T17:27:55Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2012-04-30T16:12:06Z"
}
],
"recent_commits": [
{
"oid": "8bc69aaa8232caad28024cc5e1b61278028b5ff7",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'Bombe/fix/base32-encoder'",
"author_name": "Arne Babenhauserheide",
"author_login": "ArneBab",
"committed_at": "2026-05-01T15:00:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71df4591ed1019db1d11c06415eca35f6166ae93",
"body": "There were several problems with the Base32 encoder and decoder:\n\n* It did not add padding, which is not RFC-compliant (unless referred to from\n another document allowing it).\n* The decoder did not correctly ignore padding and/or non-alphabet characters,\n returning erroneous data.\n\nNow, the first \n[…]\ntters as well.\n\nThe Base32 class has also been moved out of its original package, because it\nhas nothing in common with the original implementation anymore and can simply\nlive in our own packages now.",
"is_bot": false,
"headline": "🐛 Replace broken Base32 encoder",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2026-04-30T18:56:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f0d5fbced1e1620c50cc63c7b152948a4adfa540",
"body": "Fix Settings Page (missing resources)",
"is_bot": false,
"headline": "Merge pull request #53 from Bombe/fix/settings-page",
"author_name": "Arne Babenhauserheide",
"author_login": "ArneBab",
"committed_at": "2026-01-20T16:31:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39838bb050e4c4750aef7cc9efb6f157d62783fc",
"body": null,
"is_bot": false,
"headline": "🐛 Use correct prefix for templates",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2025-08-21T19:34:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0b74b287273c25374d63f6c36bc3cdfd8c7ed06",
"body": null,
"is_bot": false,
"headline": "Update version for release",
"author_name": "Arne Babenhauserheide (freenet releases)",
"author_login": "ArneBab",
"committed_at": "2025-06-29T08:10:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c966335e41b83dbc102738089d0f10e73f6ad90",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'Bombe/feature/allow-links-to-new-message'",
"author_name": "Arne Babenhauserheide",
"author_login": "ArneBab",
"committed_at": "2025-06-25T20:50:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51d2ccff5d50cff3ced6909c9f3790bff0659193",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'Bombe/feature/use-gradle'",
"author_name": "Arne Babenhauserheide",
"author_login": "ArneBab",
"committed_at": "2025-06-25T20:43:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07cb224247f58a046a5715925db0857010b75bb9",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'ArneBab/master'",
"author_name": "Arne Babenhauserheide",
"author_login": "ArneBab",
"committed_at": "2025-06-25T20:42:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9b64b66ce21336e04dbcad55a76f1b497be4d0f",
"body": null,
"is_bot": false,
"headline": "✅ Add tests for all other pages",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2025-06-15T16:04:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d7808eaaac8fd2161865ab4307018c18890bb18",
"body": "…filter",
"is_bot": false,
"headline": "✨ Allow links to the new-message page to pass through Fred’s content …",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2025-06-15T16:04:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "934b3b879e0910e8ae6a25d6e6122445196c0d12",
"body": null,
"is_bot": false,
"headline": "✨ Allow web pages to declare themselves excepted from the filter",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2025-06-15T12:40:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9efeedcd5b07452cfa28dc1f98ba1f9b907ce33",
"body": "…with simpler instructions for Gradle.",
"is_bot": false,
"headline": "📝 Replace complicated instructions for ant",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2025-06-15T12:37:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21e49a8da7960709d906f0d4f9ee289344bbefce",
"body": null,
"is_bot": false,
"headline": "🔥 Remove ant build file",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2025-06-15T12:37:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "314c6c589c2c4ef92947c9447b7e950114297034",
"body": "Always run the extensive tests, a test run here finishes in 9 seconds.",
"is_bot": false,
"headline": "🔥 Remove extensive/verbose test parameters",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2025-06-15T12:37:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c8f5ee1f039f13e7be816a7c09dd43eb839505c",
"body": "And move files to the correct locations.",
"is_bot": false,
"headline": "👷 Add Gradle build system",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2025-06-15T12:37:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52c5c42fbf6aca7a7d249775042bca61a5452ec6",
"body": null,
"is_bot": false,
"headline": "update Version to 0.2.8",
"author_name": "Arne Babenhauserheide (freenet releases)",
"author_login": "ArneBab",
"committed_at": "2024-12-15T15:10:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16be27e5a50d8317d51bced966fd9925b0d7e06a",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:hyphanet/plugin-Freemail",
"author_name": "Arne Babenhauserheide (freenet releases)",
"author_login": "ArneBab",
"committed_at": "2024-12-15T11:19:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edfc6de3b51aed7a22720aee60a1b2a2923a6210",
"body": "…Freemail",
"is_bot": false,
"headline": "Merge branch 'feature/revive-next-branch' of github.com:Bombe/plugin-…",
"author_name": "Arne Babenhauserheide (freenet releases)",
"author_login": "ArneBab",
"committed_at": "2024-12-15T11:19:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c2d1b23a2cfecc7881c7711055cfbcdf4b14df6",
"body": null,
"is_bot": false,
"headline": "remove legacy link and clear up where to remove a line",
"author_name": "Arne Babenhauserheide",
"author_login": "ArneBab",
"committed_at": "2024-12-15T00:55:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0456b20dc5c28aa807798ca7ef58d0b89a407f66",
"body": null,
"is_bot": false,
"headline": "Merge branch 'update-required-java-to-1.7' into fix-merge-for-java-8",
"author_name": "Arne Babenhauserheide",
"author_login": "ArneBab",
"committed_at": "2024-12-15T00:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1ea9ff13df6501b0937e65933ff5d081acdaf88",
"body": "…erge-for-java-8",
"is_bot": false,
"headline": "Merge remote-tracking branch 'Bombe/feature/settings-page' into fix-m…",
"author_name": "Arne Babenhauserheide",
"author_login": "ArneBab",
"committed_at": "2024-12-15T00:36:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c382391d0a09ba87f9ac8951eb881558e94c933",
"body": null,
"is_bot": false,
"headline": "✨ Use Pebble instead of hand-rolled templates",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2024-03-02T11:43:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c4079718e0b892875989d677cfc8350c080515c",
"body": null,
"is_bot": false,
"headline": "🎨 Expand star import",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2024-03-02T11:43:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "831f4a9331cc8963109b27925ff43e29f9dc3c92",
"body": "We do not want to encourage people to run the node as root/admin user.",
"is_bot": false,
"headline": "🔒️ Only allow port numbers >= 1024",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2024-03-02T11:43:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32c3780f4575d806e114e4aca341ad2f7c857c17",
"body": null,
"is_bot": false,
"headline": "💚 Build for Java 8",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2024-03-01T10:41:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8dc03b1cb20a399faa46502f67dabf339a27910",
"body": null,
"is_bot": false,
"headline": "📝 Fix comments in properties file",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2024-03-01T10:33:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c63859c30ad1e1d23d2171e4fca2516a16f6c474",
"body": null,
"is_bot": false,
"headline": "Increase Version to 31 / 0.2.7.6",
"author_name": "Arne Babenhauserheide",
"author_login": "ArneBab",
"committed_at": "2023-10-14T21:24:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a75345c6264f7241442f6abfffabfce18f796f64",
"body": null,
"is_bot": false,
"headline": "Fix merge for Java 8",
"author_name": "Arne Babenhauserheide",
"author_login": "ArneBab",
"committed_at": "2023-10-14T19:42:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55ba624ae7c623afb2041fbb7139b13e8b0e1cf8",
"body": "This fixed https://freenet.mantishub.io/view.php?id=7189.",
"is_bot": false,
"headline": "🐛 Use UTF-8 if not charset is specific in Content-Type",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2023-10-14T19:42:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "beac0e1d9bae3a44dea9133dd3a2f2fddc9a9573",
"body": "The following refactorings were applied:\n\n* Use JUnit TemporaryFolder to let JUnit create temp files for us.\n* Extracted method for creating the mail file from a number of lines.\n* Extracted method for parsed said mail file and getting a BufferedReader for it.\n* Used hamcrest matchers for all asserts.",
"is_bot": false,
"headline": "♻️ Refactor message body decoding test",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2023-10-14T19:41:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "419f4e4d493512a53e6aa750a922191cbf304dcc",
"body": "(cherry picked from commit 4a0cd15431e15c9e8d92da30acf1e78a9f900180)",
"is_bot": false,
"headline": "Fix merge for Java 8",
"author_name": "Arne Babenhauserheide",
"author_login": "ArneBab",
"committed_at": "2023-10-14T18:50:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ec2967d694859a0d087218a39b50291230f7bd8",
"body": null,
"is_bot": false,
"headline": "Require java 8",
"author_name": "Arne Babenhauserheide",
"author_login": "ArneBab",
"committed_at": "2023-10-14T17:48:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07b079061dce7124a5ac554a7149bc847e1c2186",
"body": null,
"is_bot": false,
"headline": "Require Java 7",
"author_name": "Arne Babenhauserheide",
"author_login": "ArneBab",
"committed_at": "2023-10-14T17:33:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d959a7e57392d678f209081295b9492af9b3ba5",
"body": null,
"is_bot": false,
"headline": "Increase source and target version to 1.8",
"author_name": "Arne Babenhauserheide",
"author_login": "ArneBab",
"committed_at": "2023-10-14T14:14:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38beae42c1e50f9ab6c2530fb8aee7c7a6449a76",
"body": "Revive “next” Branch",
"is_bot": false,
"headline": "Merge pull request #43 from Bombe/feature/revive-next-branch",
"author_name": "Arne Babenhauserheide",
"author_login": "ArneBab",
"committed_at": "2023-10-14T14:09:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67606cb08f5b49d11b3dc0c2492b0154040c029d",
"body": null,
"is_bot": false,
"headline": "commit translations updated from transifex 2023-01-06",
"author_name": "Arne Babenhauserheide (freenet releases)",
"author_login": "ArneBab",
"committed_at": "2023-09-11T21:11:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e31435f4da1c2569999fdeb05e8234e3b6dfbf0",
"body": null,
"is_bot": false,
"headline": "♻️ Move settings creation into its own method",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2023-06-12T18:00:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32f544be422e5417b62992e06b69994915efdd8d",
"body": null,
"is_bot": false,
"headline": "🎨 Use the MIME type parsing code from Freenet.",
"author_name": "Matthew Toseland",
"author_login": "toad",
"committed_at": "2023-06-11T20:42:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17983b36db83360493b1817a87fc1288967d9d6c",
"body": null,
"is_bot": false,
"headline": "🔀 Merge current master into this quite old next",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2023-06-11T20:36:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fe5f431fe19fc27325d8e58b5febea88cbe5592",
"body": "…es in RAM by using BucketChainBucket. (People shouldn't send huge files as freemails but it's possible?)\"\n\nThis reverts commit 937df72a29f6c01536784595ce9ca0de736ee397.",
"is_bot": false,
"headline": "⏪️ Revert \"Eliminate copying and keeping potentially unbounded messag…",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2023-06-11T20:29:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f5dd3be11e95b53edac8f13e4d73908cbe98d2a",
"body": "This reverts commit a33745a62338685ba9bf0fa7571d68b8839a2151.",
"is_bot": false,
"headline": "⏪️ Revert \"This is cleaner, and performance hit is irrelevant here.\"",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2023-06-11T20:27:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c15a488c505f48b0b8e1fb542989bfc91a912e8",
"body": "This reverts commit 4d1e984d9bdbc91a9e7bb075bd5e3fcd71c7065a.",
"is_bot": false,
"headline": "⏪️ Revert \"Stricter regex for FreenetURI's (passes tests).\"",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2023-06-11T20:24:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f28b0487cccbf218d8bfec7747d3431688cc34d",
"body": "This reverts commit 9d6efff38a805aa4ef8c65dbca58e7f920e37de3.",
"is_bot": false,
"headline": "⏪️ Revert \"Global SecureRandom.\"",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2023-06-11T20:19:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdba0dba5e2b80625d86ef7873d7742f24702a65",
"body": "This reverts commit 7ddf76021f3c12885e5f9c26b3f2b195aead2aef.",
"is_bot": false,
"headline": "⏪️ Revert \"Use the global SecureRandom. Avoids significant latency.\"",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2023-06-11T20:17:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11d1e028998c9aae9235b162b4761bb18b46166c",
"body": "This reverts commit 7dc943b80918a24a6a5d105c249ac31540bea351.",
"is_bot": false,
"headline": "⏪️ Revert \"Use SecureRandom for generating the RTS KSK too.\"",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2023-06-11T20:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13cda949c3172ef95dfddcaaba85e7de80a1bbf9",
"body": "This reverts commit 7fcee28fd3ecbdf9f0fc9df26a8b81ab220c6407.",
"is_bot": false,
"headline": "⏪️ Revert \"Use the MIME type parsing code from Freenet.\"",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2023-06-11T19:54:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "663da1e7944b00f61a29be29c65b1526141bcdab",
"body": null,
"is_bot": false,
"headline": "update version to 0.2.7.5 build 30",
"author_name": "Arne Babenhauserheide (freenet releases)",
"author_login": "ArneBab",
"committed_at": "2020-08-20T23:27:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "556a17c20fdde9c53eaec788dd65c4e45c18142e",
"body": null,
"is_bot": false,
"headline": "Merge branch 'iss6490' of https://github.com/redwerk/plugin-Freemail",
"author_name": "Arne Babenhauserheide (freenet releases)",
"author_login": "ArneBab",
"committed_at": "2020-08-20T23:16:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7246fcc2600089212ad7d33228d66db73cc5424d",
"body": "(cherry picked from commit effa101e6e7dde84adaab8ef540ade494d9d4830)",
"is_bot": false,
"headline": "add transifex translations",
"author_name": "Arne Babenhauserheide (freenet releases)",
"author_login": "ArneBab",
"committed_at": "2020-08-20T23:15:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "593af3f440cd1c8a4d2a2ab1bc299b44cb33ebea",
"body": null,
"is_bot": false,
"headline": "Brackets",
"author_name": "Oleh Shklyar",
"author_login": "Olezha",
"committed_at": "2020-06-28T15:05:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ac6b937b2116bd9dda0690ebc4788d18c3614cf",
"body": null,
"is_bot": false,
"headline": "fixes requested correctives",
"author_name": "Oleh Shklyar",
"author_login": "Olezha",
"committed_at": "2019-05-30T17:09:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87220c34bcab16e355524161ec7210d3f9953057",
"body": null,
"is_bot": false,
"headline": "Code was improved after code review",
"author_name": "devalexk",
"author_login": null,
"committed_at": "2019-05-30T14:46:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1067c3c54165c7676d1fae672044e985897fc0af",
"body": null,
"is_bot": false,
"headline": "Settings page was fixed",
"author_name": "devalexk",
"author_login": null,
"committed_at": "2019-05-10T11:00:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64f1ed992be8d3e49cb671151eb346296e605510",
"body": null,
"is_bot": false,
"headline": "Validating information",
"author_name": "devalexk",
"author_login": null,
"committed_at": "2019-04-02T14:11:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "563524282dbd1d81102ad609faa624ebf72471ff",
"body": null,
"is_bot": false,
"headline": "remove unused code, clean",
"author_name": "Oleh Shklyar",
"author_login": "Olezha",
"committed_at": "2019-03-20T17:15:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fbd41afb52247b0b4562ca94ccb874ab3f5c995",
"body": null,
"is_bot": false,
"headline": "get all Identities through GetIdentities FCP API",
"author_name": "Oleh Shklyar",
"author_login": "Olezha",
"committed_at": "2019-03-20T17:03:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73540f5faff4533de0aeee3750a3c6988ffb1878",
"body": null,
"is_bot": false,
"headline": "clean and l10n replacement in template",
"author_name": "Oleh Shklyar",
"author_login": "Olezha",
"committed_at": "2019-03-19T17:15:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4bc71f58f654885306a3b8bbc89b5621a976f3f",
"body": null,
"is_bot": false,
"headline": "add form",
"author_name": "Oleh Shklyar",
"author_login": "Olezha",
"committed_at": "2019-03-19T15:05:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c37120455c11cc52eb149f6d2deac475493ee0e",
"body": null,
"is_bot": false,
"headline": "change Java level to 7",
"author_name": "Oleh Shklyar",
"author_login": "Olezha",
"committed_at": "2019-03-19T13:17:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bba5be157637a1463627888fd2ffa217a9eb1e1",
"body": null,
"is_bot": false,
"headline": "add empty Settings page",
"author_name": "Oleh Shklyar",
"author_login": "Olezha",
"committed_at": "2019-03-19T11:33:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e879d7792bb3fbc81f3d2148cf5646f267d41d4d",
"body": null,
"is_bot": false,
"headline": "v0.2.7.4 build 29",
"author_name": "Arne Babenhauserheide (freenet releases)",
"author_login": "ArneBab",
"committed_at": "2019-03-14T18:48:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c311b67f81d5e3c7d73bdbe02ba659358c350336",
"body": null,
"is_bot": false,
"headline": "Merge branch 'redwerk-master'",
"author_name": "Arne Babenhauserheide (freenet releases)",
"author_login": "ArneBab",
"committed_at": "2019-03-14T18:22:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e77bc9c4a6abd5477102de4fc74c80ec494fdd4",
"body": "…nto redwerk-master",
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/redwerk/plugin-Freemail i…",
"author_name": "Arne Babenhauserheide (freenet releases)",
"author_login": "ArneBab",
"committed_at": "2019-03-14T18:21:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "248931b72080eac67903f9c453bb4fb7989ec4b9",
"body": null,
"is_bot": false,
"headline": "Merge branch 'redwerk-iss6630'",
"author_name": "Arne Babenhauserheide (freenet releases)",
"author_login": "ArneBab",
"committed_at": "2019-03-14T18:20:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1ea499a2cd32b96e5d72fd1d9b6bc56de52fbbb",
"body": "added a couple of lines to l10n-en and a little wary about the situation when there are no such lines in other localizations",
"is_bot": false,
"headline": "added separate info about no WoT identities at all",
"author_name": "Oleh Shklyar",
"author_login": "Olezha",
"committed_at": "2019-03-04T11:47:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "447c464a715dcf13341f4490e8d340fc37efacbc",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:redwerk/plugin-Freemail",
"author_name": "Oleh Shklyar",
"author_login": "Olezha",
"committed_at": "2019-03-04T10:58:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ea4409b69c51ab8d098db57c975d5786665e721",
"body": null,
"is_bot": false,
"headline": "ChangeLog about missing IDs in WoT",
"author_name": "Oleh Shklyar",
"author_login": "Olezha",
"committed_at": "2019-03-04T10:57:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e7162bdf171d10291a83562fe9f01c6bd741ad5",
"body": null,
"is_bot": false,
"headline": "returned a comment, it is still needed",
"author_name": "Oleh Shklyar",
"author_login": "Olezha",
"committed_at": "2019-03-02T17:23:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a07a1b7485a3dcec9ebb939f5abfeebe9966981",
"body": "…IDs in Wot",
"is_bot": false,
"headline": "fix situation when we have in sending message both known and unknown …",
"author_name": "Oleh Shklyar",
"author_login": "Olezha",
"committed_at": "2019-03-01T16:01:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b11a1c18606993fa7fe7a159c4fb276601bad365",
"body": null,
"is_bot": false,
"headline": "also increase build number",
"author_name": "Arne Babenhauserheide (freenet releases)",
"author_login": "ArneBab",
"committed_at": "2017-11-03T20:01:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c473b978f4cb45cf963d8494a1f041a7ba6b2a9",
"body": null,
"is_bot": false,
"headline": "update version to 0.2.7.3",
"author_name": "Arne Babenhauserheide (freenet releases)",
"author_login": "ArneBab",
"committed_at": "2017-11-03T19:59:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1abacfdb4e9b683d9cebce63de6972bb7562ca2f",
"body": null,
"is_bot": false,
"headline": "l10n: pull de,fr,hu,it,nl,pl,ru from transifex",
"author_name": "Arne Babenhauserheide (freenet releases)",
"author_login": "ArneBab",
"committed_at": "2017-09-03T12:21:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27e0dbd222bdc9c894acead2d57ec1c961a24cf2",
"body": null,
"is_bot": false,
"headline": "merge v0.2.7.1",
"author_name": "drak@kaverne",
"author_login": null,
"committed_at": "2016-05-08T19:03:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "109b945ec7cba5d768e16616db7314b006aa05ac",
"body": null,
"is_bot": false,
"headline": "Version v0.2.7.1",
"author_name": "Steve Dougherty",
"author_login": "Thynix",
"committed_at": "2015-10-25T15:45:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38fadeba69b68e6586a30ba387dd6042e4a2af6e",
"body": null,
"is_bot": false,
"headline": "Add Croatian and Russian translations",
"author_name": "Steve Dougherty",
"author_login": "Thynix",
"committed_at": "2015-10-25T15:26:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d327d7c8ec5d916eb7a53097f6953af7c62e2c3f",
"body": null,
"is_bot": false,
"headline": "Update French translation",
"author_name": "Steve Dougherty",
"author_login": "Thynix",
"committed_at": "2015-10-25T15:24:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42024bea1b34348ec508ddd5799bd7fcdebcd49a",
"body": null,
"is_bot": false,
"headline": "Version v0.2.7.1",
"author_name": "Steve Dougherty",
"author_login": "Thynix",
"committed_at": "2015-08-16T19:46:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fe5d0e31a023538f957e9f3373b67332f7b02a8",
"body": null,
"is_bot": false,
"headline": "Version v0.2.7",
"author_name": "Steve Dougherty",
"author_login": "Thynix",
"committed_at": "2015-08-16T18:35:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd8ffbf414ec24381913d2f760aee54442619e2f",
"body": null,
"is_bot": false,
"headline": "Update translations",
"author_name": "Steve Dougherty",
"author_login": "Thynix",
"committed_at": "2015-08-16T17:11:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cc1d5b1c08f1f4507914494f2e224f69a349ef4",
"body": null,
"is_bot": false,
"headline": "Clarify when override.properties is necessary",
"author_name": "Steve Dougherty",
"author_login": "Thynix",
"committed_at": "2015-08-02T22:47:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e420ca745c144d22e2f51f2631ac357bae76eb0",
"body": "…lers'",
"is_bot": false,
"headline": "Merge remote-tracking branch 'bombe/feature/set-thread-names-for-hand…",
"author_name": "Steve Dougherty",
"author_login": "Thynix",
"committed_at": "2015-08-02T22:45:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec840cd5be5b333a0ac85777cb27054296b29380",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'arnebab/master'",
"author_name": "Steve Dougherty",
"author_login": "Thynix",
"committed_at": "2015-08-02T22:42:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f24585a234b354dd8233b745840e0d2534d0bb29",
"body": null,
"is_bot": false,
"headline": "Add Hamcrest to test classpath",
"author_name": "Steve Dougherty",
"author_login": "Thynix",
"committed_at": "2015-08-02T20:25:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "616b7ec4040d4a2ba0e633a68656ba77b56cedd1",
"body": null,
"is_bot": false,
"headline": "Set thread names for IMAP and SMTP handlers",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2015-07-21T04:39:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbe42192f20149bda09e90ea2de77af1cc512af5",
"body": null,
"is_bot": false,
"headline": "Update translations",
"author_name": "Steve Dougherty",
"author_login": "Thynix",
"committed_at": "2015-07-20T11:31:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f98e2f7456f3deec9ec1788384aad27a359e6a7",
"body": null,
"is_bot": false,
"headline": "Rename Norwegian localization to more specific dialect",
"author_name": "Steve Dougherty",
"author_login": "Thynix",
"committed_at": "2015-07-03T14:51:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e587873b2f5d35034892f3d0ff064f60f600f138",
"body": null,
"is_bot": false,
"headline": "inbox: distinguish new mail action: *New",
"author_name": "drak@kaverne",
"author_login": null,
"committed_at": "2015-05-13T20:04:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80255f355b22a11b96a708a9749a9429384f715e",
"body": null,
"is_bot": false,
"headline": "ui: Add New Message link on inbox page",
"author_name": "drak@kaverne",
"author_login": null,
"committed_at": "2015-05-12T20:34:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06dbbd927c9a54394ca9714436a9fea743a540d4",
"body": null,
"is_bot": false,
"headline": "readme: Add note about override.properties and remove short address",
"author_name": "drak@kaverne",
"author_login": null,
"committed_at": "2015-05-05T19:34:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10745ab56f8103b4f1d7058e6401d5dd2130604d",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'bombe/disconnect-when-idle'",
"author_name": "Steve Dougherty",
"author_login": "Thynix",
"committed_at": "2015-02-08T17:04:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab1b45e450e44003439d990410cc8b05aee313c0",
"body": "I have a couple of Freemail accounts, and Freemail over the time of days\nstarts collecting more and more threads, all hanging in the readLine()\nmethod in the IMAPHandler. Stepping through the code in a debugger\nshowed that the VM thought that all those sockets it was reading from\nwere still connecte\n[…]\nil client runs on) were in agreement that the\nactual number of connections was way smaller.\n\nNow an IMAP handler thread disconnects after a 30 minute timeout, and\nthe problem has not reappeared since.",
"is_bot": false,
"headline": "Automatically disconnect after 30 minutes",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2015-02-08T16:57:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "201492ecbe4ab563d28305ccf938c3a373c219ce",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'bombe/add-wot-link'",
"author_name": "Steve Dougherty",
"author_login": "Thynix",
"committed_at": "2015-01-20T02:10:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b5c6c7f10a4cd95025133b5e1deebe1bd1ec539",
"body": null,
"is_bot": false,
"headline": "Try setting a read timeout on the socket",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2015-01-12T05:17:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2c3a3d69639ab9f9e53965420067c49d600fa1a",
"body": null,
"is_bot": false,
"headline": "Rework sender cell generation",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2015-01-12T05:17:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18d77d4854d16e07c91ce2e3984d20fec88ef540",
"body": null,
"is_bot": false,
"headline": "Add method that returns the WoT identity of an email address",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2015-01-12T05:17:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75accab32dd94152090ac689b895507d843efbc5",
"body": null,
"is_bot": false,
"headline": "Add method that returns the address",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2015-01-12T05:17:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33c8cc553dbae18fc9bee23f386ae9913680326d",
"body": null,
"is_bot": false,
"headline": "Add methods to check for existence of a real name and expose it",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2015-01-12T05:17:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e46c6999f978cfb41927a91a32b82d9ba9b38aa",
"body": null,
"is_bot": false,
"headline": "Rename method to match any Java style guide",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2015-01-12T05:17:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "987ffac6553179826018dfddfccd5112128d3156",
"body": null,
"is_bot": false,
"headline": "Append link to web of trust for a sender identity",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2015-01-12T05:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b065a7f4ece76aa83ffa14c9b1836dbe26529d0d",
"body": null,
"is_bot": false,
"headline": "Use constants for flag names",
"author_name": "David ‘Bombe’ Roden",
"author_login": "Bombe",
"committed_at": "2015-01-12T05:17:43Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 4,
"latest_release_at": "2025-06-29T08:10:50Z",
"latest_release_tag": "v0.2.9",
"releases_from_tags": true,
"days_since_last_push": 81,
"active_weeks_last_year": 4,
"days_since_latest_release": 387,
"mean_days_between_releases": 528.4
},
"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": []
},
"popularity": {
"forks": 23,
"stars": 17,
"watchers": 12,
"fork_history": {
"days": [
{
"date": "2012-02-18",
"count": 1
},
{
"date": "2013-11-18",
"count": 1
},
{
"date": "2014-01-14",
"count": 1
},
{
"date": "2014-02-24",
"count": 1
},
{
"date": "2014-03-25",
"count": 1
},
{
"date": "2014-05-20",
"count": 1
},
{
"date": "2014-07-16",
"count": 1
},
{
"date": "2014-11-04",
"count": 1
},
{
"date": "2015-03-29",
"count": 1
},
{
"date": "2015-05-06",
"count": 1
},
{
"date": "2015-12-17",
"count": 1
},
{
"date": "2017-07-19",
"count": 1
},
{
"date": "2019-02-07",
"count": 1
},
{
"date": "2019-03-01",
"count": 1
},
{
"date": "2019-05-07",
"count": 1
},
{
"date": "2020-07-18",
"count": 1
},
{
"date": "2020-11-21",
"count": 1
},
{
"date": "2021-12-08",
"count": 1
},
{
"date": "2022-01-19",
"count": 1
},
{
"date": "2024-01-27",
"count": 1
},
{
"date": "2024-09-25",
"count": 1
},
{
"date": "2026-04-12",
"count": 1
},
{
"date": "2026-05-10",
"count": 1
}
],
"complete": true,
"collected": 23,
"total_forks": 23
},
"star_history": {
"days": [
{
"date": "2009-04-26",
"count": 1
},
{
"date": "2009-08-13",
"count": 1
},
{
"date": "2013-11-18",
"count": 1
},
{
"date": "2014-10-28",
"count": 1
},
{
"date": "2014-11-04",
"count": 1
},
{
"date": "2015-04-12",
"count": 1
},
{
"date": "2016-05-09",
"count": 1
},
{
"date": "2016-07-13",
"count": 1
},
{
"date": "2019-03-27",
"count": 1
},
{
"date": "2019-06-02",
"count": 1
},
{
"date": "2020-04-12",
"count": 1
},
{
"date": "2020-05-18",
"count": 1
},
{
"date": "2020-07-18",
"count": 1
},
{
"date": "2020-11-23",
"count": 1
},
{
"date": "2021-12-23",
"count": 1
},
{
"date": "2022-09-26",
"count": 1
},
{
"date": "2024-09-22",
"count": 1
}
],
"complete": true,
"collected": 17,
"total_stars": 17
},
"open_issues_and_prs": 2
},
"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": [
"build.gradle"
],
"largest_source_bytes": 48291,
"source_files_sampled": 158,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"build.gradle"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"maven"
],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 35,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 3,
"closed_unmerged_prs": 15
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "zidel",
"commits": 1553,
"avatar_url": "https://avatars.githubusercontent.com/u/113671?v=4"
},
{
"type": "User",
"login": "toad",
"commits": 71,
"avatar_url": "https://avatars.githubusercontent.com/u/77427?v=4"
},
{
"type": "User",
"login": "Bombe",
"commits": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/81599?v=4"
},
{
"type": "User",
"login": "ArneBab",
"commits": 30,
"avatar_url": "https://avatars.githubusercontent.com/u/96777?v=4"
},
{
"type": "User",
"login": "Thynix",
"commits": 28,
"avatar_url": "https://avatars.githubusercontent.com/u/199917?v=4"
},
{
"type": "User",
"login": "Olezha",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/7818007?v=4"
},
{
"type": "User",
"login": "nextgens",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/77500?v=4"
},
{
"type": "User",
"login": "xor-freenet",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/78502?v=4"
},
{
"type": "User",
"login": "j16sdiz",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/31935?v=4"
}
],
"contributors_sampled": 9,
"top_contributor_share": 0.884
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 9,
"reason": "binaries present in source code",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 7 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 4,
"reason": "Found 6/13 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "8bc69aaa8232caad28024cc5e1b61278028b5ff7",
"ran_at": "2026-07-22T00:09:55Z",
"aggregate_score": 3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 48,
"created_at": "2024-09-25T12:53:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 55,
"created_at": "2026-05-10T02:09:51Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-05-01T15:00:59Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/hyphanet/plugin-Freemail",
"host": "github.com",
"name": "plugin-Freemail",
"owner": "hyphanet"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"security": 31,
"vitality": 30,
"community": 43,
"governance": 56,
"engineering": 50
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 30,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"commits_last_year": 4,
"human_commit_share": 1,
"days_since_last_push": 81,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 81 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 81
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "4 commits in the last year",
"points": 6.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 4
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"releases_count": 11,
"latest_release_tag": "v0.2.9",
"releases_from_tags": true,
"days_since_latest_release": 387,
"mean_days_between_releases": 528.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 387 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 387
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~528.4 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 528.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 81,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 81 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 81
}
}
],
"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": 43,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"forks": 23,
"stars": 17,
"watchers": 12,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "17 stars",
"points": 19.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 17
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "23 forks",
"points": 11.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 23
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "12 watchers",
"points": 5.8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 12
}
}
],
"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-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "GPL-2.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": 56,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 9,
"top_contributor_share": 0.884
},
"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 88% of commits",
"points": 2.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 88
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "9 contributors",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 9
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"merged_prs": 35,
"open_issues": 0,
"closed_issues": 3,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 15
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "35/50 decided PRs merged",
"points": 26.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 35,
"decided": 50
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/13 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"followers": 155,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "hyphanet",
"public_repos": 97,
"account_age_days": 1272
},
"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": "155 followers of hyphanet",
"points": 15.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 155,
"login": "hyphanet"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "97 public repos, account ~3 yr old",
"points": 20,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 97
}
},
{
"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": "moderate",
"name": "Engineering Quality",
"value": 50,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 7 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://www.hyphanet.org/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://www.hyphanet.org/",
"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": 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": 31,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 31,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 7 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 6/13 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 6
},
"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": "at_risk",
"name": "AI Readiness",
"value": 43,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 5,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.1,
"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": "10 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 5.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 10,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 51,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"build.gradle"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "build.gradle (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "build.gradle"
}
}
],
"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": "Java (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Java"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Java",
"largest_source_bytes": 48291,
"source_files_sampled": 158,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Java (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Java"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/158 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 158,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-22T00:10:11.606327Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/h/hyphanet/plugin-Freemail.svg",
"full_name": "hyphanet/plugin-Freemail",
"license_state": "standard",
"license_spdx": "GPL-2.0"
}