JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"php",
"shortcode",
"parser",
"library",
"bbcode",
"bbcode-parser",
"decoda"
],
"is_fork": false,
"size_kb": 444,
"has_wiki": false,
"homepage": "http://kowalczyk.cc",
"languages": {
"PHP": 167295,
"Makefile": 1669,
"Dockerfile": 1296
},
"pushed_at": "2026-06-25T16:44:03Z",
"created_at": "2015-04-02T12:14:07Z",
"owner_type": "User",
"updated_at": "2026-06-25T16:44:07Z",
"description": "Advanced shortcode (BBCode) parser and engine for PHP",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "http://kowalczyk.cc",
"name": "Tomasz Kowalczyk",
"type": "User",
"login": "thunderer",
"company": "Gentleman",
"location": "Warsaw, Poland",
"followers": 136,
"avatar_url": "https://avatars.githubusercontent.com/u/1087180?v=4",
"created_at": "2011-09-28T15:05:44Z",
"is_verified": null,
"public_repos": 20,
"account_age_days": 5415
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.7.7",
"kind": "patch",
"published_at": "2026-06-18T09:26:36Z"
},
{
"tag": "v0.7.6",
"kind": "patch",
"published_at": "2024-12-20T19:05:42Z"
},
{
"tag": "v0.7.5",
"kind": "patch",
"published_at": "2022-01-13T19:01:08Z"
},
{
"tag": "v0.7.4",
"kind": "patch",
"published_at": "2020-03-08T11:30:49Z"
},
{
"tag": "v0.7.3",
"kind": "patch",
"published_at": "2019-12-03T22:07:04Z"
},
{
"tag": "v0.7.2",
"kind": "patch",
"published_at": "2019-04-20T13:20:55Z"
},
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2019-02-03T22:51:34Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2018-12-18T23:30:53Z"
},
{
"tag": "v0.6.5",
"kind": "patch",
"published_at": "2017-01-08T00:26:16Z"
},
{
"tag": "v0.6.4",
"kind": "patch",
"published_at": "2016-12-13T22:19:39Z"
},
{
"tag": "v0.6.3",
"kind": "patch",
"published_at": "2016-08-10T21:13:30Z"
},
{
"tag": "v0.6.2",
"kind": "patch",
"published_at": "2016-05-19T18:15:48Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2016-02-25T12:58:30Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2016-02-15T17:37:17Z"
},
{
"tag": "v0.5.3",
"kind": "patch",
"published_at": "2016-01-27T19:10:35Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2016-01-20T17:41:56Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2015-11-12T13:07:28Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2015-10-28T20:19:00Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2015-07-15T13:35:40Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2015-05-08T13:25:23Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2015-04-26T18:37:45Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2015-04-23T10:02:41Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2015-04-17T11:22:08Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2015-04-07T08:31:01Z"
}
],
"recent_commits": [
{
"oid": "21578f618071d47d4f6ed94ba01e67bdf1ca97d6",
"body": "* Add TarsParser: a fast, robust shortcode parser\n\nTarsParser lexes every shortcode tag (opening and closing) in a single\nPCRE pass, then resolves nesting with a linear stack pass. This pairs\nRegexParser-class scanning speed with RegularParser-grade robustness:\n\n- the lexer understands quoted values\n[…]\n parser\nlineup (RegexParser, RegularParser, WordpressParser): a single PCRE lex\npass combined with a stack-based nesting pass — a hybrid of RegexParser's\nscanning speed and RegularParser's robustness.",
"is_bot": false,
"headline": "Add HybridParser: RegularParser's output at RegexParser's speed (#123)",
"author_name": "Andy Miller",
"author_login": "rhukster",
"committed_at": "2026-06-25T16:44:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "87017f428f4f4347a02561f58e44a52e723da1be",
"body": null,
"is_bot": false,
"headline": "fixed serialization test",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2026-06-18T09:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eab7b5c1aa813e88244ac3eb6fe9a5fe212c0ad",
"body": "RegexParser and WordpressParser recomputed each match's character offset\nwith mb_strlen(substr($text, 0, $match[1])), rescanning the whole prefix\nfor every match, which is O(n^2) in the number of shortcodes. Accumulate\nthe character offset incrementally instead, measuring only the new segment\nsince \n[…]\n\n- short-circuit the Shortcode parameter-type check on the first invalid\n value instead of array_filter over all of them.\n\nNo behavior change: the full test suite passes (288 tests, 2256 assertions).",
"is_bot": false,
"headline": "Optimize parsers: O(n^2) -> O(n) offset calculation, plus micro-opts",
"author_name": "Andy Miller",
"author_login": "rhukster",
"committed_at": "2026-06-18T08:30:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9dc01d8d7e4ae3d124c394b6bbb065d799b5781d",
"body": "… GitHub actions up to PHP 8.6",
"is_bot": false,
"headline": "RegularParser now properly takes into account escaped tokens, updated…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2026-01-23T20:59:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d66350e2c32989a8bbb6b12b1a596ccabf58fe0",
"body": null,
"is_bot": false,
"headline": "Drop offsets when tokenizing with RegularParser",
"author_name": "Tim Robertson",
"author_login": "funkjedi",
"committed_at": "2024-12-20T19:43:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f81424b4909007483d93c5defc0917d8a58debd",
"body": "- fixed all instances of PHP 8.4 deprecated implicitly marking parameters as nullable.",
"is_bot": false,
"headline": "- detect deprecations in PHPUnit,",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2024-12-15T21:57:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a19b8efd9aad4d38fa7190cce143b2b464dd3f70",
"body": "- fixed workflow issue to correctly install Psalm 5.x,\n- adjusted PHPUnit XML file with the latest version structure,\n- hardened lots of places with old PHP conditions reported with RiskyTruthyFalsyComparison,\n- hardened lots of places with string docblocks using non-empty-string,\n- adjusted dataProviders methods to be static.",
"is_bot": false,
"headline": "- updated GitHub workflow to support PHP 8.4 and the latest nightly,",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2024-12-15T21:27:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65d8b2937430e944c84a0123d2b0dd392c1c85c7",
"body": "* adjusted code for Psalm ^5.4\r\n* allowed Composer plugins for infection/extension-installer\r\n* moved PHP 8.2 to regular CI workflow, allowed failures on PHP 8.3 nightly",
"is_bot": false,
"headline": "Quality of Life (#108)",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2023-01-14T09:22:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3072ceb2c76433e0b1fbd06faafed090e03af08e",
"body": null,
"is_bot": false,
"headline": "Update license year (#107)",
"author_name": "Sergey Romanenko",
"author_login": "Awilum",
"committed_at": "2023-01-02T11:59:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5b8e13f8a53145239369b5decb0f1a925627219",
"body": "- updated Psalm configuration\n- added .idea directory to .gitignore,\n- enabled manual dispatch of GitHub Actions",
"is_bot": false,
"headline": "- reworked GitHub Actions for older PHP versions",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2022-04-27T18:00:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4fee30613bd46efb421f8305aff0466a3268a99",
"body": "…composer.json",
"is_bot": false,
"headline": "force matching PHP version for each CI job instead of inferring from …",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2022-01-13T18:53:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2ab297f37bae8a3c8c6fc3b46f1d92d3624088e",
"body": null,
"is_bot": false,
"headline": "Update license year",
"author_name": "Sergey Romanenko",
"author_login": "Awilum",
"committed_at": "2022-01-13T18:25:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8be8661efa216ae82df76f1fc62dff3e15f52fe",
"body": null,
"is_bot": false,
"headline": "CI now runs Infection",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2021-11-14T17:17:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9c66557a41351f568d2354f191b5a993467e02d",
"body": null,
"is_bot": false,
"headline": "support PHP 8.1",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2021-11-14T16:12:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45e092267c2873a8cf8445a273dfbe3a376eec4d",
"body": null,
"is_bot": false,
"headline": "updated GitHub Actions badge",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2021-05-31T21:07:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2cd1b29b34af61d6546d737a499f7b67128b9b2",
"body": null,
"is_bot": false,
"headline": "introduced GitHub Actions",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2021-05-31T21:02:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b99ac70f75c5be04e8033ac5b319acd1d9154a6d",
"body": "…roved PHP Dockerfile",
"is_bot": false,
"headline": "Psalm 100% type coverage, improved Makefile with local CI runner, imp…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2021-05-31T20:07:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "884dd953bd9a1a1efb2b617bea61241052066b19",
"body": null,
"is_bot": false,
"headline": "full Psalm type coverage",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2020-10-27T22:12:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79a219febd774ba1ee66a2992fee1145b4367561",
"body": "Updating getParameter docblock",
"is_bot": false,
"headline": "Merge pull request #85 from funkjedi/patch-1",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2020-03-08T11:25:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d28e6077f87072402c1d2678493856a1665c67c",
"body": null,
"is_bot": false,
"headline": "Updating param/return types to be string or null",
"author_name": "Tim Robertson",
"author_login": "funkjedi",
"committed_at": "2020-03-07T17:02:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b20401c6b5fd24ad53538e84ec6a706c6c0b8643",
"body": "Current param value of null results in a PhanTypeMismatchArgument error when analyzing app with phan.",
"is_bot": false,
"headline": "Updating getParameter docblock",
"author_name": "Tim Robertson",
"author_login": "funkjedi",
"committed_at": "2020-03-06T07:35:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02776fef5e7c95b51327638ef9ae5495ee346608",
"body": null,
"is_bot": false,
"headline": "suggest the installation of the latest version v0.7.3 in README",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2019-12-04T18:28:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "084ed05cdd759d318f7b75e370830bd135eadc8a",
"body": "PHP 7.4",
"is_bot": false,
"headline": "Merge pull request #83 from thunderer/php-7.4",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2019-12-03T22:05:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e17630e6d52b8db4b868115a57d51056e4fb111e",
"body": "…efile",
"is_bot": false,
"headline": "Travis remains on trusty and includes PHP 7.4, added 7.4 to local Mak…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2019-12-03T21:13:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d19ded97c7faf88d93bdfd93c7de358d57be9999",
"body": "Quality improvements",
"is_bot": false,
"headline": "Merge pull request #73 from thunderer/quality-of-life",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2019-04-17T18:57:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66cc3c3d3a2ee74c5c803535117d44d40abef0a7",
"body": "…function calls, strict comparison",
"is_bot": false,
"headline": "minor PHP code cleanup - no explicit property null assignments, less …",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2019-04-17T18:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecbea3a61405e4acf5ff92d7232a5b95678ef062",
"body": "…, dropped HHVM as PHPUnit no longer works on it, added Makefile with multiple PHP version composer update and phpunit commands, added docker-compose with from PHP 5.4 up to 7.3 (5.4 from custom Dockerfile, 5.3 is not available due to lack of the mbstring extension), added hirak/prestissimo for faster dependency installation, fixed phpunit.xml issues reported with the latest version, resolved the issue with expectException() on PHP 7.3",
"is_bot": false,
"headline": "added PHP 7.3 to Travis matrix, added PHP 5.3 back as allowed failure…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2019-04-17T18:39:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0386f10ffbcb3284c02d99aa16f43817a8046c7d",
"body": "Faulty parameter value empties previous shortcodes",
"is_bot": false,
"headline": "Merge pull request #78 from thunderer/issue-77",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2019-04-17T18:34:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b036ab88a3ce07d9caaf4a7f1aa7a468ea761688",
"body": "…report any previous shortcodes",
"is_bot": false,
"headline": "fixed issue with faulty parameter value choking RegularParser to not …",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2019-04-17T18:28:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f3a65f35de7f03e8c4a50e490c490888dc5b722",
"body": "Fixed skipping shortcodes in RegularParser",
"is_bot": false,
"headline": "Merge pull request #75 from thunderer/fix-falsy-parameter-value",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2019-02-03T22:50:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e26f78b0339339f4270f5e886ca9fc335fa5386",
"body": "…alue was string '0' which is falsy in PHP",
"is_bot": false,
"headline": "fixed skipping shortcodes in RegularParser when bbCode or parameter v…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2019-02-01T09:56:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccf16e8ebc8a8beab613356a76aca5f44a62cc75",
"body": "RegularParser improvements",
"is_bot": false,
"headline": "Merge pull request #72 from thunderer/parser-improvements",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2018-12-09T23:07:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39440f19b2d1a35601561a85d24020f615905cc9",
"body": "…longer able to reproduce PCRE_JIT_STACKLIMIT_ERROR",
"is_bot": false,
"headline": "reverted token lexer to named capture groups, for some reason I'm no …",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2018-12-09T14:06:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df9330a3cc202b9d921ef0a1d482259961ee6354",
"body": "… and restore it afterwards: there is no reliable way of detecting the current nesting level and safely manipulating its value in runtime to avoid process-breaking Error being thrown",
"is_bot": false,
"headline": "disable xdebug.max_nesting_level during RegularParser parsing process…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2018-12-09T11:58:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "590dfbb301c9e61e9d5dee7065deedbe870663c9",
"body": "…alved, simplified lookahead() method body as type is always specified",
"is_bot": false,
"headline": "inlined content() private method in RegularParser, nesting level is h…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2018-12-09T11:40:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f52e54d13916a6d5a3b77a6427c212b9240bf5e",
"body": "… small part of expected results, named captures based tokenizer was replaced with string matching which eats significant portion of previous performance gains, minor RegularParser and Processor improvements",
"is_bot": false,
"headline": "fixed issue #70, preg_match_all silently failed and returned only the…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2018-12-09T00:09:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "495c2114743eb27a35aac6ecd3e58d2c4279d8e0",
"body": "…orage, profiler reports over 143x performance improvement for RegularParser, a well spent Saturday afternoon",
"is_bot": false,
"headline": "backtracks now rely on their offsets only, removed backtrack token st…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2018-12-08T20:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16308a30fbac786ffc8d6e604a87ceb5ce7d0631",
"body": "… characters, added opcode optimized function aliases",
"is_bot": false,
"headline": "improved parser regex to report single tokens for series of non-token…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2018-12-08T18:17:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd33d8cd889d03a44f7a0c4731138e97c3680d67",
"body": "Allow asterisk (*) as shortcode name",
"is_bot": false,
"headline": "Merge pull request #63 from thunderer/allow-asterisk-shortcode-name",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2018-02-01T22:42:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "515b48b4a6f6a6ea06ae9cc7d974b4c7712b7fcd",
"body": null,
"is_bot": false,
"headline": "allow asterisk as shortcode name",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2018-02-01T22:36:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a699886918e428fed649f8da982385edf6323922",
"body": "RegularParser block tokens",
"is_bot": false,
"headline": "Merge pull request #61 from thunderer/regular-parser-block-tokens",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2018-02-01T22:35:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6234af94f4b6a2a024a3068f40d72b9dc3524da2",
"body": "…ingle string instead of each character separately",
"is_bot": false,
"headline": "improved RegularParser tokenizer to return non-functional tokens in s…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2018-02-01T22:27:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af0648623e741112b413299b3dcb37d17c71b7fb",
"body": "Fixed invalid opening or closing token sequence causing wrong shortcode content.",
"is_bot": false,
"headline": "Merge pull request #60 from thunderer/issue58-fix-opening-token-check",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2018-02-01T22:27:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ea546b5e7e2ab5b60bc9786ade01980144dbbd5",
"body": null,
"is_bot": false,
"headline": "simplified RegularParser::match() method",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2018-02-01T22:19:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90485ce81c3bcb395fb4f439a101f49de196527c",
"body": "…ed end-of-string and treated the result as just-closed shortcode, preventing the content() rule from correctly backtracking and attempting to find next shortcode or marker fragment, also lookahead for multiple tokens is not necessary, the parser can still be LALR(1)",
"is_bot": false,
"headline": "found the real cause of the issue: invalid end-of-tokens check report…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2018-02-01T21:39:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4036def09d2b7d3d6bdea14ceaf2af1acfc43b0",
"body": "Updated README to install at least v0.6.5",
"is_bot": false,
"headline": "Merge pull request #62 from thunderer/minor-version-in-readme",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2018-02-01T15:05:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71adf5e7ddde1c9e3087389e498ea850fe4cf7e1",
"body": "…lved to v0.6.0",
"is_bot": false,
"headline": "updated README to install at least v0.6.5 because ^0.6 sometimes reso…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2018-02-01T14:32:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcc237cdfec8611b3385ad941abd907a23b76496",
"body": null,
"is_bot": false,
"headline": "simplified RegularParser::lookahead() method based on its usage",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2018-01-30T20:57:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fe368973ef17e0e2b90c6587f3f80569cfd8ca3",
"body": "…reporting just-closed shortcode when its content contains loosely placed opening token",
"is_bot": false,
"headline": "added lookahead for multiple tokens in RegularParser, fixed bug with …",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2018-01-30T18:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7678d04b95d348494a527910e3de6efea36749db",
"body": "Dropped PHP 5.3 and added PHP 7.2 to Travis build matrix",
"is_bot": false,
"headline": "Merge pull request #53 from thunderer/fix-travis-php-versions",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2017-10-09T18:31:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ac3b1bd78ccdc49163ea389e8ffc02d99e8a2f0",
"body": null,
"is_bot": false,
"headline": "dropped PHP 5.3 and added PHP 7.2 to build matrix",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2017-10-09T18:18:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af76664ee0743aa67847117059ff93603d842096",
"body": "Fixed mistake in list of handlers",
"is_bot": false,
"headline": "Merge pull request #52 from metamaker/patch-2",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2017-10-09T18:00:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f9381f4d2bdd2c40caa88337c9c1b4c5494b5f5",
"body": null,
"is_bot": false,
"headline": "Fixed mistake in list of handlers",
"author_name": "Dmytro Yurchenko",
"author_login": "dmytro-y-dev",
"committed_at": "2017-10-09T17:52:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "483ea1363252c8c5b8d19449b3ad4289b9034877",
"body": "PHPUnit 6.0 compatibility",
"is_bot": false,
"headline": "Merge pull request #46 from thunderer/phpunit6",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2017-03-06T20:47:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91bf3a1be5e5d01b4cb9210963aa6e64ce8b29f4",
"body": "…or internals",
"is_bot": false,
"headline": "updated tests for PHPUnit 6.0 compatibility, minor updates in process…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2017-02-26T11:57:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "997418e71f997de98a73a41cf102b3310372ac64",
"body": null,
"is_bot": false,
"headline": "removed allowed failure for PHP 7.1 in Travis build matrix",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2017-01-08T00:22:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "648913e43946604a8cd57664b18cfe72200839c4",
"body": "Extended simple parameter values",
"is_bot": false,
"headline": "Merge pull request #44 from thunderer/extended-parameter-values",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2017-01-08T00:20:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19a1da1086180d05c23968cf4da53769571c1701",
"body": "…t alphanumeric string",
"is_bot": false,
"headline": "extended parameter values to include all valid content, not just firs…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2017-01-08T00:12:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63bf941b575281729637551b733cfda2148c8646",
"body": null,
"is_bot": false,
"headline": "removed unnecessary FIXME comment",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-12-13T22:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b4bf73f63e7df9a27c7d2fb50d839aaa5c4ce3a",
"body": null,
"is_bot": false,
"headline": "fixed invalid empty content detection in WordpressParser",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-12-13T22:10:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa96101544a4d434279669cfdb426100db325675",
"body": null,
"is_bot": false,
"headline": "added PHP 7.1 in Travis build matrix, fixed typo",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-12-02T19:59:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37395e2d716e86f4d10b1135013c36559032845f",
"body": null,
"is_bot": false,
"headline": "added missing UTF-8 qualifiers for multibyte functions",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-08-10T21:04:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11bc3b205e558e31c146aba8392b65b25dba0bde",
"body": null,
"is_bot": false,
"headline": "fixed bug with replacement of multibyte shortcode without handler",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-08-10T19:57:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d961fca5c555a67d906fdb8511007c117180b2a2",
"body": "…CHANGELOG",
"is_bot": false,
"headline": "updated current library version in README, updated recent changes in …",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-08-02T21:02:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f915c0b5269b4235342e78ffa28daee96b3b2a4",
"body": "…gularParser to return empty content as if shortcode was self-closed",
"is_bot": false,
"headline": "fixed issue with syntax tags in the shortcode content: they caused Re…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-04-25T21:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36f18d1fda83918dcd7b97e881d889b04f20e66a",
"body": "Fixed shortcode name in the README example",
"is_bot": false,
"headline": "Merge pull request #39 from leonardoalifraco/master",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-04-25T21:16:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea20eaa7be684a5a6c5e00025d4043d0f3da3bf1",
"body": null,
"is_bot": false,
"headline": "Fix shortcode name on readme example",
"author_name": "Leonardo Alifraco",
"author_login": "leonardoalifraco",
"committed_at": "2016-04-25T18:01:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1bfba438ffc65c6beae323e73859134b766cd05",
"body": "…ement because of the convoluted replacement logic due to the issues with multibyte strings",
"is_bot": false,
"headline": "text length must be recalculated after applying each shortcode replac…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-02-25T12:49:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f74c82d723529b0f2e3de7f7d22512efe5f6fe1",
"body": "… supporting PHP 5.3. Way to go, man, way to go...",
"is_bot": false,
"headline": "That's another level in the mastery of maintaining sanity while still…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-02-13T21:58:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecc74c1a007dc37fabc502a974d5b9d0770f431d",
"body": null,
"is_bot": false,
"headline": "added remaining UTF-8 encoding qualifiers in mb_*() functions",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-02-13T21:21:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01cc514124377dd8a6b582f0c73c91caff9728c5",
"body": null,
"is_bot": false,
"headline": "missing encoding qualifier in mb_strpos()",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-02-13T21:13:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d176b5591410b7b93f1a3299c3926a888360877",
"body": "…ked in regex), added support for shortcode base offset",
"is_bot": false,
"headline": "updated license year, removed name check in RegexParser (already chec…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-02-13T21:10:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c87b3e97714dcf98ae9ae7a5a26af883b534e2a4",
"body": "Improved facade",
"is_bot": false,
"headline": "Merge pull request #36 from thunderer/improved-facade",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-02-13T19:58:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f748695c7d25d0dc800ec2f595b76cfe6eda3d64",
"body": null,
"is_bot": false,
"headline": "small fixes in facade and updated README with facade examples",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-02-11T22:07:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c25ba9f503f1678d09e228f94b628d15b9520d2f",
"body": null,
"is_bot": false,
"headline": "improved facade by allowing mutability and adding new library features",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-02-11T21:07:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5265cb5320b70712cfa239bd426f442c0454d95c",
"body": "…ed relevant documentation, updated changelog",
"is_bot": false,
"headline": "fixed differenced in shortcode name validation, added RawHandler, add…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-02-05T19:16:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9135f5699731fd8c28a0bd8dd40df3835ca86757",
"body": "Builtin handlers",
"is_bot": false,
"headline": "Merge pull request #33 from thunderer/builtin-handlers",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-02-05T18:55:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8e85becffa03bfa1125155110d7c4645258d9bf",
"body": "Improved README",
"is_bot": false,
"headline": "Merge pull request #34 from thunderer/better-docs",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-02-05T18:42:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b47d70695a9021a5e872e0c9418fed98334a64c6",
"body": "…pressParser",
"is_bot": false,
"headline": "finished new README, added numbers to allowed name characters in Word…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-02-05T18:36:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1f0a596c1736cdb58c7a28227f004f4c291cfbc",
"body": null,
"is_bot": false,
"headline": "improved readme document",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-02-05T17:16:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a32662954fdc5bd443f3bb4674a1555970cdb564",
"body": "…o named constructors ::createFromHandlers and ::createFromNames",
"is_bot": false,
"headline": "removed support for HandlerContainer in WordpressParser, changed it t…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-02-05T11:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed246fe7d5a319884d5e52aaf1d4611faee5f32b",
"body": "…r default handler, added optional HandlerContainer instance to WordpressParser to better imitate WordPress behavior, updated changelog",
"is_bot": false,
"headline": "fixed bug in HandlerContainer that may have silently added aliases fo…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-02-05T10:49:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59d79f0c4953502117e75eb6a81a841f84d94e41",
"body": null,
"is_bot": false,
"headline": "added in-code documentation for shortcodes, changed some of them",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-01-29T22:36:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66649b6ca20bd94c9180b093c3dfbba9f9c220de",
"body": "…rap, Url, Email, Null, Serializer and Declare",
"is_bot": false,
"headline": "added first batch of built-in handlers: Name, Content, Placeholder, W…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-01-29T22:33:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dbe84f45eedfa9d1d406946c9e176ff00ef4364",
"body": "Runtime events",
"is_bot": false,
"headline": "Merge pull request #32 from thunderer/runtime-events",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-01-29T22:20:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e478875a7e8b86e524f81ccc8930652956c167c",
"body": "… returning content only from shortcode results",
"is_bot": false,
"headline": "added two ready to use event handlers for handling raw shortcodes and…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-01-29T22:14:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66a452ff510f64002427ba9d1effb9b1cbd52bc2",
"body": null,
"is_bot": false,
"headline": "updated changelog with events subsystem description",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-01-29T18:45:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfd37f6a5517548b32af720db3c29a3ea98d6f28",
"body": null,
"is_bot": false,
"headline": "fixed short array syntax for PHP 5.3",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-01-28T21:48:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fdfa5aac3afae0b80f4a8bd1179868cbbd44236",
"body": "…cedShortcode to represent shortcodes after receiving handler result",
"is_bot": false,
"headline": "renamed ApplyResultsEvent to ReplaceShortcodesEvent, introduced Repla…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-01-28T21:37:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33f5151058531471d0cd9a640561136c8287ac46",
"body": null,
"is_bot": false,
"headline": "added descriptions for events, refactored small part of tests",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-01-27T23:41:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "097c04267363e98c5ff3d8dc3c0850cd4065588c",
"body": null,
"is_bot": false,
"headline": "added test to verify default results applier",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-01-27T10:15:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f0d33ac02ec3e84a1846c74131bcfcf0168db5c",
"body": null,
"is_bot": false,
"headline": "removed unused variable",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-01-26T23:18:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0b951d7ed0bb223887959289b2c01809b95191f",
"body": "…ent dispatcher, added with* configurator to configure event container to processor, added method to check if processed shortcode has parent with given name at any level in the tree, added tests",
"is_bot": false,
"headline": "introduced new event for applying handler results to text, removed ev…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-01-26T23:10:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d15558f4def7ec4b35f6f7d22c0c766fc17cee56",
"body": null,
"is_bot": false,
"headline": "removed invalid Event class parent",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-01-26T14:20:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d920c6676c280c3f2f8b809eaa0d13797bccf5f8",
"body": "…nd EventDispatcher subsystems",
"is_bot": false,
"headline": "removed dependency on Symfony EventDispatcher, added EventContainer a…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-01-26T14:20:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a1c1a2afd50502eb8844d39501a963394a8dbcf",
"body": "…h Symfony EventDispatcher, added child shortcodes results to ProcessedShortcode",
"is_bot": false,
"headline": "introduced prototype event handling with FilterShortcodesEvent throug…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-01-26T14:20:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a8d53780dc4c2cd823ba0c7c25f1131045337d8",
"body": "…ores",
"is_bot": false,
"headline": "RegexParser no longer matches shortcodes with name containing undersc…",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-01-26T09:36:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f87b8816a5f30f436f77b31406d0d50c0337a626",
"body": null,
"is_bot": false,
"headline": "PHP 5.3 and 5.4 can't check empty() on function result",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-01-26T09:02:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0797f66688634d1381dd60740c251219aa56c755",
"body": null,
"is_bot": false,
"headline": "fixed issue with type coercion forcing invalid shortcode name exception",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-01-26T08:58:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b089716c4d4ac77d205a2b39b2659e2f24ac4736",
"body": null,
"is_bot": false,
"headline": "code coverage back to 100%",
"author_name": "Tomasz Kowalczyk",
"author_login": "thunderer",
"committed_at": "2016-01-25T10:29:33Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 24,
"commits_last_year": 4,
"latest_release_at": "2026-06-18T09:26:36Z",
"latest_release_tag": "v0.7.7",
"releases_from_tags": false,
"days_since_last_push": 31,
"active_weeks_last_year": 3,
"days_since_latest_release": 38,
"mean_days_between_releases": 385.9
},
"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": "thunderer/shortcode",
"exists": true,
"license": "MIT",
"keywords": [
"library",
"parser",
"engine",
"bbcode",
"shortcode"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/thunderer/shortcode",
"is_deprecated": false,
"latest_version": "v0.7.7",
"repository_url": "https://github.com/thunderer/Shortcode",
"versions_count": 24,
"total_downloads": 2810115,
"dependents_count": 50,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 52235,
"first_published_at": null,
"latest_published_at": "2026-06-18T09:13:17Z",
"latest_version_yanked": null,
"days_since_latest_publish": 38
}
]
},
"popularity": {
"forks": 32,
"stars": 389,
"watchers": 12,
"fork_history": {
"days": [
{
"date": "2015-09-03",
"count": 1
},
{
"date": "2015-11-13",
"count": 1
},
{
"date": "2015-11-20",
"count": 1
},
{
"date": "2016-04-25",
"count": 1
},
{
"date": "2016-09-05",
"count": 1
},
{
"date": "2017-06-17",
"count": 1
},
{
"date": "2017-10-06",
"count": 1
},
{
"date": "2017-10-09",
"count": 1
},
{
"date": "2018-03-15",
"count": 1
},
{
"date": "2018-07-17",
"count": 1
},
{
"date": "2018-07-30",
"count": 1
},
{
"date": "2019-12-02",
"count": 1
},
{
"date": "2020-01-12",
"count": 1
},
{
"date": "2020-03-16",
"count": 1
},
{
"date": "2020-03-27",
"count": 1
},
{
"date": "2020-09-18",
"count": 1
},
{
"date": "2020-10-07",
"count": 1
},
{
"date": "2020-10-25",
"count": 1
},
{
"date": "2021-02-02",
"count": 1
},
{
"date": "2021-03-23",
"count": 1
},
{
"date": "2021-06-20",
"count": 1
},
{
"date": "2021-12-22",
"count": 1
},
{
"date": "2022-01-02",
"count": 1
},
{
"date": "2022-04-14",
"count": 1
},
{
"date": "2022-05-30",
"count": 1
},
{
"date": "2023-12-30",
"count": 1
},
{
"date": "2024-01-16",
"count": 1
},
{
"date": "2024-04-22",
"count": 1
},
{
"date": "2025-05-20",
"count": 1
},
{
"date": "2025-07-31",
"count": 1
},
{
"date": "2025-09-11",
"count": 1
},
{
"date": "2025-12-17",
"count": 1
}
],
"complete": true,
"collected": 32,
"total_forks": 32
},
"star_history": null,
"open_issues_and_prs": 8
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 20319,
"source_files_sampled": 56,
"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": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "symfony/yaml",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 3,
"direct_count": 0,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 51,
"open_issues": 4,
"closed_ratio": 0.931,
"closed_issues": 54,
"closed_unmerged_prs": 10
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "thunderer",
"commits": 254,
"avatar_url": "https://avatars.githubusercontent.com/u/1087180?v=4"
},
{
"type": "User",
"login": "funkjedi",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/9314?v=4"
},
{
"type": "User",
"login": "rhukster",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1084697?v=4"
},
{
"type": "User",
"login": "Awilum",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/477114?v=4"
},
{
"type": "User",
"login": "dmytro-y-dev",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5102404?v=4"
},
{
"type": "User",
"login": "leonardoalifraco",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/2942943?v=4"
}
],
"contributors_sampled": 6,
"top_contributor_share": 0.966
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"test-old.yaml",
"test.yaml"
],
"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": 1,
"reason": "4 out of 23 merged PRs checked by a CI test -- score normalized to 1",
"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": 2,
"reason": "Found 6/24 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"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": 2,
"reason": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"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": "21578f618071d47d4f6ed94ba01e67bdf1ca97d6",
"ran_at": "2026-07-27T01:21:30Z",
"aggregate_score": 3.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-06-25T16:45:04Z",
"oldest_open_prs": [
{
"number": 66,
"created_at": "2018-02-25T02:25:24Z",
"last_comment_at": "2020-10-29T17:11:06Z",
"last_comment_author": "MrPetovan"
},
{
"number": 89,
"created_at": "2020-10-27T23:35:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 116,
"created_at": "2024-12-20T20:11:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 117,
"created_at": "2025-05-20T14:29:49Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-06-25T16:44:03Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 16,
"created_at": "2015-10-08T14:57:30Z",
"last_comment_at": "2018-02-02T07:03:54Z",
"last_comment_author": "jenstornell"
},
{
"number": 65,
"created_at": "2018-02-25T00:59:07Z",
"last_comment_at": "2019-04-03T17:57:26Z",
"last_comment_author": "rhukster"
},
{
"number": 67,
"created_at": "2018-04-25T20:26:45Z",
"last_comment_at": "2018-04-26T21:07:46Z",
"last_comment_author": "mpdude"
},
{
"number": 110,
"created_at": "2024-04-18T12:44:01Z",
"last_comment_at": "2024-12-20T20:29:22Z",
"last_comment_author": "thunderer"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/thunderer/Shortcode",
"host": "github.com",
"name": "Shortcode",
"owner": "thunderer"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"security": 38,
"vitality": 47,
"community": 60,
"governance": 61,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 47,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"commits_last_year": 4,
"human_commit_share": 1,
"days_since_last_push": 31,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 31 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 31
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "4 commits in the last year",
"points": 6.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 4
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 76,
"inputs": {
"releases_count": 24,
"latest_release_tag": "v0.7.7",
"releases_from_tags": false,
"days_since_latest_release": 38,
"mean_days_between_releases": 385.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "24 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 24
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 38 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 38
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~385.9 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 385.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 31,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 31 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 31
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 60,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"forks": 32,
"stars": 389,
"watchers": 12,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "389 stars",
"points": 42,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 389
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "32 forks",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 32
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "12 watchers",
"points": 5.8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 12
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (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": "good",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"packages": [
"thunderer/shortcode"
],
"dependents": 50,
"ecosystems": "packagist",
"total_downloads": 2810115,
"monthly_downloads": 52235
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "52,235 downloads/month across packagist",
"points": 62.9,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 52235,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "50 packages depend on it",
"points": 11.4,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 50
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 6,
"top_contributor_share": 0.966
},
"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 97% of commits",
"points": 0.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 97
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "6 contributors",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 6
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"merged_prs": 51,
"open_issues": 4,
"closed_issues": 54,
"issue_closed_ratio": 0.931,
"closed_unmerged_prs": 10
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "93% of issues closed",
"points": 43.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 93
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "51/61 decided PRs merged",
"points": 32,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 51,
"decided": 61
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/24 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 59,
"inputs": {
"followers": 136,
"owner_type": "User",
"is_verified": null,
"owner_login": "thunderer",
"public_repos": 20,
"account_age_days": 5415
},
"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": "136 followers of thunderer",
"points": 15.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 136,
"login": "thunderer"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "20 public repos, account ~14 yr old",
"points": 21.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 20
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"thunderer/shortcode"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 38
},
"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 38 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 38
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "24 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 24
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 50,
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": "4 out of 23 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"php",
"shortcode",
"parser",
"library",
"bbcode",
"bbcode-parser",
"decoda"
],
"has_wiki": false,
"homepage": "http://kowalczyk.cc",
"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": "http://kowalczyk.cc",
"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": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 38,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.8
},
"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": "4 out of 23 merged PRs checked by a CI test -- score normalized to 1",
"points": 0.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 6/24 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"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": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "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": "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": 16
},
"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": 40,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.37,
"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": "37 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 19.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 37,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"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": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"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": 20319,
"source_files_sampled": 56,
"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/56 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 56,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"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-27T01:21:46.683325Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/thunderer/Shortcode.svg",
"full_name": "thunderer/Shortcode",
"license_state": "standard",
"license_spdx": "MIT"
}