Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 570,
"has_wiki": true,
"homepage": null,
"languages": {
"CSS": 414,
"PHP": 40289,
"Blade": 5718,
"JavaScript": 11686
},
"pushed_at": "2026-05-22T20:41:11Z",
"created_at": "2025-01-26T23:49:22Z",
"owner_type": "Organization",
"updated_at": "2026-04-01T15:02:13Z",
"description": "a TineMce editor for Laravel Filament Forms",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "6.x",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP",
"JavaScript"
]
},
"owner": {
"blog": null,
"name": "Visual Builder",
"type": "Organization",
"login": "visualbuilder",
"company": null,
"location": null,
"followers": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/122575990?v=4",
"created_at": "2023-01-12T22:51:36Z",
"is_verified": null,
"public_repos": 16,
"account_age_days": 1286
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "6.0.0",
"kind": "major",
"published_at": "2026-05-19T03:26:47Z"
},
{
"tag": "5.0.2",
"kind": "patch",
"published_at": "2026-04-01T15:01:23Z"
},
{
"tag": "5.0.1",
"kind": "patch",
"published_at": "2026-03-31T10:52:22Z"
},
{
"tag": "5.0.0",
"kind": "major",
"published_at": "2026-03-31T00:17:37Z"
},
{
"tag": "4.0.7",
"kind": "patch",
"published_at": "2026-01-26T21:10:26Z"
},
{
"tag": "4.0.6",
"kind": "patch",
"published_at": "2025-08-22T12:49:39Z"
},
{
"tag": "4.0.5",
"kind": "patch",
"published_at": "2025-08-22T12:20:13Z"
},
{
"tag": "4.0.4",
"kind": "patch",
"published_at": "2025-08-20T02:38:11Z"
},
{
"tag": "4.0.3",
"kind": "patch",
"published_at": "2025-08-20T02:20:09Z"
},
{
"tag": "4.0.2",
"kind": "patch",
"published_at": "2025-08-20T02:09:55Z"
},
{
"tag": "4.0.1",
"kind": "patch",
"published_at": "2025-08-19T23:01:01Z"
},
{
"tag": "3.0.0",
"kind": "major",
"published_at": "2025-02-11T18:53:12Z"
}
],
"recent_commits": [
{
"oid": "70e8d92737aae913fd81f0e056bf0ed8c239bc8b",
"body": "BREAKING CHANGE: tinymce/tinymce constraint bumped from ^7.3.0 to ^8.0.\nConsumers on the 5.x release line stay on TinyMCE 7; the new 6.x line\ntracks TinyMCE 8 so the major bump is signalled cleanly via SemVer.\n\n- composer.json: tinymce/tinymce ^8.0; branch-alias retargeted to\n 6.x-dev → 6.0.x-dev.\n\n[…]\nisan vendor:publish \\\n --provider=\"Visualbuilder\\\\FilamentTinyEditor\\\\TinyeditorServiceProvider\" \\\n --tag=public --force\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat!: tinymce 8 upgrade — 6.x release line",
"author_name": "Lee Evans",
"author_login": "leeoptima",
"committed_at": "2026-05-19T03:26:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "80ebd75f76acc4d2c502fce659a6e0cf3af93450",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: standardise version compatibility table",
"author_name": "vagrant",
"author_login": null,
"committed_at": "2026-04-01T15:01:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6ace03444ba7266e1e3659ea5e3b8c287e6306fd",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: update README install instructions for 5.x",
"author_name": "vagrant",
"author_login": null,
"committed_at": "2026-03-31T10:52:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "73574030936bdb2fbc6c717e605d7f3bf33db9ac",
"body": null,
"is_bot": false,
"headline": "chore: add branch-alias for 5.x-dev",
"author_name": "vagrant",
"author_login": null,
"committed_at": "2026-03-31T10:47:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30c8683fbcfd2c4366330adc6059a9033d1c2146",
"body": "Updated filament-tinyeditor package for Filament 5 compatibility following\nlearnings from NB-2060 (filament-2fa). Package upgrade was successful with\nzero source code changes required.\n\nDependencies Updated:\n- filament/filament: ^4.0 → ^5.0 (now v5.4.3)\n- pestphp/pest: ^3.0 → ^4.0 (now v4.4.3)\n- pes\n[…]\n needed)\n- Much simpler than filament-2fa (26-48 hours estimated for that package)\n\nRelated: NB-2060 (filament-2fa compatibility - completed)\n\nCo-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(NB-2061): Add Filament 5.x compatibility",
"author_name": "Dev Agent Bot",
"author_login": null,
"committed_at": "2026-03-31T00:17:37Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "95ee6bf2a40bb5d88a551cb2e32c50f94593dfad",
"body": "- Created comprehensive Filament 5 compatibility report\n- Added automated compatibility test suite (18 tests)\n- Documented migration strategy and risk assessment\n- Added Pest test framework configuration\n- Created test documentation\n\nKey Findings:\n- EXCELLENT compatibility (LOW risk vs HIGH risk for\n[…]\nent instantiation tests\n- Configuration method tests\n- Profile, RTL/LTR, i18n support tests\n- File attachment and toolbar configuration tests\n\nCo-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(NB-2061): Filament 5 compatibility testing for filament-tinyeditor",
"author_name": "Dev Agent Bot",
"author_login": null,
"committed_at": "2026-03-30T19:50:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8ea3c87806d8f07c6175ce4d39c303e0d8250311",
"body": null,
"is_bot": false,
"headline": "Fix no default ID",
"author_name": "Lee Evans",
"author_login": "cannycookie",
"committed_at": "2025-08-22T12:49:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5f7f6b99ed2be0b98a05c8267a91fd4747e0959",
"body": "…find the element",
"is_bot": false,
"headline": "Set an ID if not already set. Fixes issue with JS not being able to …",
"author_name": "Lee Evans",
"author_login": "cannycookie",
"committed_at": "2025-08-22T12:20:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a93c17790935bd0265e07462bec8044f2a4b070",
"body": null,
"is_bot": false,
"headline": "Update editor view",
"author_name": "Lee Evans",
"author_login": "cannycookie",
"committed_at": "2025-08-20T02:38:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc3a3ce9000087d251f9af77085224e55a4c94e8",
"body": null,
"is_bot": false,
"headline": "Update",
"author_name": "Lee Evans",
"author_login": "cannycookie",
"committed_at": "2025-08-20T02:20:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d07c24c7062cb29abca48ee6532460cdaf53dbb",
"body": "…t-rendering\n\nFix TinyMCE not rendering on Filament 4",
"is_bot": false,
"headline": "Merge pull request #2 from visualbuilder/lee/fix-tiny-editor-componen…",
"author_name": "Lee",
"author_login": "cannycookie",
"committed_at": "2025-08-20T02:09:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7957ad51e5293a74fbad34b5afccf8cd9e0ec4a0",
"body": null,
"is_bot": false,
"headline": "fix: render editor on Filament 4",
"author_name": "Lee",
"author_login": "cannycookie",
"committed_at": "2025-08-20T02:09:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a12432dbd8223701fa0c7ef2b7705884eaaa60b",
"body": null,
"is_bot": false,
"headline": "UPdate for filament 4",
"author_name": "Lee Evans",
"author_login": "cannycookie",
"committed_at": "2025-08-19T23:01:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36c663dc12238c69f6f8acba6051237e45d3e1cf",
"body": "Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.8 to 0.25.0.\n- [Release notes](https://github.com/evanw/esbuild/releases)\n- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md)\n- [Commits](https://github.com/evanw/esbuild/compare/v0.19.8...v0.25.0)\n\n---\nupdated-dependencies:\n- dependency-name: esbuild\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump esbuild from 0.19.8 to 0.25.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-02-11T18:53:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "780e39d51a9653ecb4df837f636e0b573b73406e",
"body": null,
"is_bot": false,
"headline": "rename",
"author_name": "Lee Evans",
"author_login": "cannycookie",
"committed_at": "2025-01-26T23:55:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fabdcd25dc685d562397bbc7083d4b5b3e63d5d6",
"body": null,
"is_bot": false,
"headline": "Update TinyeditorServiceProvider.php to use secure js",
"author_name": "Lee",
"author_login": "cannycookie",
"committed_at": "2025-01-26T23:50:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5eb14b3190366088ad1b1f44ee7d9d19d427619",
"body": null,
"is_bot": false,
"headline": "fix reported bugs",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2025-01-18T15:30:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de972bf39c0cb0a3c9364d0ee18415ac8d841ba6",
"body": null,
"is_bot": false,
"headline": "add image delete callback",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2025-01-18T12:06:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f33c2088cb54a5ed44b58a20f43096663ecc9b47",
"body": null,
"is_bot": false,
"headline": "fix default values",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2025-01-18T10:56:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bd8f49b2b52caaac1f61ada9a2cc365da7a0e00",
"body": "* Add set custom config\r\n\r\n* Add evaluate for custom configs",
"is_bot": false,
"headline": "Add set custom config (#70)",
"author_name": "Atila Silva",
"author_login": "a21ns1g4ts",
"committed_at": "2024-09-16T05:52:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "969cc0776130c821facb8e6275945113de9b9936",
"body": "…repeaters, (#68)\n\nand could cause the entire editor to become unresponsive after a reorder.",
"is_bot": false,
"headline": "Fixes bug that caused editor to lose content on reorder when used in …",
"author_name": "Robin Malburn",
"author_login": "robinmalburn",
"committed_at": "2024-09-14T04:44:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b9be0d0ef090f78e9e701805a3479c37c0e41cc",
"body": "* build 7.3.0\r\n\r\n* fix reported bugs\r\n\r\n* fix image upload",
"is_bot": false,
"headline": "Develop (#64)",
"author_name": "Amid",
"author_login": "amidesfahani",
"committed_at": "2024-08-26T00:19:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "312cd4c576e8ddecd4119e9abc16347099e77984",
"body": null,
"is_bot": false,
"headline": "merge develop",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2024-08-26T00:19:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0775941d2f913667e4b528f2b7b6057ab93785db",
"body": null,
"is_bot": false,
"headline": "fix image upload",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2024-08-26T00:17:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eee97255cc8b98e028246d2b32bcf73373b758d3",
"body": "* build 7.3.0\r\n\r\n* fix reported bugs",
"is_bot": false,
"headline": "Develop (#61)",
"author_name": "Amid",
"author_login": "amidesfahani",
"committed_at": "2024-08-16T21:09:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b91592d6a84ae16fbeeafec25eec269b1e6c2b4",
"body": null,
"is_bot": false,
"headline": "update branch",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2024-08-16T21:08:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf7cc8db10d785d9222d597354e45fec351550b0",
"body": null,
"is_bot": false,
"headline": "fix reported bugs",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2024-08-16T21:06:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c32e720bac8ea949775de11e4ca2042db0c50d34",
"body": null,
"is_bot": false,
"headline": "build 7.3.0 (#60)",
"author_name": "Amid",
"author_login": "amidesfahani",
"committed_at": "2024-08-16T07:44:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5aecdac5156a4d3dbaecf92b095ef50ea99901b",
"body": null,
"is_bot": false,
"headline": "build 7.3.0",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2024-08-16T00:18:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39be274fe158add3b6a104b840577efbe1d0c520",
"body": "Co-authored-by: Reksmey <reksmey@go24.sg>",
"is_bot": false,
"headline": "fix-conflict-tinyeditor-with-filament-on-overlap-modal (#53)",
"author_name": "Reksmey",
"author_login": "reksmeysrey",
"committed_at": "2024-07-27T20:37:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80f430876e090e1de8436c66749045fac05e47e2",
"body": null,
"is_bot": false,
"headline": "Added: Installing external plugins (#48)",
"author_name": "Dajan Vulaj",
"author_login": "dajanvulaj",
"committed_at": "2024-07-09T09:01:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16f3e4f56cb419da90249c5435f3c656d46822d6",
"body": null,
"is_bot": false,
"headline": "Add default value to getCustomConfigs method (#45)",
"author_name": "ringattila",
"author_login": "ringattila",
"committed_at": "2024-06-10T20:11:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a1781b3862d6766fdaaab6c738396acdf9ea07c",
"body": "Fixed: Correct languages mapping of Portuguese from Portugal and Portuguese from Brazil",
"is_bot": false,
"headline": "Update TinyEditor.php (#44)",
"author_name": "Rone Santos",
"author_login": "ronefel",
"committed_at": "2024-06-05T06:43:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcc7eba28411f197d7401280f9d358381723246b",
"body": "Fixed: custom_configs\r\n- $getCustomConfigs() returns a json so it should not be wrapped as a string\r\nFixed: Theme always using dark mode\r\n- This check : document.querySelector('html').getAttribute('class').includes('dark') , is always false on Filament V3 as the HTML tag never has a class: dark",
"is_bot": false,
"headline": "Update tiny-editor.blade.php (#43)",
"author_name": "Dajan Vulaj",
"author_login": "dajanvulaj",
"committed_at": "2024-05-31T21:28:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdc69130b3890700d467446b48549e420bd9acc7",
"body": null,
"is_bot": false,
"headline": "version 7",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2024-04-25T07:28:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27094b0e8285d75135fd9a0fc24e140c65af80e7",
"body": null,
"is_bot": false,
"headline": "Add licence key for tinyeditor if you have (#38)",
"author_name": "Angel Jimenez Escobar",
"author_login": "anheru88",
"committed_at": "2024-04-25T07:21:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45c661fd9cf52ab412c649886bdd074d372a0eaa",
"body": null,
"is_bot": false,
"headline": "merge changes",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2024-04-13T00:05:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a4201c660069ce3053adebb6352e698cf0c1677",
"body": null,
"is_bot": false,
"headline": "tiny 7",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2024-04-13T00:00:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac7920d3b558c2a0361bf3a682de38da1b2489ae",
"body": null,
"is_bot": false,
"headline": "support china",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2024-04-12T22:28:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f73331f6247c6dd472372db26ccd42146ee75495",
"body": null,
"is_bot": false,
"headline": "improve options (#28)",
"author_name": "Amid",
"author_login": "amidesfahani",
"committed_at": "2024-02-17T08:52:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62b0fd6bfbc758de343a7b92609e6d1363589bfb",
"body": null,
"is_bot": false,
"headline": "improve options",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2024-02-17T08:50:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be46503c4dee436f0ac9ac30a834fba60c7d0799",
"body": "Improve",
"is_bot": false,
"headline": "Merge pull request #25 from amidesfahani/improve",
"author_name": "Amid",
"author_login": "amidesfahani",
"committed_at": "2024-02-17T06:49:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f022704c37961ccce6c245d09f1f54a0b77b94a",
"body": null,
"is_bot": false,
"headline": "add custom button",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2024-02-11T17:16:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8af678b3395888b3aacfa2632187944b3a07669e",
"body": null,
"is_bot": false,
"headline": "improve darkmode & skins",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2024-02-11T16:34:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1abe5262b2bdd0bd15fe8a82101d6f0c004c5753",
"body": "Improve",
"is_bot": false,
"headline": "Merge pull request #20 from amidesfahani/improve",
"author_name": "Amid",
"author_login": "amidesfahani",
"committed_at": "2023-12-14T20:28:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18c1d5b4a65ea4d23d6edbaed7919086d4b42055",
"body": null,
"is_bot": false,
"headline": "add support for custom configs",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2023-12-14T20:26:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fdeb0caaed8517bcd68d2f7ed03fd731a1e237a",
"body": null,
"is_bot": false,
"headline": "fix javascript error undefined putCursorToEnd",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2023-12-14T20:18:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46f014a16afd66e5c63210572ab5827f55575c82",
"body": "add laravel pint",
"is_bot": false,
"headline": "Merge pull request #19 from amidesfahani/improve",
"author_name": "Amid",
"author_login": "amidesfahani",
"committed_at": "2023-12-14T20:15:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f202d4dc3f2595de51387ae47de03e3cbaedcb62",
"body": null,
"is_bot": false,
"headline": "add laravel pint",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2023-12-14T20:13:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "732ed7d8c6c45c647468e1ef75f2ccbec8b0976f",
"body": "add support for multiple editors\r\n\r\nFixed:\r\nhttps://github.com/amidesfahani/filament-tinyeditor/issues/13\r\nhttps://github.com/amidesfahani/filament-tinyeditor/issues/12\r\nhttps://github.com/amidesfahani/filament-tinyeditor/issues/11",
"is_bot": false,
"headline": "Merge pull request #17 from amidesfahani/improve",
"author_name": "Amid",
"author_login": "amidesfahani",
"committed_at": "2023-12-11T06:22:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a91d318530709158a8c3c585b07bf819f82bb948",
"body": null,
"is_bot": false,
"headline": "update branch",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2023-12-11T06:20:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12daeb973dc35b4dc23b012032733e5b702bc4d1",
"body": null,
"is_bot": false,
"headline": "remove logs",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2023-12-11T06:18:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c04461a002bf5b4706da31f53bd6b794582f50d",
"body": null,
"is_bot": false,
"headline": "improve tiny",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2023-12-04T22:55:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77639281302cf1aed104d794c685819b4d5f5a6e",
"body": null,
"is_bot": false,
"headline": "added max height/weight to the disabled view",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2023-11-17T21:07:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a90dc646e010a71edc7dcdaadb304b898cacf84e",
"body": "issue (https://github.com/amidesfahani/filament-tinyeditor/issues/5) solved",
"is_bot": false,
"headline": "Merge pull request #10 from amidesfahani/tiny-composer",
"author_name": "Amid",
"author_login": "amidesfahani",
"committed_at": "2023-11-17T20:56:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16820f034da1a87ae1e2b8b8427e612a0cd7086b",
"body": null,
"is_bot": false,
"headline": "resolve conflicts",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2023-11-17T20:55:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6426319554ccb2a328b043c6cac8de4cc032aca",
"body": null,
"is_bot": false,
"headline": "local js",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2023-11-17T20:52:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2351efa324a37e19981d7a75cdea2383268982c",
"body": "fix Str not found",
"is_bot": false,
"headline": "Merge pull request #9 from amidesfahani/improve",
"author_name": "Amid",
"author_login": "amidesfahani",
"committed_at": "2023-11-09T13:52:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c99e06ea0280b475048b9bec087eadf5f3957fe2",
"body": null,
"is_bot": false,
"headline": "fix Str not found",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2023-11-09T13:51:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad470c0fb646a2ac41d497682d55e103b8b66f8a",
"body": "templates",
"is_bot": false,
"headline": "Merge pull request #7 from amidesfahani/improve",
"author_name": "Amid",
"author_login": "amidesfahani",
"committed_at": "2023-11-08T22:04:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c047136ea6512b611f2c3dc8fd029a9dfa9a1c43",
"body": null,
"is_bot": false,
"headline": "templates",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2023-11-08T22:03:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c92eaa0917217c876cd5716d6684ee2fbc2c59f9",
"body": "Improve",
"is_bot": false,
"headline": "Merge pull request #6 from amidesfahani/improve",
"author_name": "Amid",
"author_login": "amidesfahani",
"committed_at": "2023-11-07T22:40:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "758eb5a06177e303df0b515364cf2a1ee23bd68e",
"body": null,
"is_bot": false,
"headline": "remove console.log",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2023-11-07T22:39:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86479fabcd62af2dd2775f54666db201e4f8e354",
"body": null,
"is_bot": false,
"headline": "improve darkMode",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2023-11-07T22:39:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f947b9a86a85d5e6a51b2cc13643fcd21495bc79",
"body": null,
"is_bot": false,
"headline": "add support for unload event",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2023-11-07T22:28:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8e91c16c5c7a797cce48b2aef6986d780d41c5b",
"body": null,
"is_bot": false,
"headline": "fix align buttons",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2023-11-07T22:17:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fe8b7867343cd9e9509e667cfa8b501a62d11e5",
"body": null,
"is_bot": false,
"headline": "set ltr as default direction",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2023-11-07T22:16:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5bd44e8a0c564b0ec2204a5354580d533e5bdfb",
"body": null,
"is_bot": false,
"headline": "disable default rtl",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2023-11-07T22:11:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d16b3e27739b410b97326104e661a9fd6b8ed79",
"body": "allow add optional languages or replace original ones",
"is_bot": false,
"headline": "Merge pull request #4 from amidesfahani/add-languages",
"author_name": "Amid",
"author_login": "amidesfahani",
"committed_at": "2023-10-31T21:00:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bad8ed5eca6f922fd8e2f1ab5be330126ecd30c0",
"body": null,
"is_bot": false,
"headline": "add language to config",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2023-10-31T20:57:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e768880afc0106e91c5b8a00533bd6ca00dddb6",
"body": "add missing languages",
"is_bot": false,
"headline": "Merge pull request #3 from amidesfahani/add-languages",
"author_name": "Amid",
"author_login": "amidesfahani",
"committed_at": "2023-10-31T20:38:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f60f3658116f85bc19c1b18f5ad6b96883c882da",
"body": null,
"is_bot": false,
"headline": "add missing languages",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2023-10-31T20:26:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8546f5136cea74c43ac61561734392178bd40681",
"body": null,
"is_bot": false,
"headline": "update README",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2023-10-30T10:50:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ea4431bb497edfd02b509fddd75d7f2eee60104",
"body": null,
"is_bot": false,
"headline": "initial commit",
"author_name": "Amid Esfahani",
"author_login": "amidesfahani",
"committed_at": "2023-10-23T20:47:04Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 13,
"latest_release_at": "2026-05-19T03:26:47Z",
"latest_release_tag": "6.0.0",
"releases_from_tags": true,
"days_since_last_push": 61,
"active_weeks_last_year": 5,
"days_since_latest_release": 64,
"mean_days_between_releases": 30.2
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "visualbuilder/filament-tinyeditor",
"exists": true,
"license": "MIT",
"keywords": [
"tinymce",
"laravel",
"filament",
"tinyeditor"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/visualbuilder/filament-tinyeditor",
"is_deprecated": false,
"latest_version": "6.0.0",
"repository_url": "https://github.com/visualbuilder/filament-tinyeditor",
"versions_count": 12,
"total_downloads": 30627,
"dependents_count": 3,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 3099,
"first_published_at": null,
"latest_published_at": "2026-05-19T03:26:47Z",
"latest_version_yanked": null,
"days_since_latest_publish": 64
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 4
},
"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": 19016,
"source_files_sampled": 9,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json",
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "shell-quote",
"direct": false,
"version": "1.8.1",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-395f-4hp3-45gv",
"GHSA-w7jw-789q-3m8p"
],
"fixed_version": "1.9.0",
"advisory_count": 2,
"oldest_advisory_days": 43
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.11",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp",
"GHSA-f886-m6hf-6m8v",
"GHSA-v6h2-p8h4-qcjw"
],
"fixed_version": "5.0.7",
"advisory_count": 3,
"oldest_advisory_days": 407
},
{
"name": "cross-spawn",
"direct": false,
"version": "6.0.5",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3xgq-45jj-v275"
],
"fixed_version": "7.0.5",
"advisory_count": 1,
"oldest_advisory_days": 621
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-23c5-xmqv-rm74",
"GHSA-3ppc-4f35-3m26",
"GHSA-7r86-cg39-jmmj"
],
"fixed_version": "10.2.3",
"advisory_count": 3,
"oldest_advisory_days": 153
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.7",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 4.3,
"advisory_ids": [
"GHSA-mwcw-c2x4-8c55"
],
"fixed_version": "5.0.9",
"advisory_count": 1,
"oldest_advisory_days": 590
},
{
"name": "postcss",
"direct": false,
"version": "8.4.32",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 6.1,
"advisory_ids": [
"GHSA-qx2v-qp2m-jg93"
],
"fixed_version": "8.5.10",
"advisory_count": 1,
"oldest_advisory_days": 89
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 3,
"critical": 1,
"moderate": 2
},
"advisory_count": 11,
"affected_count": 6,
"assessed_count": 147,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 8,
"direct_affected_count": 0
},
"ecosystems": [
"npm",
"packagist"
],
"dependencies": [
{
"name": "filament/filament",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^5.0"
},
{
"name": "spatie/laravel-package-tools",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.16"
},
{
"name": "tinymce/tinymce",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^8.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "filament/filament",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "spatie/laravel-package-tools",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "tinymce/tinymce",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@vue/reactivity",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "@vue/shared",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "alpinejs",
"direct": false,
"version": "3.13.3",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "array-buffer-byte-length",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "arraybuffer.prototype.slice",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "autoprefixer",
"direct": false,
"version": "10.4.16",
"ecosystem": "npm"
},
{
"name": "available-typed-arrays",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.11",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.22.2",
"ecosystem": "npm"
},
{
"name": "call-bind",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001566",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "2.4.2",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "1.9.3",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "6.0.5",
"ecosystem": "npm"
},
{
"name": "define-data-property",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "define-properties",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.4.602",
"ecosystem": "npm"
},
{
"name": "error-ex",
"direct": false,
"version": "1.3.2",
"ecosystem": "npm"
},
{
"name": "es-abstract",
"direct": false,
"version": "1.22.3",
"ecosystem": "npm"
},
{
"name": "es-set-tostringtag",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "es-to-primitive",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "for-each",
"direct": false,
"version": "0.3.3",
"ecosystem": "npm"
},
{
"name": "fraction.js",
"direct": false,
"version": "4.3.7",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "function.prototype.name",
"direct": false,
"version": "1.1.6",
"ecosystem": "npm"
},
{
"name": "functions-have-names",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "get-intrinsic",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "get-symbol-description",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "globalthis",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "gopd",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "has-bigints",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "has-property-descriptors",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "has-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "has-symbols",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "has-tostringtag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "hosted-git-info",
"direct": false,
"version": "2.8.9",
"ecosystem": "npm"
},
{
"name": "internal-slot",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "is-array-buffer",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "is-arrayish",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "is-bigint",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "is-boolean-object",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "is-callable",
"direct": false,
"version": "1.2.7",
"ecosystem": "npm"
},
{
"name": "is-core-module",
"direct": false,
"version": "2.13.1",
"ecosystem": "npm"
},
{
"name": "is-date-object",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "is-negative-zero",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "is-number-object",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "is-regex",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "is-shared-array-buffer",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "is-string",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "is-symbol",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "is-typed-array",
"direct": false,
"version": "1.1.12",
"ecosystem": "npm"
},
{
"name": "is-weakref",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "isarray",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "json-parse-better-errors",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "load-json-file",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "memorystream",
"direct": false,
"version": "0.3.1",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.7",
"ecosystem": "npm"
},
{
"name": "nice-try",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.14",
"ecosystem": "npm"
},
{
"name": "normalize-package-data",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "normalize-range",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "npm-run-all",
"direct": false,
"version": "4.1.5",
"ecosystem": "npm"
},
{
"name": "object-inspect",
"direct": false,
"version": "1.13.1",
"ecosystem": "npm"
},
{
"name": "object-keys",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "object.assign",
"direct": false,
"version": "4.1.5",
"ecosystem": "npm"
},
{
"name": "parse-json",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "path-parse",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "path-type",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "pidtree",
"direct": false,
"version": "0.3.1",
"ecosystem": "npm"
},
{
"name": "pify",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.4.32",
"ecosystem": "npm"
},
{
"name": "postcss-value-parser",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "2.8.8",
"ecosystem": "npm"
},
{
"name": "prettier-plugin-blade",
"direct": false,
"version": "1.6.16",
"ecosystem": "npm"
},
{
"name": "read-pkg",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "regexp.prototype.flags",
"direct": false,
"version": "1.5.1",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "1.22.8",
"ecosystem": "npm"
},
{
"name": "safe-array-concat",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "safe-regex-test",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "5.7.2",
"ecosystem": "npm"
},
{
"name": "set-function-length",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "set-function-name",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "shell-quote",
"direct": false,
"version": "1.8.1",
"ecosystem": "npm"
},
{
"name": "side-channel",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "spdx-correct",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "spdx-exceptions",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "spdx-expression-parse",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "spdx-license-ids",
"direct": false,
"version": "3.0.16",
"ecosystem": "npm"
},
{
"name": "string.prototype.padend",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "string.prototype.trim",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "string.prototype.trimend",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "string.prototype.trimstart",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "strip-bom",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "5.5.0",
"ecosystem": "npm"
},
{
"name": "supports-preserve-symlinks-flag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "typed-array-buffer",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "typed-array-byte-length",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "typed-array-byte-offset",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "typed-array-length",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "unbox-primitive",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "update-browserslist-db",
"direct": false,
"version": "1.0.13",
"ecosystem": "npm"
},
{
"name": "validate-npm-package-license",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "which-boxed-primitive",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "which-typed-array",
"direct": false,
"version": "1.1.13",
"ecosystem": "npm"
},
{
"name": "laravel/pint",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "pestphp/pest",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "pestphp/pest-plugin-laravel",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 155,
"direct_count": 3,
"indirect_count": 152
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 2,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "amidesfahani",
"commits": 50,
"avatar_url": "https://avatars.githubusercontent.com/u/61671721?v=4"
},
{
"type": "User",
"login": "cannycookie",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/500822?v=4"
},
{
"type": "User",
"login": "dajanvulaj",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/6430816?v=4"
},
{
"type": "User",
"login": "anheru88",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3945572?v=4"
},
{
"type": "User",
"login": "a21ns1g4ts",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/11599205?v=4"
},
{
"type": "User",
"login": "leeoptima",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/202847690?v=4"
},
{
"type": "User",
"login": "reksmeysrey",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/35394133?v=4"
},
{
"type": "User",
"login": "robinmalburn",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1475492?v=4"
},
{
"type": "User",
"login": "ronefel",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/9198525?v=4"
},
{
"type": "User",
"login": "ringattila",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/166022255?v=4"
}
],
"contributors_sampled": 10,
"top_contributor_share": 0.735
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"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": 5,
"reason": "1 out of 2 merged PRs checked by a CI test -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/28 approved changesets -- score normalized to 0",
"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": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "11 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "70e8d92737aae913fd81f0e056bf0ed8c239bc8b",
"ran_at": "2026-07-22T21:14:10Z",
"aggregate_score": 1.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-05-19T03:33:56Z",
"oldest_open_prs": [
{
"number": 3,
"created_at": "2026-03-01T22:38:44Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 4,
"created_at": "2026-05-19T02:41:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 5,
"created_at": "2026-05-19T03:33:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 6,
"created_at": "2026-05-22T20:41:31Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2025-08-20T02:09:55Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/visualbuilder/filament-tinyeditor",
"host": "github.com",
"name": "filament-tinyeditor",
"owner": "visualbuilder"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "High-Risk Jurisdiction Policy applies a 50% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 49,
"pct": 50
}
}
],
"value": 20,
"inputs": {
"security": 27,
"vitality": 54,
"community": 22,
"governance": 61,
"engineering": 24,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 50,
"weighted_overall_before_jurisdiction": 40,
"overall_after_jurisdiction_multiplier": 20
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 54,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"commits_last_year": 13,
"human_commit_share": 0.986,
"days_since_last_push": 61,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 61 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 61
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "13 commits in the last year",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 13
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 88,
"inputs": {
"releases_count": 12,
"latest_release_tag": "6.0.0",
"releases_from_tags": true,
"days_since_latest_release": 64,
"mean_days_between_releases": 30.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 64 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 64
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~30.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 30.2
}
}
],
"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": 64,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 64 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 64
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 22,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"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": 0,
"status": "missed",
"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": 51,
"inputs": {
"packages": [
"visualbuilder/filament-tinyeditor"
],
"dependents": 3,
"ecosystems": "packagist",
"total_downloads": 30627,
"monthly_downloads": 3099
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,099 downloads/month across packagist",
"points": 46.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3099,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "3 packages depend on it",
"points": 4,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 3
}
}
],
"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": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 10,
"top_contributor_share": 0.735
},
"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 74% of commits",
"points": 6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 74
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "10 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 10
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 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": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 2,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "2/2 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 2,
"decided": 2
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"followers": 9,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "visualbuilder",
"public_repos": 16,
"account_age_days": 1286
},
"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": "9 followers of visualbuilder",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 9,
"login": "visualbuilder"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "16 public repos, account ~3 yr old",
"points": 16,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 16
}
},
{
"code": "account_age_years",
"params": {
"years": 3
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"visualbuilder/filament-tinyeditor"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 64
},
"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 64 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 64
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"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": "critical",
"name": "Engineering Quality",
"value": 24,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "1 out of 2 merged PRs checked by a CI test -- score normalized to 5",
"points": 10,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 27,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 50% multiplier to Security posture and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 50
}
}
],
"value": 9,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 1.8,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 50,
"security_posture_after_multiplier": 9,
"security_posture_before_jurisdiction": 18
},
"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 2 merged PRs checked by a CI test -- score normalized to 5",
"points": 1.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 0/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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 workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "11 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 147 resolved dependencies against OSV; 8 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 147
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 8
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 11,
"affected_packages": 6,
"assessed_packages": 147,
"unassessed_packages": 8,
"affected_by_severity": "critical 1, high 3, moderate 2",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 147,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "moderate",
"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": 50,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "top_contributor",
"count": 1,
"country": "Iran"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 8
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Iran: top_contributor (1)",
"points": 50,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "top_contributor",
"count": 1,
"country": "Iran"
}
}
],
"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": 44,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.411,
"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": "30 of 73 human commits state their intent (structured subject or explanatory body)",
"points": 21.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 30,
"sampled": 73
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.068,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.014
},
"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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "5 of the last 74 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 5,
"sampled": 74
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "1 of the last 74 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"sampled": 74
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 19016,
"source_files_sampled": 9,
"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/9 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 9,
"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": [
"Community profile unavailable"
],
"report_type": "repository",
"generated_at": "2026-07-22T21:14:21.233266Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/v/visualbuilder/filament-tinyeditor.svg",
"full_name": "visualbuilder/filament-tinyeditor",
"license_state": "standard",
"license_spdx": "MIT"
}