Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 252,
"has_wiki": true,
"homepage": "https://componette.com/jkuchar/bigfiletools/",
"languages": {
"PHP": 22505,
"Shell": 647,
"Batchfile": 361
},
"pushed_at": "2020-01-18T05:20:48Z",
"created_at": "2013-02-24T11:34:27Z",
"owner_type": "User",
"updated_at": "2026-05-31T23:42:04Z",
"description": "Manipulate files over 2GB in PHP on all platforms with byte-precision without headache",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://www.jankuchar.cz",
"name": "Jan Kuchař",
"type": "User",
"login": "jkuchar",
"company": "Ivy Assistant, CampApp, GRIFART",
"location": "Czechia",
"followers": 64,
"avatar_url": "https://avatars.githubusercontent.com/u/133822?v=4",
"created_at": "2009-10-01T17:12:56Z",
"is_verified": null,
"public_repos": 58,
"account_age_days": 6141
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.1.3",
"kind": "patch",
"published_at": "2016-03-17T16:33:48Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2016-03-17T16:20:22Z"
},
{
"tag": "1.1.2",
"kind": "patch",
"published_at": "2016-02-01T21:44:33Z"
},
{
"tag": "2.0.0RC1",
"kind": "other",
"published_at": "2016-02-01T19:48:18Z"
},
{
"tag": "1.1.1",
"kind": "patch",
"published_at": "2016-02-01T21:54:55Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2016-02-01T21:55:11Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2016-02-01T21:55:25Z"
}
],
"recent_commits": [
{
"oid": "30c3aaa91d98d0c920fc69a0807014ff86023173",
"body": "Fix path encoding in CURL driver",
"is_bot": false,
"headline": "Merge pull request #22 from jkuchar/fix-21-path-encoding-in-CURL",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-04-27T17:19:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e4a4fe6ec33854fc5670c6dc7576fb70fe4de77",
"body": null,
"is_bot": false,
"headline": "added tests for files with spaces in names (fixes #21)",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-04-27T16:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5990a29e557f03e1d5656ae2e9f780df40378adc",
"body": null,
"is_bot": false,
"headline": "Fix path encoding in CURL driver",
"author_name": "Pavel Solomienko",
"author_login": null,
"committed_at": "2016-03-23T17:46:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cea157a4239c55263faf09acd6d0c0e75a531316",
"body": "Empty files fix",
"is_bot": false,
"headline": "Merge pull request #20 from jkuchar/fix-19-empty-file",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-03-17T16:18:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7519c63a50a490153a722fd1459c9503e7866298",
"body": "… #19)",
"is_bot": false,
"headline": "Fixed ExecDriver on empty files, now returns 0 bytes properly (closes…",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-03-17T15:06:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25e62df360b891d70a1fd4314e4647861a0d7bff",
"body": null,
"is_bot": false,
"headline": "Added API Docs link to codedoc.pub",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-21T09:42:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae9e0833b7731880a41dca793f747e2d45d0f8e1",
"body": "…efactoring\n\nFeature size driver aggregators refactoring (closes #16)",
"is_bot": false,
"headline": "Merge pull request #18 from jkuchar/feature-size-driver-aggregators-r…",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-05T22:35:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00f88ee75fda5d0db813b51c10d0e445d6534097",
"body": null,
"is_bot": false,
"headline": "NativeSeekDriver: removed outdated comment",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-05T22:33:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8531e01aa1cb7d72a7c0af5c036bd44ce6804851",
"body": "…named AggregationSizeDriver to SizeDriverAggregator",
"is_bot": false,
"headline": "refactored: BestEffortAggregateSizeDriver to SizeDriverFactory and re…",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-05T22:23:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6521b31ecac2229db7e9417dbff0723356b18e3",
"body": null,
"is_bot": false,
"headline": "Fixed exception message",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-05T22:08:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d76b97e0dd2ee9155f2756b2dfb18ed7dd0b1f4",
"body": null,
"is_bot": false,
"headline": "readme: Added scrutinizer badge",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-05T18:37:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b16e2018c4eeb18e4d80e29e2c4700a0bcab1799",
"body": null,
"is_bot": false,
"headline": "GitLab CI: fixed setup script path",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-05T18:15:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31cd9239ef3c035936dad2cacbecc321b9a5297b",
"body": null,
"is_bot": false,
"headline": "docs: updated README.md",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-05T18:14:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2aae64951218b1eb81b7a2ea314aa4937f7848f",
"body": "drivers: improved exception messages",
"is_bot": false,
"headline": "Merge pull request #15 from jkuchar/feature-better-exception-messages",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-05T18:13:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6095ae84b7c9aee8f8c9a7d282015fb3f7375ebe",
"body": "CI: add Mac OS X",
"is_bot": false,
"headline": "Merge pull request #14 from jkuchar/feature-add-mac-os-x-to-CI",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-05T18:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd5681a81c757285efdfb820d2bb8321525bb042",
"body": "…t for it",
"is_bot": false,
"headline": "travis: tried to fix build matrix to build php7 on mac but do not wai…",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-05T17:54:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "155b55449e4cdc0689e50ced615328a06f940372",
"body": null,
"is_bot": false,
"headline": "travis: added fast finish to build matrix",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-05T17:51:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b82f616472d87c592c169a7b33f88cc28fc555f3",
"body": null,
"is_bot": false,
"headline": "CI: do not wait for PHP7 on Mac (buiding from source)",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-05T17:43:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5810eff7cc1616a816a8925d31d172f226f33954",
"body": null,
"is_bot": false,
"headline": "ExecDriver: refactored and fixed bug on Mac OS X",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-05T17:29:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebaff46f9c32ab6ecf6611ea7d31016d8d6bfce6",
"body": null,
"is_bot": false,
"headline": "CI: fixed timeout happenning in tests on Travis",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-05T17:29:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb47d7c88a7c5811590e0d269d86a4db00f23d55",
"body": null,
"is_bot": false,
"headline": "CI: added Mac OS X",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-05T17:29:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2c01a12fd88b95756470e95b81314b205c85205",
"body": null,
"is_bot": false,
"headline": "drivers: improved exception messages",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-05T17:19:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23e441cab933a5d11d57eb91014460149e4d45a0",
"body": null,
"is_bot": false,
"headline": "tests: typo",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-02T10:57:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ae817c6504859da656d646e428d7b739880f416",
"body": "Add a Gitter chat badge to README.md",
"is_bot": false,
"headline": "Merge pull request #11 from gitter-badger/gitter-badge",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-02T00:00:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae4253742df91c6ca158eec054411f8b5dfce2ca",
"body": null,
"is_bot": false,
"headline": "Add Gitter badge",
"author_name": "The Gitter Badger",
"author_login": "gitter-badger",
"committed_at": "2016-02-01T23:53:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52dc8518b85d1064e704cfcd3d16291994fcfa89",
"body": null,
"is_bot": false,
"headline": "docs: added ordered by time arrow",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T23:21:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c1dde17afa4dac2b8bee54771bbab1745ae543d",
"body": null,
"is_bot": false,
"headline": "docs: driver tests readme updated broken links",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T23:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcba4f529f9ae84ce4839706bfb58e1ce0d2342f",
"body": null,
"is_bot": false,
"headline": "docs: driver tests documentation moved to driver folder",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T23:13:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad7f9b250e59b18b3aa8fb5e5cba61b14cc780c2",
"body": null,
"is_bot": false,
"headline": "docs: added how tests work",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T23:09:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e9690d720931e6816b80bbf6e3382e8d9b8abb1",
"body": "…rn value",
"is_bot": false,
"headline": "docs: updated drivers compatibility table; fixed File::getSize() retu…",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T23:09:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "339e7b402a46082904e9ef71d58fdf35d7a19b1a",
"body": null,
"is_bot": false,
"headline": "composer: updated CURL suggestion",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T23:09:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ca6df2b4a59a6cbae1df1153210a35f7168c882",
"body": null,
"is_bot": false,
"headline": "composer: updated brick/math version requirement",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T23:09:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc66408253af04d6fd6ced209d1729b36062a57f",
"body": null,
"is_bot": false,
"headline": "docs: updated readme",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:53:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0966d42029e57b08241735fdb7e8e9cf55cef303",
"body": null,
"is_bot": false,
"headline": "docs: updated tests/README.md",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:29:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37b90f2979fc07e7bd756a2bb6b0d3933c345487",
"body": null,
"is_bot": false,
"headline": "docs: added tests readme",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:29:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01c4bef45d95cbb41cf25c3b16d7212170011123",
"body": null,
"is_bot": false,
"headline": "CI: added platform information into tests output",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:29:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d0a6ebcc44b9bff75fe95340be90520b2c328c2",
"body": null,
"is_bot": false,
"headline": "docs: updated example in readme",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:28:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "002476d13065b2b5fb766e4419346444669c4497",
"body": null,
"is_bot": false,
"headline": "typo: removed non-sense headers from files",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:28:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5115230a037d8ae061c875b2320f53ee3cbc3b63",
"body": null,
"is_bot": false,
"headline": "BigFileTools: updated to be easily instantiable",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:28:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98c283133ea17dff2c8207f99bd7cbbe9f1c3f4b",
"body": null,
"is_bot": false,
"headline": "compatibility: fixed backwards namespace compatibility",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:28:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "038806509413aa4ca32d019f499b5918241feec3",
"body": null,
"is_bot": false,
"headline": "README: added badges",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:28:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38d096ae8157c14361c8a9c317ad204aafe1561b",
"body": null,
"is_bot": false,
"headline": "test: added support for Appveyor",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:28:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bd8bbe4b31f45da87f1cacebff7bb29dd0caac8",
"body": null,
"is_bot": false,
"headline": "test: support for Travis CI",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:27:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ac20daecb0950d0542e7a58e7ab4576d1c25ef5",
"body": null,
"is_bot": false,
"headline": "utils: fixed wrong 64-bit platform detection",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:27:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f05208679cbb18fe972049347a623ab24de9f0d",
"body": null,
"is_bot": false,
"headline": "test: fixed native seek driver test for 32-bit int palatforms",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:27:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebed97a492f69501dabce505e3a402525666e48d",
"body": null,
"is_bot": false,
"headline": "test: Native read file driver bug fix for files under 2^31",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:27:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00a014c8a40a9affef6cd6caaec66f1468929e60",
"body": null,
"is_bot": false,
"headline": "tests: updated to check prerequisites first",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:27:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be24768771b068410d08cc89cc248e2c3d0894af",
"body": null,
"is_bot": false,
"headline": "gitlab-ci: install CURL",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:27:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd2bdece6600daf9577908cd38e176d609f903c5",
"body": null,
"is_bot": false,
"headline": "tests: added tests for 64-bit platforms",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:27:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94d07245c695a79c9fa0cc10b949b5895fcc1c42",
"body": null,
"is_bot": false,
"headline": "test: driver tests now run on all platforms",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:27:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4924658de10d97729b47988cda703f767951417c",
"body": null,
"is_bot": false,
"headline": "test: added rest of integration tests",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:27:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd2c55079941d27bda1ad371aed9462188825b8a",
"body": null,
"is_bot": false,
"headline": "test: CurlDriverTest",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:27:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b41a1f83955fd30301db2654a52d82c593325a9",
"body": null,
"is_bot": false,
"headline": "test: introduced COM driver tests",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:27:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d4549d5ef4dc8cbc37eb06bb834069e806983ab",
"body": null,
"is_bot": false,
"headline": "test: introduced tests",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:27:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6592920dcf38be664a608a62bb650fcbe59ff84f",
"body": null,
"is_bot": false,
"headline": "Updated project platform requirements",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:27:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8702a7d242a1742c4c63df035108b9dc110b1407",
"body": null,
"is_bot": false,
"headline": "NativeSeekDriver: rewritten internal to be more understandable",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:27:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1550f850c0ecf0c78f4fc11bf5a455861b57b36d",
"body": null,
"is_bot": false,
"headline": "Updated PHPDocs and polished code up a little",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:27:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffac2b1b9bcb0c0e4cd11f61fa99c9481461eda0",
"body": null,
"is_bot": false,
"headline": "Refactored to separate drivers and removed historical garbage [BC break]",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:27:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52bfc5a03eb958383e9e94d2677712b5ef28957e",
"body": null,
"is_bot": false,
"headline": "Updated to use brick/math instead of math libraries directly (closes #4)",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:27:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eeae12627a8210e4fbd64e2700188447a700fa3",
"body": null,
"is_bot": false,
"headline": "Updated PHPDoc",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:27:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9edddac00bd9e04735f8c6c10d21806cc78a16d4",
"body": null,
"is_bot": false,
"headline": "Migrated library to PSR-4",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:27:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "177238cd80ed8ae1d6e349784b34abaf0d109fd4",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:26:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b4a579def762297aa8dd0959832b65f7c446835",
"body": null,
"is_bot": false,
"headline": "docs: Updated README.md with more explanation of how things work",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2016-02-01T21:11:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df9e05ee0c9e11e10a3c43de7ec36d3974a434f4",
"body": "…an 2GB (better but not ideal solution; related to #3)",
"is_bot": false,
"headline": "- removed dependency on buggy is_file that is buggy on file bigger th…",
"author_name": "Honza",
"author_login": null,
"committed_at": "2013-10-21T20:04:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b763aafc570dd463306b5a4631d2f5a47b9cd8ae",
"body": "- now it is possible to set absolute path that will not be absolutized",
"is_bot": false,
"headline": "- fixed absolute path related issues",
"author_name": "Honza",
"author_login": null,
"committed_at": "2013-10-21T18:35:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6a8f09c5f8808b4b2e08e27519772606fa0555b",
"body": null,
"is_bot": false,
"headline": "- updated readme.md",
"author_name": "Honza",
"author_login": null,
"committed_at": "2013-10-21T17:57:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "926af77ad7540d3247a0a3d69c9175ea14bf6f2a",
"body": null,
"is_bot": false,
"headline": "- removed pointless comment - fixes #6",
"author_name": "Honza",
"author_login": null,
"committed_at": "2013-10-21T17:55:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3220292221cf8acd457dc0a1917ed11c026aeaad",
"body": null,
"is_bot": false,
"headline": "- added information about current project status",
"author_name": "Honza",
"author_login": null,
"committed_at": "2013-10-21T17:40:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4e4743e933d6e6bd2f8b2882e184aa555bb9ecc",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2013-10-14T22:38:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87bcfa084a6c1136635004ab58021cc779641de1",
"body": null,
"is_bot": false,
"headline": "- license fix",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2013-05-27T12:19:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14d3cd0cd55cb7d682ee68cef16ce23a1b1a059b",
"body": null,
"is_bot": false,
"headline": "- renamed example",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2013-05-27T12:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb6fb3edefc593c91729549b60bfba9075a1fd3d",
"body": null,
"is_bot": false,
"headline": "- removed nette from example",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2013-05-27T12:05:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ba75aad6ffea20a5d288ab442c6463f4537881a",
"body": null,
"is_bot": false,
"headline": "- removed dependence on Nette",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2013-05-27T11:55:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a61f91ae29348b8bf656d09f6656f8f414442ea",
"body": null,
"is_bot": false,
"headline": "- support for composer",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2013-05-27T11:55:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45b7ab6f27277e0c48b36233d8b697dd45ade1e6",
"body": null,
"is_bot": false,
"headline": "- switched to BigFileToolsException",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2013-03-27T16:57:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89644482963d80c00f9b5c8dc3ff7611c73553fe",
"body": "…com/jkuchar/BigFileTools/issues/2)",
"is_bot": false,
"headline": "- fix of \"sizeExec doesn't resolve symlinks in bash\" (https://github.…",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2013-03-27T16:48:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a669aa12cfcbba067e413b94dfd9f144f0f4bd02",
"body": "- typo\n- fixed gmp result number (returned resource insted of number)",
"is_bot": false,
"headline": "- fixed flock when fopen fails",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2013-03-27T16:43:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dc572d4c010569686a255015b1b5e89240aa494",
"body": "Conflicts:\n\tREADME.md",
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/jkuchar/BigFileTools",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2013-02-24T21:29:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5970ea5e3be73b87e6383fcd3269c7a6e81cf297",
"body": null,
"is_bot": false,
"headline": "- note for non-Nette users (wiki)",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2013-02-24T21:28:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2d77d70db970bd47ab48813f3fe4230144d61db",
"body": null,
"is_bot": false,
"headline": "- note for non-Nette users (wiki)",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2013-02-24T21:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0077de0ac214f049ff2e8435218f7f91c1b5737d",
"body": null,
"is_bot": false,
"headline": "- added basic example",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2013-02-24T21:23:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9827431d40d69d549ebaf6db343e84648bc3b0be",
"body": null,
"is_bot": false,
"headline": "- note for non-Nette users",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2013-02-24T21:21:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d49389ddec7e69252a54a705f1e67455dd51bac",
"body": null,
"is_bot": false,
"headline": "- (BC break) size() renamed to getSize()",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2013-02-24T21:16:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9910d0872f48ce65e48d3fd8cb786dccf6119cb1",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2013-02-24T21:10:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75f9a23b2a75d54ac443ef4f4cd5516092a578e8",
"body": null,
"is_bot": false,
"headline": "- LICENSE",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2013-02-24T19:56:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c941a33b97120edddf0c46aeed350af65633011",
"body": null,
"is_bot": false,
"headline": "- odstraněna složka .nbproj",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2013-02-24T13:48:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8abaf61c9a707fde91698c9c18fd9eee1e0b5cc6",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/honzakuchar/BigFileTools",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2013-02-24T12:03:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ecc8b06c49e12b5ef57da2fe1c93a875f59aa34",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "honzakuchar",
"author_login": "jkuchar",
"committed_at": "2013-02-24T11:34:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1496c6110d85acae71d1a2bfde965997298e9f31",
"body": null,
"is_bot": false,
"headline": "- compatibility with Nette 2.0",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2012-08-30T13:15:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93d8cd7e059ab63706a0dd375f1d847e5e84ed8f",
"body": "- typos in BigFileTools.php",
"is_bot": false,
"headline": "- profiling instructions splitted into separate file",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2011-06-19T07:34:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5789e92d19fbc18450f92c1c3ca2b2d5f59016ad",
"body": "…FileTools/commit/83d17a55508d7ed91c3bfdd533e98900b55e08b5",
"is_bot": false,
"headline": "- typos (by Mikuláš Dítě): https://github.com/Mikulas/HonzaKuchar-Big…",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2011-04-05T18:02:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ad755b2fefbabdf49ba21c7d596caf7dd73f627",
"body": null,
"is_bot": false,
"headline": "- typo",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2011-04-05T11:48:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fe3f28628231ff56c0609387612a133dfd08600",
"body": null,
"is_bot": false,
"headline": "- added profiling results and priority change",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2011-04-05T11:48:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "749a3ec4996703687522d483a2d582350a04c9e5",
"body": null,
"is_bot": false,
"headline": "- bugfix",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2011-04-04T15:51:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57c77b687a90b211680b4568efc285b78c48861e",
"body": "- filename get functions",
"is_bot": false,
"headline": "- checksum functions",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2011-04-04T15:51:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff9abdbdb4576b86799e688de9bb5ca4a59e8951",
"body": null,
"is_bot": false,
"headline": "- sizeExec reorganization",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2011-04-04T15:15:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59e659420371fd16203ee22a286ee391724a4978",
"body": null,
"is_bot": false,
"headline": "- added flocks",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2011-04-03T17:33:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c915506e0f244fc31b7b06e718bb7e71d13ad622",
"body": null,
"is_bot": false,
"headline": "- bufix for files >2GB and <4GB",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2011-04-02T13:26:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "343ee2beb7d59a92dfe720642035f98a2ffec3ad",
"body": null,
"is_bot": false,
"headline": "",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2011-04-01T23:16:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3946b532c3004e8e38f4229767867b6e2f18343e",
"body": null,
"is_bot": false,
"headline": "",
"author_name": "Jan Kuchař",
"author_login": "jkuchar",
"committed_at": "2011-04-01T16:12:38Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 0,
"latest_release_at": "2016-03-17T16:33:48Z",
"latest_release_tag": "1.1.3",
"releases_from_tags": false,
"days_since_last_push": 2380,
"active_weeks_last_year": 0,
"days_since_latest_release": 3782,
"mean_days_between_releases": 7.5
},
"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": [
{
"name": "jkuchar/bigfiletools",
"exists": true,
"license": "New BSD",
"keywords": [],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/jkuchar/bigfiletools",
"is_deprecated": false,
"latest_version": "v2.0.0",
"repository_url": "https://github.com/jkuchar/BigFileTools",
"versions_count": 7,
"total_downloads": 147678,
"dependents_count": 6,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 3012,
"first_published_at": null,
"latest_published_at": "2016-03-17T16:18:05Z",
"latest_version_yanked": null,
"days_since_latest_publish": 3782
}
]
},
"popularity": {
"forks": 11,
"stars": 50,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2013-03-17",
"count": 1
},
{
"date": "2013-05-10",
"count": 1
},
{
"date": "2015-02-12",
"count": 1
},
{
"date": "2016-01-11",
"count": 1
},
{
"date": "2016-02-01",
"count": 1
},
{
"date": "2016-03-23",
"count": 1
},
{
"date": "2017-02-15",
"count": 1
},
{
"date": "2017-09-11",
"count": 1
},
{
"date": "2020-01-18",
"count": 1
},
{
"date": "2020-07-29",
"count": 1
},
{
"date": "2022-07-01",
"count": 1
}
],
"complete": true,
"collected": 11,
"total_forks": 11
},
"star_history": null,
"open_issues_and_prs": 4
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"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": 2282,
"source_files_sampled": 21,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"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": 3,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "brick/math",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "~0.5.2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "brick/math",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "nette/tester",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 3,
"direct_count": 1,
"indirect_count": 2
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 8,
"open_issues": 2,
"closed_ratio": 0.857,
"closed_issues": 12,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "jkuchar",
"commits": 95,
"avatar_url": "https://avatars.githubusercontent.com/u/133822?v=4"
},
{
"type": "User",
"login": "gitter-badger",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/8518239?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.99
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 6 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": 0,
"reason": "Found 1/21 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": "30c3aaa91d98d0c920fc69a0807014ff86023173",
"ran_at": "2026-07-25T18:32:12Z",
"aggregate_score": 3.2,
"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": 24,
"created_at": "2016-04-27T17:46:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 27,
"created_at": "2020-01-18T05:20:47Z",
"last_comment_at": "2020-01-25T19:45:27Z",
"last_comment_author": "brcontainer"
}
],
"last_merged_pr_at": "2016-04-27T17:19:26Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 23,
"created_at": "2016-04-27T16:25:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 26,
"created_at": "2020-01-13T02:09:13Z",
"last_comment_at": "2020-01-18T05:22:15Z",
"last_comment_author": "brcontainer"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/jkuchar/BigFileTools",
"host": "github.com",
"name": "BigFileTools",
"owner": "jkuchar"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 33,
"inputs": {
"security": 32,
"vitality": 25,
"community": 43,
"governance": 52,
"engineering": 40,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 39,
"overall_after_abandonment_multiplier": 33
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 25,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 2380,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2380 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 2380
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 60,
"inputs": {
"releases_count": 7,
"latest_release_tag": "1.1.3",
"releases_from_tags": false,
"days_since_latest_release": 3782,
"mean_days_between_releases": 7.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 3782 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 3782
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~7.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 7.5
}
}
],
"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": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 2,
"unanswered_open_issues": 2,
"days_since_last_merged_pr": 3741,
"days_since_last_human_commit": 3741,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 3741 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 3741,
"count": 2,
"signals": "releases stalled, Scorecard reports it unmaintained"
}
}
],
"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": 11,
"stars": 50,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "50 stars",
"points": 27.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 50
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "11 forks",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 11
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"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": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"packages": [
"jkuchar/bigfiletools"
],
"dependents": 6,
"ecosystems": "packagist",
"total_downloads": 147678,
"monthly_downloads": 3012
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,012 downloads/month across packagist",
"points": 46.4,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3012,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "6 packages depend on it",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 6
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 52,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.99
},
"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 99% of commits",
"points": 0.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 99
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"merged_prs": 8,
"open_issues": 2,
"closed_issues": 12,
"issue_closed_ratio": 0.857,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "86% of issues closed",
"points": 40.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 86
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "8/11 decided PRs merged",
"points": 27.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 8,
"decided": 11
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/21 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 60,
"inputs": {
"followers": 64,
"owner_type": "User",
"is_verified": null,
"owner_login": "jkuchar",
"public_repos": 58,
"account_age_days": 6141
},
"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": "64 followers of jkuchar",
"points": 13,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 64,
"login": "jkuchar"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "58 public repos, account ~16 yr old",
"points": 24.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 58
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"jkuchar/bigfiletools"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 3782
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on packagist",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "packagist"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 3782 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 3782
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "7 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 7
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 40,
"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 6 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://componette.com/jkuchar/bigfiletools/",
"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://componette.com/jkuchar/bigfiletools/",
"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": 32,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 3.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 6 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 1/21 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"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.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 5
},
"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": 30,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.42,
"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": "42 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 22.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 42,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"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": 24,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": 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": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 2282,
"source_files_sampled": 21,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "PHP without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "PHP"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/21 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 21,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-25T18:32:21.958548Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/jkuchar/BigFileTools.svg",
"full_name": "jkuchar/BigFileTools",
"license_state": "custom",
"license_spdx": null
}