Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"cli",
"typo3",
"extension"
],
"is_fork": false,
"size_kb": 214,
"has_wiki": false,
"homepage": null,
"languages": {
"PHP": 123609
},
"pushed_at": "2026-08-01T07:17:15Z",
"created_at": "2020-11-19T08:11:48Z",
"owner_type": "Organization",
"updated_at": "2026-07-30T16:34:25Z",
"description": "CLI Tool for maintaining public TYPO3 Extensions",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://typo3.org",
"name": "TYPO3 GitHub Department",
"type": "Organization",
"login": "TYPO3",
"company": null,
"location": null,
"followers": 117,
"avatar_url": "https://avatars.githubusercontent.com/u/88698?v=4",
"created_at": "2009-05-26T11:58:25Z",
"is_verified": null,
"public_repos": 23,
"account_age_days": 6275
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.7.0",
"kind": "minor",
"published_at": "2025-04-02T14:48:28Z"
},
{
"tag": "1.6.0",
"kind": "minor",
"published_at": "2024-02-15T21:22:10Z"
},
{
"tag": "1.5.0",
"kind": "minor",
"published_at": "2022-11-02T12:53:19Z"
},
{
"tag": "1.4.1",
"kind": "patch",
"published_at": "2022-04-19T09:26:39Z"
},
{
"tag": "1.4.0",
"kind": "minor",
"published_at": "2021-11-24T22:41:30Z"
},
{
"tag": "1.3.0",
"kind": "minor",
"published_at": "2021-03-04T10:51:03Z"
},
{
"tag": "1.2.0",
"kind": "minor",
"published_at": "2021-01-12T13:16:28Z"
},
{
"tag": "1.1.1",
"kind": "patch",
"published_at": "2020-12-10T08:34:52Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2020-12-04T11:42:56Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2020-12-02T12:31:09Z"
}
],
"recent_commits": [
{
"oid": "de609212ae36182447ed6abb2dd1bd2069938e19",
"body": null,
"is_bot": false,
"headline": "[TASK] Add PHP 8.5 to test matrix (#85)",
"author_name": "Christian Kuhn",
"author_login": "lolli42",
"committed_at": "2025-08-13T08:48:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3777380ef7ea9362699bcbab2f3702c4a5c9c822",
"body": "[FEATURE] Support guides.xml in documentation version replacement",
"is_bot": false,
"headline": "Merge pull request #81 from eliashaeussler/feature/guides-xml",
"author_name": "Benni Mack",
"author_login": "bmack",
"committed_at": "2025-04-02T14:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66f4215193ae6f760616f1efc159a2e5cdf110b6",
"body": "[FEATURE] Provide detailed error messages for `ext_emconf.php` validation",
"is_bot": false,
"headline": "Merge pull request #78 from eliashaeussler/feature/emconf-validation",
"author_name": "Benni Mack",
"author_login": "bmack",
"committed_at": "2025-04-02T14:26:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "208e24c4d05b6c298ee1f8bb5e0c0e26735e9e77",
"body": "[DOCS] Simplify workflow examply in `README.md`",
"is_bot": false,
"headline": "Merge pull request #83 from sbuerk/docs",
"author_name": "Benni Mack",
"author_login": "bmack",
"committed_at": "2025-04-02T14:25:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b700527aadbe6c3eff6b0e10e35d0a829643639",
"body": "[BUGFIX] Fix upload to TER",
"is_bot": false,
"headline": "Merge pull request #84 from TYPO3/prs/78",
"author_name": "Benni Mack",
"author_login": "bmack",
"committed_at": "2025-04-02T14:25:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8393cbd7c0816f3ad4f26bfa4c0cad88aad43f89",
"body": null,
"is_bot": false,
"headline": "chore: adapt CGL",
"author_name": "Benni Mack",
"author_login": "bmack",
"committed_at": "2025-04-01T21:29:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca2cf6ec58c956a95d7e2cb9aaea206d1fff7aad",
"body": "This commit adapts some changes when uploading\na new version of extension.\n\nSymfony's HTTP Client did not send the\nContent-Type header properly, and also did\nnot send the body as string, but as iterable/array\nwhich does not work anymore and is adapted\nto a string.\n\nFixes: 82",
"is_bot": false,
"headline": "[BUGFIX] Fix upload to TER",
"author_name": "Benni Mack",
"author_login": "bmack",
"committed_at": "2025-04-01T21:28:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7cc44331dda777648cb4c2e15c69cccd86f0914",
"body": "The `README.md` contains a GitHub workflow example\nfor publishing in on pushed tags and extracts from\na annotated tag content created with\n\n```shell\ngit tag -a -m \"some content\"\n```\n\nfiltering the git tag list for the extracted version\nand telling to display max 10 lines for the content,\nand extract\n[…]\n-9.]*[ ]*//g\"\n```\n\nis replaced with\n\n```shell\ngit tag -l ${{ env.version }} --format '%(contents)'\n```\n\nwhich displays only the tag content and removes the need\nto extract the tag from the first line.",
"is_bot": false,
"headline": "[DOCS] Simplify workflow examply in `README.md`",
"author_name": "Stefan Bürk",
"author_login": "sbuerk",
"committed_at": "2025-02-14T10:52:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0c832a0c4949dbc66e1cf2aa89405513fad6f33f",
"body": null,
"is_bot": false,
"headline": "[FEATURE] Support guides.xml in documentation version replacement",
"author_name": "Elias Häußler",
"author_login": "eliashaeussler",
"committed_at": "2024-12-11T10:10:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a55f96692043f4df982f37dc6b1f091ca17d9bd8",
"body": null,
"is_bot": false,
"headline": "[FEATURE] Provide detailed error messages for ext_emconf.php validation",
"author_name": "Elias Häußler",
"author_login": "eliashaeussler",
"committed_at": "2024-11-17T11:13:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26852580174593cba9d95d56431fc10094fefb27",
"body": null,
"is_bot": false,
"headline": "[TASK] Add PHP 8.4 to test matrix",
"author_name": "Elias Häußler",
"author_login": "eliashaeussler",
"committed_at": "2024-11-16T20:56:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2583a15f10882a665034900027ada43d465613e",
"body": null,
"is_bot": false,
"headline": "[TASK] Fix codestyle according to updated PHP-CS-Fixer ruleset",
"author_name": "Elias Häußler",
"author_login": "eliashaeussler",
"committed_at": "2024-11-16T09:51:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a86b7c67779eec0ea743fb27f9f5f597137ed7fe",
"body": null,
"is_bot": false,
"headline": "[TASK] Update README.md",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2024-02-16T11:21:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86df63af32aea954da8d8f21d24f68d1c7f4086e",
"body": "There is no such thing as a free lunch, but at least there's\r\na free performance gain here.\r\n\r\nAlso format the code according to the latest PHP-CS-Fixer version.",
"is_bot": false,
"headline": "[TASK] Switch the code style checks on CI to PHP 8.3",
"author_name": "Oliver Klee",
"author_login": "oliverklee",
"committed_at": "2024-02-16T09:46:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fadda637ceb8c2be212b9012c4f9a78eea97ded5",
"body": null,
"is_bot": false,
"headline": "[TASK] Update version number",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2024-02-15T21:15:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed8e050562607873cea749596dabf5bb0feeb4ee",
"body": null,
"is_bot": false,
"headline": "[TASK] Change \"typo3/coding-standards\" requirements",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2024-02-15T21:13:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f07999222e29fef46f71bc895658eea53e258734",
"body": null,
"is_bot": false,
"headline": "Merge branch 'oliverklee-feature/symfony-7'",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2024-02-15T21:09:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a6ac4b36058ee33d74efbf39e539c0890248fb0",
"body": null,
"is_bot": false,
"headline": "[TASK] Drop symfony 4.4 support",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2024-02-15T21:07:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b3f645aef899ac545f19547133769d464404ee8",
"body": null,
"is_bot": false,
"headline": "[TASK] Drop symfony 4.4 support",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2024-02-15T20:58:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33fd1cee25be41ac1005ca686b9c7d6443aa5a9b",
"body": "* [FEATURE] Introduce command to create local extension artefact\r\n\r\nThis commit adds a new `create-artefact` command. It can be used\r\nto create a local artefact file (zip archive) of an extension. This\r\nis basically the same which is already done in the `ter:publish`\r\ncommand, except for the TER pub\n[…]\nASK] Include transaction path in exception message\r\n\r\n* [TASK] Drop AbstractCommand in favor of CommandHelper utility class\r\n\r\n* [TASK] Use admonitions and create custom section for packaging excludes",
"is_bot": false,
"headline": "[FEATURE] Introduce command to create local extension artefact",
"author_name": "Elias Häußler",
"author_login": "eliashaeussler",
"committed_at": "2024-02-15T20:57:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "402de9bc8e3e2069d5d497af227369d511f18583",
"body": null,
"is_bot": false,
"headline": "[TASK] Drop symfony 4.4 support",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2024-02-15T20:30:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "410a9f2a0d9ab9fe0ca37fd34ba9610cdc2312cd",
"body": "* [FEATURE] Introduce command to create local extension artefact\r\n\r\nThis commit adds a new `create-artefact` command. It can be used\r\nto create a local artefact file (zip archive) of an extension. This\r\nis basically the same which is already done in the `ter:publish`\r\ncommand, except for the TER pub\n[…]\nASK] Include transaction path in exception message\r\n\r\n* [TASK] Drop AbstractCommand in favor of CommandHelper utility class\r\n\r\n* [TASK] Use admonitions and create custom section for packaging excludes",
"is_bot": false,
"headline": "[FEATURE] Introduce command to create local extension artefact",
"author_name": "Elias Häußler",
"author_login": "eliashaeussler",
"committed_at": "2024-02-15T18:04:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "09ca05abfa866fcefe8bf8968b18bedbcc963352",
"body": null,
"is_bot": false,
"headline": "[FEATURE] Add support for Symfony 7",
"author_name": "Oliver Klee",
"author_login": "oliverklee",
"committed_at": "2024-02-15T17:27:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38dbec4f5e2247323ba680d0fdcd52b030ed7b2d",
"body": "This is a pre-patch for adding support for Symfony 7.",
"is_bot": false,
"headline": "[TASK] Drop support for EOL'ed Symfony versions",
"author_name": "Oliver Klee",
"author_login": "oliverklee",
"committed_at": "2024-02-15T17:08:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f811810e92ca221ff8ddab3da11f0c65637d21c5",
"body": "Also add versioned schema information to the PHPUnit configuration\r\nfile so that the file can be auto-migrated later when we switch to\r\na newer version of PHPUnit.",
"is_bot": false,
"headline": "[TASK] Bump the development dependencies",
"author_name": "Oliver Klee",
"author_login": "oliverklee",
"committed_at": "2024-02-15T17:05:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7942a8651417b607c15c3bd33feb7d2e328c6028",
"body": null,
"is_bot": false,
"headline": "[TASK] Add PHP 8.3 to the CI matrix",
"author_name": "Oliver Klee",
"author_login": "oliverklee",
"committed_at": "2024-02-15T17:03:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6fdaabc46cc81b17a6c1a4b758e6d8fe3a3c76d",
"body": "* [TASK] Drop the workaround for `composer install` on PHP 8.2\r\n\r\n* Revert added cgl step\r\n\r\n---------\r\n\r\nCo-authored-by: Oliver Klee <typo3-coding@oliverklee.de>",
"is_bot": false,
"headline": "[TASK] Drop the workaround for composer install on PHP 8.2",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2024-02-15T16:57:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7eb42eff7125e6b98b8ab14520f5650831bb4e55",
"body": "There is no need to run the code style check with every\r\nPHP version.",
"is_bot": false,
"headline": "[TASK] Move the code style check to a decicated CI job",
"author_name": "Oliver Klee",
"author_login": "oliverklee",
"committed_at": "2024-02-15T16:29:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0b96347d2e69bced02d0805ff0c4f18028006b4",
"body": "Co-authored-by: Oliver Bartsch <bo@cedev.de>",
"is_bot": false,
"headline": "[TASK] Use the latest Ubuntu LTS on CI",
"author_name": "Oliver Klee",
"author_login": "oliverklee",
"committed_at": "2024-02-15T16:28:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "275b110d78003197c40b7b456728bbd933c0c07c",
"body": null,
"is_bot": false,
"headline": "[TASK] Streamline a CI job name",
"author_name": "Oliver Klee",
"author_login": "oliverklee",
"committed_at": "2024-02-15T16:26:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7309ff8ae73cc4046592562ec295f146c926bba",
"body": null,
"is_bot": false,
"headline": "[TASK] Sort the entries in the `.gitignore`",
"author_name": "Oliver Klee",
"author_login": "oliverklee",
"committed_at": "2024-02-15T16:26:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30162abada9c838d54143ed9969bf769d7171f78",
"body": null,
"is_bot": false,
"headline": "[TASK] Exclude more possible TypoScript lint configuration files",
"author_name": "Oliver Klee",
"author_login": "oliverklee",
"committed_at": "2024-01-31T07:51:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "147b8edbf40b53caa597cc39d2c1ba1a3d84a02e",
"body": "Multiline strings require a special syntax with delimiter:\r\n\r\nhttps://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#multiline-strings",
"is_bot": false,
"headline": "[BUGFIX] Fix multiline comments for GitHub environment variables",
"author_name": "Nikita Hovratov",
"author_login": "nhovratov",
"committed_at": "2023-09-29T14:02:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d43871d22e1d7812c81bf046702c5e28ca75321d",
"body": null,
"is_bot": false,
"headline": "[TASK] Update version number",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2022-11-02T12:49:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dc0c21760aafd3a118ffbe6582d96d8fdd0ac1d",
"body": null,
"is_bot": false,
"headline": "[FEATURE] Declare compatibility with Symfony 6",
"author_name": "Oliver Klee",
"author_login": "oliverklee",
"committed_at": "2022-11-02T12:40:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "226b5b7cd11d75fa118ed6418699d7ba853b4ba8",
"body": null,
"is_bot": false,
"headline": "[TASK] Resolve deprecations in github workflows",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2022-11-02T11:57:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3bc0275097af9de81b310c8000499b5ea2eac8b",
"body": null,
"is_bot": false,
"headline": "[TASK] Add PHP 8.2 to test matrix (#58)",
"author_name": "Christian Kuhn",
"author_login": "lolli42",
"committed_at": "2022-08-03T06:37:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df89d2dd6ddc95e6349dd04a5668964551952e0e",
"body": "Grammar/spelling",
"is_bot": false,
"headline": "Update README.md (#57)",
"author_name": "DMoosh",
"author_login": null,
"committed_at": "2022-07-21T13:37:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fb2763d9eb5822b98b60f25a0c97e8b55f8b9aa",
"body": null,
"is_bot": false,
"headline": "[TASK] Update version number",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2022-04-19T09:22:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb531d1ef5c869e7892405b1eeb58baee6f71685",
"body": "…#55)",
"is_bot": false,
"headline": "[BUGFIX] Properly separate exclude checks for files and directories (…",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2022-04-19T09:19:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b12e49f1a39c6b02ad18c41b68f5abe8840e1568",
"body": null,
"is_bot": false,
"headline": "[BUGIFX] Make http client defaults test independent (#54)",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2022-04-14T09:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53ef691774dc0aea7d00eaa48d12b74a39e8a081",
"body": "* [TASK] Apply MD styling\r\n\r\nSee https://github.com/DavidAnson/markdownlint/blob/v0.24.0/doc/Rules.md\r\n\r\n* [TASK] Adjust token result styling\r\n\r\n* [TASK] Use \"text\" as language identifier\r\n\r\nCo-authored-by: Oliver Bartsch <bo@cedev.de>",
"is_bot": false,
"headline": "[TASK] Apply MD styling (#48)",
"author_name": "Gilbertsoft",
"author_login": "gilbertsoft",
"committed_at": "2022-02-27T16:23:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d76186a0deff86998a73822e177699caa705c840",
"body": "This file also is a development-only file that should not be packaged.",
"is_bot": false,
"headline": "[TASK] Do not package the PHPStorm meta file (#51)",
"author_name": "Oliver Klee",
"author_login": "oliverklee",
"committed_at": "2022-02-27T16:05:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03dc9471964587112488ef88bbef4fc91b7383a0",
"body": null,
"is_bot": false,
"headline": "[TASK] Update version number",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2021-11-24T22:39:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d6ff963f2db9fe2dd60a5322cd14d7027359594",
"body": null,
"is_bot": false,
"headline": "[FEATURE] Also test for compatibility with PHP 8.1",
"author_name": "Oliver Klee",
"author_login": "oliverklee",
"committed_at": "2021-11-24T21:52:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7328064bdadaaa40bad74ca7397744a47bd27ce",
"body": null,
"is_bot": false,
"headline": "[TASK] Update typo3/coding-standards to ^0.4.0",
"author_name": "Benni Mack",
"author_login": "bmack",
"committed_at": "2021-11-19T08:22:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c752d09eb845c41f303a1e0637280f1c34b87d5",
"body": "[TASK] Add note about typo3-uploader-ter action",
"is_bot": false,
"headline": "Merge pull request #45 from TYPO3/adjust-readme",
"author_name": "Benni Mack",
"author_login": "bmack",
"committed_at": "2021-11-17T15:33:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05215cca0fb35cd693333d21f8c920ee861329c0",
"body": null,
"is_bot": false,
"headline": "[TASK] Add note about typo3-uploader-ter action",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2021-11-17T15:29:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a74ef5db3c556a4f2dad937e5236671fa1fa8846",
"body": null,
"is_bot": false,
"headline": "[BUGFIX] Fix tests",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2021-11-17T15:24:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c560c3b9d3e3979d33c3be16e39272f85a474b01",
"body": "[TASK] Adjust README regarding auth requirements for token commands",
"is_bot": false,
"headline": "Merge pull request #39 from TYPO3/o-ba-patch-1",
"author_name": "Benni Mack",
"author_login": "bmack",
"committed_at": "2021-09-30T14:53:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb03d3a7f5f26da0bbb821677a72c21573c84ddb",
"body": "…commands",
"is_bot": false,
"headline": "[TASK] Adjust README regarding authentication requirements for token …",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2021-09-27T22:26:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e786e3c0be5386cd187d705a7f5976fd6fad565",
"body": null,
"is_bot": false,
"headline": "[TASK] Also exclude the Rector configuration file from packaging",
"author_name": "Oliver Klee",
"author_login": "oliverklee",
"committed_at": "2021-09-27T22:02:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b4fa52ea9178c9c606018bba62a6b2bfd36cc7a",
"body": "- PHIVE configuration directory\r\n- configuration files for php-cs-fixer v3\r\n- more PHPStan configuration files",
"is_bot": false,
"headline": "[TASK] Exclude more files from packaging",
"author_name": "Oliver Klee",
"author_login": "oliverklee",
"committed_at": "2021-08-17T20:37:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6ddac54c46aa2e4aed1f953d7a2038623ac6c67",
"body": "- replace the bogus `$this::assert*` with `self::assert*`\r\n (this fixes the CS fixer warnings)\r\n- fix a typo in test names",
"is_bot": false,
"headline": "[BUGFIX] Clean up `VersionServiceTest`",
"author_name": "Oliver Klee",
"author_login": "oliverklee",
"committed_at": "2021-08-16T08:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77848189afe1c52c8477b2cd94fb4c2416bcc630",
"body": "According to https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestbranchestags it should be `tags`, not `tag`.",
"is_bot": false,
"headline": "[BUGFIX] fix Github Workflow syntax",
"author_name": "Jonas Eberle",
"author_login": "jonaseberle",
"committed_at": "2021-04-26T22:36:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0362f48c1c85a2f7e98f49b650cd3a053fb312f4",
"body": null,
"is_bot": false,
"headline": "[TASK] Update version number",
"author_name": "Oliver",
"author_login": "o-ba",
"committed_at": "2021-03-04T10:49:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9121599c65006b97814f1eab95bdd28b0bd23c8",
"body": null,
"is_bot": false,
"headline": "[TASK] Declare PHP 8 compatibility",
"author_name": "Christian Kuhn",
"author_login": "lolli42",
"committed_at": "2021-03-04T10:22:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13fef34d4b6abf8a9ec36f98f2bfff4ad6edab62",
"body": "To avoid dependency hell for development dependencies, many tools\r\nare available to be installed as PHARS using the PHIVE tool.\r\n\r\nAs these are development-only tools, the PHIVE configuration file\r\nand the `tools/` directory (which by convention is used for the\r\nPHIVE-installed PHARs) should be excluded from packaging by default.",
"is_bot": false,
"headline": "[TASK] Stop packaging development tools and the PHIVE configuration",
"author_name": "Oliver Klee",
"author_login": "oliverklee",
"committed_at": "2021-02-24T12:45:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07c0c06ebaa58aaa0a98c0df365ab98192a080d1",
"body": "…ole:^4.4\n\nSymfonyStyle->info() has been added somewhere in symfony/console\r\nv5. Use ->note() instead to be compatible with ^4.4 as defined\r\nin composer.json to avoid a fatal.",
"is_bot": false,
"headline": "[BUGFIX] Use note() instead info() to be compatible with symfony/cons…",
"author_name": "Christian Kuhn",
"author_login": "lolli42",
"committed_at": "2021-02-12T18:48:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35153d0c05b6b789756052be9c97944fcec5a061",
"body": null,
"is_bot": false,
"headline": "[TASK] README.md updates",
"author_name": "Christian Kuhn",
"author_login": "lolli42",
"committed_at": "2021-02-12T17:40:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcfe5cfcf93c2cf291715449947d3153d142d700",
"body": null,
"is_bot": false,
"headline": "[TASK] Update Version number in executable",
"author_name": "Tomas Norre Mikkelsen",
"author_login": "tomasnorre",
"committed_at": "2021-01-19T22:44:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12b61aa839714a68dccf15374994d277c5148725",
"body": "This enables Tailor to automatically fetch the extension key if provided.",
"is_bot": false,
"headline": "[FEATURE] Add ComposerReader to read information from composer.json",
"author_name": "Oliver",
"author_login": "o-ba",
"committed_at": "2021-01-12T12:55:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a35cd6ecdb4c6d1b87f69c2e0ce455eb381d13c",
"body": null,
"is_bot": false,
"headline": "[TASK] Make regex more explicit and change severity",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2021-01-12T08:40:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6b2f5baa449744b83fb00c364891e8554cfe172",
"body": "[FEATURE] Update version number also in documentation settings",
"is_bot": false,
"headline": "Merge pull request #20 from TYPO3/set-version-for-documentation",
"author_name": "Benni Mack",
"author_login": "bmack",
"committed_at": "2021-01-12T07:23:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54d7fd9d56fa7aac45cdf6dbe93fa7f0153f70bc",
"body": null,
"is_bot": false,
"headline": "[TASK] Change option name to `no-docs`",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2021-01-11T23:10:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfcfd4603e813864f3b3257c117928b30dff0335",
"body": null,
"is_bot": false,
"headline": "[TASK] Remove empty line",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2021-01-11T22:53:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "141500f86e6be307bd83cba3f576a0ad95c3c779",
"body": null,
"is_bot": false,
"headline": "[TASK] Simplify VersionReplacer",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2021-01-11T22:51:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2b044197ee4be21df3dba7d96a368ba16891c0c",
"body": null,
"is_bot": false,
"headline": "[FEATURE] Update version number also in documentation settings",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2021-01-11T22:38:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdf9ed9fe206c7bdd4eb74dde32594b9b0fd7116",
"body": "This makes sure we reap the performance and traffic benefits of Composer 2.",
"is_bot": false,
"headline": "[TASK] Explicitly use Composer 2 for GitHub Actions",
"author_name": "Oliver Klee",
"author_login": "oliverklee",
"committed_at": "2021-01-03T23:45:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83d68cbecc5673b3db5f23ea20879323d722e4ee",
"body": "[BUGFIX] Fix typo in php file extension in the exclude list",
"is_bot": false,
"headline": "Merge pull request #19 from oliverklee/bugfix/exclude-list",
"author_name": "Benni Mack",
"author_login": "bmack",
"committed_at": "2020-12-30T19:54:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1b99e49390e89c137a6e9385b2246e3f6d5bf3d",
"body": "The file extension is `.php`, not `.pp`.",
"is_bot": false,
"headline": "[BUGFIX] Fix typo in php file extension in the exclude list",
"author_name": "Oliver Klee",
"author_login": "oliverklee",
"committed_at": "2020-12-29T19:51:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9eff428f678c07d2f8236f5d828c039ceb16b8d",
"body": null,
"is_bot": false,
"headline": "[TASK] Make sure to exclude the public folder when packaging",
"author_name": "Richard Haeser",
"author_login": "haassie",
"committed_at": "2020-12-24T14:59:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c771aa5ea12e30164924c53179ec25baf8db48fa",
"body": null,
"is_bot": false,
"headline": "[TASK] Add test case for string array key in emconf",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2020-12-18T08:54:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "245c882c0cbddac5eb89aec0769c6db7011de5fb",
"body": null,
"is_bot": false,
"headline": "[FOLLOWUP] Remove duplicate entry from the ignore list",
"author_name": "Oliver Klee",
"author_login": "oliverklee",
"committed_at": "2020-12-11T15:39:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb4457aa014d66acd4b4213a938a5e8f84cb0958",
"body": "[CLEANUP] Add another trailing comma for an array",
"is_bot": false,
"headline": "Merge pull request #14 from oliverklee/cleanup/trailing-comma",
"author_name": "Benni Mack",
"author_login": "bmack",
"committed_at": "2020-12-11T15:09:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21a25f9df1dc327f5b426dfeb7157155cad95b50",
"body": "[TASK] Ignore more files from uploading",
"is_bot": false,
"headline": "Merge pull request #13 from oliverklee/task/ignore",
"author_name": "Benni Mack",
"author_login": "bmack",
"committed_at": "2020-12-11T15:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69e60cd2fed604c8d8ffc0eebdc89a0b000c2ebc",
"body": null,
"is_bot": false,
"headline": "[CLEANUP] Add another trailing comma for an array",
"author_name": "Oliver Klee",
"author_login": "oliverklee",
"committed_at": "2020-12-11T15:05:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b109cf3f3a4e546250984de3fdd3094f6524ef81",
"body": "These files also occur in some extensions (including the Tea example\nextension by the TYPO3 documentation team).",
"is_bot": false,
"headline": "[TASK] Ignore more files from uploading",
"author_name": "Oliver Klee",
"author_login": "oliverklee",
"committed_at": "2020-12-11T15:04:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98b232e37697eec1a2826f71db1199b345416943",
"body": "[CLEANUP] Streamling the ignore file",
"is_bot": false,
"headline": "Merge pull request #12 from oliverklee/cleanup/ignore",
"author_name": "Benni Mack",
"author_login": "bmack",
"committed_at": "2020-12-11T14:57:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4f30f16f0e5ad1b7de6a8b192609746507b1bad",
"body": "Now the entries are sorted, and the array elements have trailing commas.\n\nThis will reduce unrelated changes in PRs that bring content changes\nto this file.",
"is_bot": false,
"headline": "[CLEANUP] Streamling the ignore file",
"author_name": "Oliver Klee",
"author_login": "oliverklee",
"committed_at": "2020-12-11T14:39:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba39f2ea78d48050a13d6525701b683e03501097",
"body": null,
"is_bot": false,
"headline": "[TASK] Change required version of symfony components",
"author_name": "Oliver",
"author_login": "o-ba",
"committed_at": "2020-12-10T08:20:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b95e9c0afacdf0cdfaffcdfba3eebb2cd505ad19",
"body": null,
"is_bot": false,
"headline": "[TASK] Add example for leading v in tags",
"author_name": "Oliver",
"author_login": "o-ba",
"committed_at": "2020-12-09T17:24:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "940a9e72cb82d65bfc1d4f7691a0b33efa6688d8",
"body": null,
"is_bot": false,
"headline": "[TASK] Add reference to example extension",
"author_name": "Oliver",
"author_login": "o-ba",
"committed_at": "2020-12-04T14:16:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45e04cb43d5b2dbf809d0f66b93d6e84935674bc",
"body": null,
"is_bot": false,
"headline": "[TASK] Add tests badge",
"author_name": "Oliver",
"author_login": "o-ba",
"committed_at": "2020-12-04T11:34:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b74e36378fd85523a6618f22a6adb66c36504ab9",
"body": null,
"is_bot": false,
"headline": "[TASK] Add github workflow example",
"author_name": "Oliver",
"author_login": "o-ba",
"committed_at": "2020-12-04T11:14:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df2154ad1d218471ba91bdf4b19e6adeee6b2361",
"body": null,
"is_bot": false,
"headline": "Add GitLab CI example",
"author_name": "Thomas Löffler",
"author_login": "spoonerWeb",
"committed_at": "2020-12-04T10:30:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27d4bb27f51bdf05a1b4a3668647e88cb8aeb8ef",
"body": null,
"is_bot": false,
"headline": "[TASK] Update issue templates",
"author_name": "Oliver",
"author_login": "o-ba",
"committed_at": "2020-12-03T17:21:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2c0937e412f15943f1ab85d01bf19a42aa3d077",
"body": "This also includes issue templates for bug reports and feature requests.",
"is_bot": false,
"headline": "[TASK] Add github action for testing",
"author_name": "Oliver",
"author_login": "o-ba",
"committed_at": "2020-12-03T16:56:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "774e0050421d0a013e85ca1001167af18da10da3",
"body": "AbstractClientRequestCommand just returns the response form\nRequestService by casting it to an integer. However, the return\nvalue must be negated since the RequestService returns true (1)\non success and false (0) on failure.\n\nExit code 1 is now also returned if the API responded with an error.",
"is_bot": false,
"headline": "[BUGFIX] Fix exit codes in AbstractClientRequestCommand",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2020-12-03T14:19:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36324725e32df9c7f8777680a01f44a595d93837",
"body": null,
"is_bot": false,
"headline": "[TASK] Improve environment variables handling",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2020-12-03T13:16:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9dd72ce1269f96c2e52bc80129c42ddd2a29c58",
"body": null,
"is_bot": false,
"headline": "[BUGFIX] Skip invalid files in RecursiveCallbackFilterIterator",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2020-12-02T11:53:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5277199ad648d7c8e6ab10882602eac51cba3dc0",
"body": null,
"is_bot": false,
"headline": "[TASK] Use default for empty environment variable",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2020-11-30T16:28:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0040b998332a1f623acc17dc5989f3cc580a4e98",
"body": null,
"is_bot": false,
"headline": "[TASK] Add test for VersionValidator",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2020-11-27T09:27:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70882f4042597aa4b052c76ed2623174456dd9e2",
"body": null,
"is_bot": false,
"headline": "[TASK] Simplify formatter tests",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2020-11-26T14:47:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f645890a18888a747145b9a807d5271574b40381",
"body": null,
"is_bot": false,
"headline": "[TASK] Add test case for empty arrays in response",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2020-11-26T14:32:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "607f0796d594da7e48077dabf39c290fb0043f8d",
"body": null,
"is_bot": false,
"headline": "[TASK] Do not render title when raw output is requested",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2020-11-25T11:15:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4476f3bdbab059b3d6c547d4c177cc2c4707ac2",
"body": null,
"is_bot": false,
"headline": "[TASK] Remove options for disabling ssl verification",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2020-11-23T19:04:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a66f6612c56bfca5b5f229b9027444ad57c109b6",
"body": null,
"is_bot": false,
"headline": "[TASK] Add tests for ConsoleFormatter",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2020-11-19T11:49:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c89ea86c07e59f8a6c1e62bdafef4e623d49573b",
"body": null,
"is_bot": false,
"headline": "[TASK] Add tests for VersionService",
"author_name": "Oliver Bartsch",
"author_login": "o-ba",
"committed_at": "2020-11-19T10:24:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4857509c40642b5ceeae0a7c39a3a7035b0a6869",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Oliver Bartsch",
"author_login": null,
"committed_at": "2020-11-19T00:30:57Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 1,
"latest_release_at": "2025-04-02T14:48:28Z",
"latest_release_tag": "1.7.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 1,
"days_since_latest_release": 485,
"mean_days_between_releases": 175.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "typo3/tailor",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/typo3/tailor",
"is_deprecated": false,
"latest_version": "1.7.0",
"repository_url": "https://github.com/TYPO3/tailor",
"versions_count": 11,
"total_downloads": 129049,
"dependents_count": 62,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 5860,
"first_published_at": null,
"latest_published_at": "2025-04-02T14:26:43Z",
"latest_version_yanked": null,
"days_since_latest_publish": 485
}
]
},
"popularity": {
"forks": 12,
"stars": 30,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2020-12-04",
"count": 1
},
{
"date": "2020-12-11",
"count": 1
},
{
"date": "2020-12-23",
"count": 1
},
{
"date": "2021-01-18",
"count": 1
},
{
"date": "2021-02-12",
"count": 1
},
{
"date": "2021-04-08",
"count": 1
},
{
"date": "2021-11-17",
"count": 1
},
{
"date": "2023-01-31",
"count": 1
},
{
"date": "2023-09-29",
"count": 1
},
{
"date": "2025-02-14",
"count": 1
},
{
"date": "2025-11-28",
"count": 1
},
{
"date": "2026-03-21",
"count": 1
}
],
"complete": true,
"collected": 12,
"total_forks": 12
},
"star_history": null,
"open_issues_and_prs": 11
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 9484,
"source_files_sampled": 55,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"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": [
"packagist"
],
"dependencies": [
{
"name": "symfony/console",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^5.4 || ^6.4 || ^7.0"
},
{
"name": "symfony/dotenv",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^5.4 || ^6.4 || ^7.0"
},
{
"name": "symfony/http-client",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^5.4 || ^6.4 || ^7.0"
},
{
"name": "symfony/mime",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^5.4 || ^6.4 || ^7.0"
}
],
"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": 4,
"merged_prs": 59,
"open_issues": 7,
"closed_ratio": 0.75,
"closed_issues": 21,
"closed_unmerged_prs": 4
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "o-ba",
"commits": 43,
"avatar_url": "https://avatars.githubusercontent.com/u/8812114?v=4"
},
{
"type": "User",
"login": "oliverklee",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/765746?v=4"
},
{
"type": "User",
"login": "bmack",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/165630?v=4"
},
{
"type": "User",
"login": "eliashaeussler",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/16313625?v=4"
},
{
"type": "User",
"login": "lolli42",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/2178068?v=4"
},
{
"type": "User",
"login": "gilbertsoft",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/25326036?v=4"
},
{
"type": "User",
"login": "jonaseberle",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1678001?v=4"
},
{
"type": "User",
"login": "nhovratov",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/19343425?v=4"
},
{
"type": "User",
"login": "haassie",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/11075733?v=4"
},
{
"type": "User",
"login": "sbuerk",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1453466?v=4"
}
],
"contributors_sampled": 12,
"top_contributor_share": 0.422
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"tests.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "1 out of 18 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": 6,
"reason": "Found 15/25 approved changesets -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 11 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 1 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": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "de609212ae36182447ed6abb2dd1bd2069938e19",
"ran_at": "2026-08-01T07:25:44Z",
"aggregate_score": 3.7,
"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": "2025-08-13T08:48:44Z",
"oldest_open_prs": [
{
"number": 89,
"created_at": "2025-11-28T22:18:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 91,
"created_at": "2026-03-21T17:04:00Z",
"last_comment_at": "2026-03-22T13:30:35Z",
"last_comment_author": "ohader"
},
{
"number": 93,
"created_at": "2026-07-27T15:18:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 95,
"created_at": "2026-08-01T07:18:17Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2025-08-13T08:48:14Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 24,
"created_at": "2021-01-21T07:08:24Z",
"last_comment_at": "2024-11-11T19:50:21Z",
"last_comment_author": "eliashaeussler"
},
{
"number": 38,
"created_at": "2021-09-27T16:24:44Z",
"last_comment_at": "2021-09-27T22:20:04Z",
"last_comment_author": "o-ba"
},
{
"number": 49,
"created_at": "2021-11-27T11:48:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 88,
"created_at": "2025-11-28T21:44:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 90,
"created_at": "2025-11-28T22:35:08Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 92,
"created_at": "2026-04-23T08:04:48Z",
"last_comment_at": "2026-04-23T08:38:08Z",
"last_comment_author": "bmack"
},
{
"number": 94,
"created_at": "2026-07-30T21:49:34Z",
"last_comment_at": "2026-08-01T06:50:06Z",
"last_comment_author": "bmack"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/TYPO3/tailor",
"host": "github.com",
"name": "tailor",
"owner": "TYPO3"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 50 is calibrated to 50 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 50,
"calibrated": 50,
"calibration": "2026-08-02"
}
}
],
"value": 50,
"inputs": {
"security": 37,
"vitality": 44,
"community": 47,
"governance": 71,
"calibration": "2026-08-02",
"engineering": 49,
"ai_readiness": 26,
"weighted_overall_raw": 50
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "weak",
"name": "Vitality",
"value": 44,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "weak",
"name": "Development activity",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"commits_last_year": 1,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "1 commits in the last year",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 1
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 1 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": 52,
"inputs": {
"releases_count": 10,
"latest_release_tag": "1.7.0",
"releases_from_tags": false,
"days_since_latest_release": 485,
"mean_days_between_releases": 175.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 485 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 485
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~175.8 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 175.8
}
}
],
"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": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [
"maintainer_replying"
],
"signals": [
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 1,
"unanswered_open_issues": 1,
"days_since_last_merged_pr": 356,
"days_since_last_human_commit": 356,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 356 days, with nothing left unanswered; held at dormant by a maintainer still replying",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 356
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "a maintainer still replying"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 47,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"forks": 12,
"stars": 30,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "30 stars",
"points": 23.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 30
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "12 forks",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 12
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"packages": [
"typo3/tailor"
],
"dependents": 62,
"ecosystems": "packagist",
"total_downloads": 129049,
"monthly_downloads": 5860
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "5,860 downloads/month across packagist",
"points": 50.2,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 5860,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "62 packages depend on it",
"points": 12,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 62
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 71,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 12,
"top_contributor_share": 0.422
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 42% of commits",
"points": 13,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 42
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "12 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 12
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 11 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 79,
"inputs": {
"merged_prs": 59,
"open_issues": 7,
"closed_issues": 21,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.75,
"closed_unmerged_prs": 4,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "75% of issues closed",
"points": 31.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 75
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "59/63 decided PRs merged",
"points": 28.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 59,
"decided": 63
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 15/25 approved changesets -- score normalized to 6",
"points": 9,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"followers": 117,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "TYPO3",
"public_repos": 23,
"account_age_days": 6275
},
"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": "117 followers of TYPO3",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 117,
"login": "TYPO3"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "23 public repos, account ~17 yr old",
"points": 22.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 23
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"typo3/tailor"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 485
},
"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 485 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 485
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "11 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 11
}
}
],
"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": "weak",
"name": "Engineering Quality",
"value": 49,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "weak",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 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": "1 out of 18 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": 50,
"inputs": {
"topics": [
"cli",
"typo3",
"extension"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 37,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 18 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 15/25 approved changesets -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 11 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 1 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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 18
},
"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": 26,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.34,
"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": "34 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 18.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 34,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 22,
"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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 9484,
"source_files_sampled": 55,
"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/55 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 55,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library",
"application"
],
"labels": [
"cli",
"library"
],
"scores": {
"cli": 8,
"library": 6
},
"primary": "cli",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:packagist",
"weight": 6
},
{
"tier": "dependencies",
"label": "cli",
"source": "dep:symfony/console",
"weight": 4
},
{
"tier": "description",
"label": "cli",
"source": "description:cli",
"weight": 2
},
{
"tier": "tags",
"label": "cli",
"source": "tag:cli",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": true,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-08-01T07:26:00.862404Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/TYPO3/tailor.svg",
"full_name": "TYPO3/tailor",
"license_state": "standard",
"license_spdx": "MIT"
}