JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"aura",
"html-escapers",
"html-helper",
"form"
],
"is_fork": false,
"size_kb": 336,
"has_wiki": false,
"homepage": null,
"languages": {
"PHP": 167465
},
"pushed_at": "2026-07-21T18:16:49Z",
"created_at": "2013-07-22T19:49:37Z",
"owner_type": "Organization",
"updated_at": "2026-05-23T07:05:48Z",
"description": "Provides HTML escapers and helpers, including form input helpers.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-2-Clause",
"default_branch": "6.x",
"license_spdx_raw": "BSD-2-Clause",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "http://auraphp.com",
"name": "Aura for PHP",
"type": "Organization",
"login": "auraphp",
"company": null,
"location": null,
"followers": 63,
"avatar_url": "https://avatars.githubusercontent.com/u/611900?v=4",
"created_at": "2011-02-11T00:05:35Z",
"is_verified": null,
"public_repos": 41,
"account_age_days": 5639
},
"license": {
"state": "standard",
"spdx_id": "BSD-2-Clause",
"raw_spdx": "BSD-2-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "2.6.0",
"kind": "minor",
"published_at": "2022-02-19T07:19:43Z"
},
{
"tag": "2.5.0",
"kind": "minor",
"published_at": "2017-07-21T07:04:33Z"
},
{
"tag": "2.4.1",
"kind": "patch",
"published_at": "2015-03-27T17:31:59Z"
},
{
"tag": "2.4.0",
"kind": "minor",
"published_at": "2015-03-23T16:34:12Z"
},
{
"tag": "2.3.0",
"kind": "minor",
"published_at": "2015-03-16T17:52:14Z"
},
{
"tag": "2.2.0",
"kind": "minor",
"published_at": "2015-02-28T17:07:24Z"
},
{
"tag": "2.1.1",
"kind": "patch",
"published_at": "2014-11-07T15:51:22Z"
},
{
"tag": "2.1.0",
"kind": "minor",
"published_at": "2014-10-05T15:54:42Z"
},
{
"tag": "2.0.0",
"kind": "major",
"published_at": "2014-08-30T16:53:43Z"
},
{
"tag": "2.0.0-beta1",
"kind": "prerelease",
"published_at": "2014-05-14T22:11:13Z"
}
],
"recent_commits": [
{
"oid": "4f2648944c1cc34ec107c8dc53bc3a0800d8f07b",
"body": null,
"is_bot": false,
"headline": "Remove index from bookdown",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2026-05-23T07:05:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "956cdb6c2635a5bb37e1333570037480b0db3ac3",
"body": null,
"is_bot": false,
"headline": "Fix the name",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2026-05-23T06:40:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79a8fadbd611a598093414cb7a515935ab8569bf",
"body": "Move documentation to support bookdown format",
"is_bot": false,
"headline": "Merge pull request #73 from harikt/docs",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2026-05-23T06:38:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "828693ba59630e95dec6a2c41953642f35483433",
"body": null,
"is_bot": false,
"headline": "Rename docs to use proper name",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2026-05-23T06:38:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9de0f6ad63b624f0f524b23f3bd73b1d015c7f1e",
"body": null,
"is_bot": false,
"headline": "Move documentation to support bookdown format",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2026-05-23T06:33:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5499acb69ba97d2facbacf0474916e2edc986d5c",
"body": "Added : Per-option HTML attributes for and multi-option inputs.",
"is_bot": false,
"headline": "Merge pull request #72 from harikt/attributes",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2026-05-23T06:17:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a6253a0559d45e2f8513b07c58f0af98eeeccba",
"body": null,
"is_bot": false,
"headline": "Validate per-option attribs type before merging",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2026-05-23T06:02:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f47b476068d39199ab7982e4a56bc28846864ccb",
"body": "…es #48 .",
"is_bot": false,
"headline": "Added : Per-option HTML attributes for and multi-option inputs. Fix…",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2026-05-23T05:49:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a78d5428ff17eaa0cdb2988e3b82b7eef88bc02",
"body": "Alternative approach for #43",
"is_bot": false,
"headline": "Merge pull request #71 from harikt/issue-43",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2026-05-23T05:31:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1aef45e29d271155e67e5329e0818e161a4e7826",
"body": null,
"is_bot": false,
"headline": "Fix README title example output",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2026-05-23T05:29:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0e5307209305c133dac54544babb72d93608957",
"body": null,
"is_bot": false,
"headline": "Return string",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2026-05-22T14:23:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12d50e2a893f2aface22766bebf8e6bae8df276d",
"body": null,
"is_bot": false,
"headline": "Alternative approach for #43",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2026-05-22T14:18:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5796d5fcc5e3be219a762745555d29c8b64f87dd",
"body": "Add ide helper support. Fixes #58",
"is_bot": false,
"headline": "Merge pull request #70 from harikt/ide-support",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2026-05-22T13:41:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c150613725c554b58cd365524ba2f18d2107272",
"body": null,
"is_bot": false,
"headline": "Add ide helper support. Fixes #58",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2026-05-22T13:38:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f26d36ab44bff2965c071760f528ff9ca356200",
"body": "Remove deprecated type attribute from link and script tags",
"is_bot": false,
"headline": "Merge pull request #68 from koriym/remove-type-attr",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2026-05-22T05:59:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8009ba371907943cc515b0a476f23da024fa014",
"body": null,
"is_bot": false,
"headline": "Remove deprecated type attribute from link and script tags (HTML5)",
"author_name": "Akihito Koriyama",
"author_login": "koriym",
"committed_at": "2026-01-02T10:44:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c967dd6f3390a460503fcf39b4e8901bd2d60af8",
"body": "Removed deprecated \"type\" attribute for the <style> tag",
"is_bot": false,
"headline": "Merge pull request #64 from frugan-dev/2.x",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2026-01-02T08:51:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2bae7f532932457125e01cd28a7ff4dccc3d5e6",
"body": " Add PHP 8.4 Support",
"is_bot": false,
"headline": "Merge pull request #67 from koriym/php84",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2025-12-29T11:53:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5501afd15c8009ea1618c18522e5d6ab6efdb48f",
"body": null,
"is_bot": false,
"headline": "Add PSR reference links to README",
"author_name": "Akihito Koriyama",
"author_login": "koriym",
"committed_at": "2025-12-29T09:20:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4cfa241fa56032eaf9ea0d2cd972c5a438bf6e2",
"body": null,
"is_bot": false,
"headline": "Clarify mbstring/iconv extension requirement in README",
"author_name": "Akihito Koriyama",
"author_login": "koriym",
"committed_at": "2025-12-28T00:43:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18ee0c07719ce3db54f4a07166e3bdd84fda471e",
"body": null,
"is_bot": false,
"headline": "Restore Community section in README (update Twitter to X)",
"author_name": "Akihito Koriyama",
"author_login": "koriym",
"committed_at": "2025-12-28T00:31:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea1257099543ae563a56610cb989bda084ce2937",
"body": "Change `array $param = null` to `?array $param = null` to fix\nPHP 8.4 deprecation warnings while preserving type safety.",
"is_bot": false,
"headline": "Use explicit nullable type hints for PHP 8.4 compatibility",
"author_name": "Akihito Koriyama",
"author_login": "koriym",
"committed_at": "2025-12-28T00:27:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edbcfd9b010868740d13bda5bd3325a1a5e5bb8e",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG for version 6.0.0; remove Aura.Di integration",
"author_name": "Akihito Koriyama",
"author_login": "koriym",
"committed_at": "2025-12-27T14:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fa91da81bb57f58a1d8e6c5eb4402f66b361ae6",
"body": null,
"is_bot": false,
"headline": "Update composer.json and README.md for PHP 8.4 compatibility",
"author_name": "Akihito Koriyama",
"author_login": "koriym",
"committed_at": "2025-12-27T14:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd7f5a1838ac362b664c896623d71473010106d6",
"body": null,
"is_bot": false,
"headline": "Update LICENSE to reflect copyright years through 2025",
"author_name": "Akihito Koriyama",
"author_login": "koriym",
"committed_at": "2025-12-27T14:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdd85a60ffeb31dbfbcb275dce92cd4ed7127364",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG for version 6.0.0; require PHP 8.4+",
"author_name": "Akihito Koriyama",
"author_login": "koriym",
"committed_at": "2025-12-27T14:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5804059beffc75a533fa7b4cddda2fb970f66be8",
"body": null,
"is_bot": false,
"headline": "Update Scrutinizer configuration for PHP 8.4 support",
"author_name": "Akihito Koriyama",
"author_login": "koriym",
"committed_at": "2025-12-27T14:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e4de0995682c6e66d1cbedd7cece3b04e2728eb",
"body": null,
"is_bot": false,
"headline": "Refactor GenericTest to use PHP 8 attributes for data provider",
"author_name": "Akihito Koriyama",
"author_login": "koriym",
"committed_at": "2025-12-27T14:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f33e1027a19b67a5292c997f037d28df13edb43e",
"body": null,
"is_bot": false,
"headline": "Remove PHPStan installation step from CI configuration",
"author_name": "Akihito Koriyama",
"author_login": "koriym",
"committed_at": "2025-12-27T14:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d2d26793d7ee4e2513d8dd034c4abfc4bd22703",
"body": "…atic analysis setup",
"is_bot": false,
"headline": "Update composer.json and phpunit.xml.dist for improved testing and st…",
"author_name": "Akihito Koriyama",
"author_login": "koriym",
"committed_at": "2025-12-27T14:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25547ee7500f4c69cade0ca9604cdec249a40fe2",
"body": "…equirement in composer.json",
"is_bot": false,
"headline": "Update CI configuration for PHP 8.4+ and Composer tools; adjust PHP r…",
"author_name": "Akihito Koriyama",
"author_login": "koriym",
"committed_at": "2025-12-27T14:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f10a54b7f04511f6ff577b2ee96bc65fe504ee8",
"body": null,
"is_bot": false,
"headline": "Update cache action to v4 in CI workflow",
"author_name": "Akihito Koriyama",
"author_login": "koriym",
"committed_at": "2025-12-27T14:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f32562352e8d9fbaf1a2e858b2185d4b576567d",
"body": null,
"is_bot": false,
"headline": "Soothe phpstan level 2",
"author_name": "Akihito Koriyama",
"author_login": "koriym",
"committed_at": "2025-12-27T14:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "983f5ef7d87842804eb3e0e8441b8699ae62e183",
"body": null,
"is_bot": false,
"headline": "Add static analysis workflow using PHPStan with PHP 8.4",
"author_name": "Akihito Koriyama",
"author_login": "koriym",
"committed_at": "2025-12-27T14:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13fb0997d0254918908bd2f1d7d6ca902da3e621",
"body": "…ts for static analysis and testing.",
"is_bot": false,
"headline": "Enhance type annotations across helper classes and add Composer scrip…",
"author_name": "Akihito Koriyama",
"author_login": "koriym",
"committed_at": "2025-12-27T14:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f20890e765379f24a0c8ebeeea72ec72dc9cfd63",
"body": null,
"is_bot": false,
"headline": "Update checkout action to v4 and cache action to v3.",
"author_name": "Akihito Koriyama",
"author_login": "koriym",
"committed_at": "2025-07-11T09:04:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12d4988d77cf22c09d477cf296e238b7934c3154",
"body": "Enable PHP 8.2 compat",
"is_bot": false,
"headline": "Merge pull request #65 from auraphp/php8.2_support",
"author_name": "Akihito Koriyama",
"author_login": "koriym",
"committed_at": "2022-12-12T05:17:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "945d547fa034847528d52d1cdae7153fbb43738c",
"body": null,
"is_bot": false,
"headline": "Test with PHP 8.2",
"author_name": "Akihito Koriyama",
"author_login": "koriym",
"committed_at": "2022-12-11T23:34:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fb372495c55fc975271933758d495677d384edf",
"body": "…oper.mozilla.org/en-US/docs/web/html/element/style#attr-type",
"is_bot": false,
"headline": "Removed deprecated \"type\" attribute for the <style> tag https://devel…",
"author_name": "Frugan",
"author_login": "frugan-dev",
"committed_at": "2022-09-16T08:21:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b1a53cd8d07a734a57d21a6492a915c74d04d56",
"body": "update changelog before release",
"is_bot": false,
"headline": "Merge pull request #63 from harikt/changelog",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2022-02-19T07:18:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "783dd996f11dcdce94a569faf6b4bd945c3420ba",
"body": null,
"is_bot": false,
"headline": "update changelog before release",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2022-02-19T07:15:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75e4ae43d6243374601e3a6e1e34b6c22737d521",
"body": "Cast $raw to string to suppress ctype_digit deprecation",
"is_bot": false,
"headline": "Merge pull request #62 from arokettu/81-ctype-digit",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2022-02-19T06:32:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecaa826c735dec6c8690df4415358425a9ebdd79",
"body": null,
"is_bot": false,
"headline": "Fix PHP 8.1 warning about the behavior change",
"author_name": "Anton Smirnov",
"author_login": "arokettu",
"committed_at": "2022-02-15T14:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdd0be7c92063cd78fe78301c4680f68a9052836",
"body": "update tests and ci starts from 5.4",
"is_bot": false,
"headline": "Merge pull request #61 from harikt/unit-tests",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2022-02-05T10:17:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6383aa702c8b01aaade2799f2dfeaca5c9819f49",
"body": null,
"is_bot": false,
"headline": "Add codecoverage turnoff comment",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2022-02-05T10:15:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "720ae5a03943bd536e810e1d223d9fe7628d0366",
"body": null,
"is_bot": false,
"headline": "update tests and ci starts from 5.4",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2022-02-05T10:10:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c128f289a006d0562fdce5ecdaf3b09d54591f31",
"body": "Add ci for 5.3 onwards",
"is_bot": false,
"headline": "Merge pull request #60 from harikt/ci",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2022-02-05T10:01:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e993c379b08d8f8c7ee34ede87dbff00bbfb2569",
"body": null,
"is_bot": false,
"headline": "Add ci for 5.3 onwards",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2022-02-05T10:01:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebb523132d66f68b31ad00ccf942c67d8b73e50c",
"body": "Add nested HTML snippet/structure helper",
"is_bot": false,
"headline": "Merge pull request #41 from jakejohns/feature/structure",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2022-02-05T09:50:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c7ff4fcd1d0f797729f059dc9db4374b04e64da",
"body": "Feature/factory additional/override helpers",
"is_bot": false,
"headline": "Merge pull request #55 from jakejohns/feature/factory-add-pass-helpers",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2022-02-05T09:46:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "828b59c05b83ed19aa575581d40d8ff36f27105a",
"body": null,
"is_bot": false,
"headline": "Add pass additional/override helpers to factory",
"author_name": "jake johns",
"author_login": "jakejohns",
"committed_at": "2017-07-21T07:18:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eda14b491f45fe2e1d1fec3364b1c783d7b7da31",
"body": "Update for release",
"is_bot": false,
"headline": "Merge pull request #54 from jakejohns/2.x",
"author_name": "jake",
"author_login": "jakejohns",
"committed_at": "2017-07-21T06:56:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7dc2f6aa2af4aa53e8214126f826c3178d46cd4",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG for release",
"author_name": "jake johns",
"author_login": "jakejohns",
"committed_at": "2017-07-21T06:49:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d18dcde061560ed83f4997ac9b240cc3d16eb675",
"body": null,
"is_bot": false,
"headline": "Add doc for Checkbox::multiple()",
"author_name": "jake johns",
"author_login": "jakejohns",
"committed_at": "2017-07-21T06:49:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f730432c07827c9f4673cbb3d5385624f2058c44",
"body": null,
"is_bot": false,
"headline": "Add defined capture property",
"author_name": "jake johns",
"author_login": "jakejohns",
"committed_at": "2017-07-21T06:49:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c03438a680f500b1f1ff6f4f25b012d6e15c09f2",
"body": null,
"is_bot": false,
"headline": "Document capture property",
"author_name": "jake johns",
"author_login": "jakejohns",
"committed_at": "2017-07-21T06:49:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c0e19551fb332750d96cdefa7c298f6c417db44",
"body": null,
"is_bot": false,
"headline": "Update LICENSE year",
"author_name": "jake johns",
"author_login": "jakejohns",
"committed_at": "2017-07-21T06:49:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cbb65ef0c780b72186a2e568f7fa59f74a9bbd9",
"body": null,
"is_bot": false,
"headline": "Convert CHANGES to CHANGELOG",
"author_name": "jake johns",
"author_login": "jakejohns",
"committed_at": "2017-07-21T06:49:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "083c7a19b88a1156d4f7642c301bf1f30f3141f5",
"body": null,
"is_bot": false,
"headline": "Update changes for release",
"author_name": "jake johns",
"author_login": "jakejohns",
"committed_at": "2017-07-21T06:49:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00fde9afd1ed3f5d0eb473cffe1b778719fc04fa",
"body": "5.3 with precise and 7.x , hhvm via trusty",
"is_bot": false,
"headline": "Merge pull request #56 from auraphp/harikt-patch-1",
"author_name": "jake",
"author_login": "jakejohns",
"committed_at": "2017-07-21T06:42:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bba937d2e7cd59205c9edc4d60dc282b14b94e9",
"body": null,
"is_bot": false,
"headline": "5.3 with precise and 7.x , hhvm via trusty",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2017-07-21T06:35:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14988058ce1971aba33d3ff4226521d69d7edabf",
"body": "Rename Void helper to VoidTag",
"is_bot": false,
"headline": "Merge pull request #53 from jakejohns/hotfix/void-name",
"author_name": "jake",
"author_login": "jakejohns",
"committed_at": "2017-04-21T20:21:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05d3a6dac81e00906366eb288fc1430b5338c2fb",
"body": "use phpunit in require-dev",
"is_bot": false,
"headline": "update travis to use installed phpunit",
"author_name": "jake johns",
"author_login": "jakejohns",
"committed_at": "2017-04-21T20:08:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb02562040867eb6f50433d067f5a811a85e0a4a",
"body": "PHP 7.1: Cannot use 'Void' as class name as it is reserved",
"is_bot": false,
"headline": "Rename Void helper to VoidTag",
"author_name": "jake johns",
"author_login": "jakejohns",
"committed_at": "2017-04-21T19:49:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "727e824de0544ad80a4185478c0cd833c3baeca8",
"body": "Add support additional attributes on scripts",
"is_bot": false,
"headline": "Merge pull request #50 from jakejohns/feature/js-attr",
"author_name": "jake",
"author_login": "jakejohns",
"committed_at": "2017-02-10T04:52:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a1558c0f46df8b63fb4d735986f7da774704b9a",
"body": "Use a final param on each Add method instead of a new method to handle\nadditional parameters on the script add methods.",
"is_bot": false,
"headline": "Refactor Script helper additional params",
"author_name": "jake johns",
"author_login": "jakejohns",
"committed_at": "2017-02-10T04:50:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "845a3e30e7d8d153c0cb71c77b8a6b42aad5a236",
"body": null,
"is_bot": false,
"headline": "Add method to add scripts with addtl attrs",
"author_name": "jake johns",
"author_login": "jakejohns",
"committed_at": "2016-11-04T15:28:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee01e1d51a3e9a713e85e2144eb220c5fc459283",
"body": "Add Element Helper",
"is_bot": false,
"headline": "Merge pull request #40 from jakejohns/feature/element",
"author_name": "jake",
"author_login": "jakejohns",
"committed_at": "2016-09-29T17:27:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "304a478cb175c55dbaf107f638eac6d9b1c0d4a4",
"body": "Add Void Helper",
"is_bot": false,
"headline": "Merge pull request #49 from jakejohns/feature/void-helper",
"author_name": "jake",
"author_login": "jakejohns",
"committed_at": "2016-07-07T17:36:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2b793af38886d608d6e33364ed46382b9b4317b",
"body": "Add helper for use with \"void\" 'self closing' tags, eg:\narea, base, br, col, embed, hr, img, input, keygen, link, meta, param, source,\ntrack, wbr",
"is_bot": false,
"headline": "Add Void Helper",
"author_name": "jake johns",
"author_login": "jakejohns",
"committed_at": "2016-03-19T05:52:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46523d1f6c830fc256022e1a100f8b7c6ebbb2bc",
"body": "fix checked attribute for multi checkbox",
"is_bot": false,
"headline": "Merge pull request #46 from rodsouto/2.x",
"author_name": "Paul M. Jones",
"author_login": null,
"committed_at": "2016-02-18T22:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fde797f44144ba918e3f72994e567fa16a03df8",
"body": null,
"is_bot": false,
"headline": "fix 5.3 compatibility",
"author_name": "Rodrigo",
"author_login": "rodsouto",
"committed_at": "2016-02-16T14:29:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb88671201f8b460b5ce990a9bd9d819e3a38dd9",
"body": null,
"is_bot": false,
"headline": "fix html output for multi checkbox with multiple values",
"author_name": "Rodrigo",
"author_login": "rodsouto",
"committed_at": "2016-02-15T19:35:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "496c1278b5ee86cf6c1ae9af6f4ffd795d419a5e",
"body": "Fix a few typos on the docs",
"is_bot": false,
"headline": "Merge pull request #45 from harikt/docs",
"author_name": "Paul M. Jones",
"author_login": null,
"committed_at": "2016-02-13T14:14:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4129bd8df4d5e713cee4576b5dcb45b02fa12668",
"body": null,
"is_bot": false,
"headline": "Fix a few typos on the docs",
"author_name": "Hari KT",
"author_login": "harikt",
"committed_at": "2016-02-13T05:00:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a030b4dfa6bb0edc7fa866fb5734521c92e9e89",
"body": "Add support for phpunit 5 code coverage",
"is_bot": false,
"headline": "Merge pull request #44 from jakejohns/feature/phpunit5",
"author_name": "Hari K T",
"author_login": "harikt",
"committed_at": "2016-01-29T19:47:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38a5a30a417196e445e29247473ae7b18459b9a0",
"body": "Add whitelist to phpunit config",
"is_bot": false,
"headline": "Add support for phpunit 5 code coverage",
"author_name": "jake johns",
"author_login": "jakejohns",
"committed_at": "2016-01-29T18:37:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8986aae9bf50af08d0de5e71c9ef99bae2b413c",
"body": "Remove executable bit from Scripts and Styles",
"is_bot": false,
"headline": "Merge pull request #42 from jakejohns/hotfix/nonexecutable",
"author_name": "Paul M. Jones",
"author_login": null,
"committed_at": "2016-01-29T17:33:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77d7696982cdbd1d55f62fa99cc0f7559cc84013",
"body": null,
"is_bot": false,
"headline": "Remove executable bit from Scripts and Styles",
"author_name": "jake johns",
"author_login": "jakejohns",
"committed_at": "2016-01-29T17:26:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d3d0d98e9eb6fad5a6c6dcc815de62f06a7e5c2",
"body": "- Move `Element` logic to abstract class extendsed by Element* and Structure*\n- Add Structure* helpers to generate nested HTML snippets\n- Add tests",
"is_bot": false,
"headline": "Add Structure Helper",
"author_name": "jake johns",
"author_login": "jakejohns",
"committed_at": "2015-12-25T02:35:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b350b478359a13076f9d1e808d3edb025f7f8b6",
"body": null,
"is_bot": false,
"headline": "css example fix",
"author_name": "Paul M. Jones",
"author_login": null,
"committed_at": "2015-12-04T23:45:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "055709964326d4df2539e91114eef6066f33a091",
"body": "Add helper to generate a complete HTML element (open tag, content, close tag)\nAlso add tests",
"is_bot": false,
"headline": "Add Element Helper",
"author_name": "jake johns",
"author_login": "jakejohns",
"committed_at": "2015-10-30T20:17:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70a296df09331bc05a20eead6f41a253238cc3af",
"body": "Add support for \"internal\" styles and scripts",
"is_bot": false,
"headline": "Merge pull request #39 from jakejohns/feature/internal-assets",
"author_name": "Paul M. Jones",
"author_login": null,
"committed_at": "2015-08-01T19:01:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5b4aaa60eadd7369357e871b9cb295ea364aebc",
"body": null,
"is_bot": false,
"headline": "use containers in travis",
"author_name": "jake johns",
"author_login": "jakejohns",
"committed_at": "2015-07-18T00:27:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ae397348f081e5bc2db0d16511646b737964c19",
"body": "Add methods to Styles and Scripts helpers to:\n- add internal assets\n- add conditional internal assets\n- capture internal assets\n- capture conditional internal assets\n\nAdd tests and docs as well.",
"is_bot": false,
"headline": "Add support for \"internal\" styles and scripts",
"author_name": "jake johns",
"author_login": "jakejohns",
"committed_at": "2015-07-18T00:27:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4005eb8a5a4b4e178b21e07c9622ccce62d5092b",
"body": "Update README-HELPERS.md",
"is_bot": false,
"headline": "Merge pull request #38 from afilina/patch-2",
"author_name": "Paul M. Jones",
"author_login": null,
"committed_at": "2015-07-06T15:52:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c6a1a3bfe048e1574ab3c5cdd13e86543dc57cb",
"body": "Fixed broken link.",
"is_bot": false,
"headline": "Update README-HELPERS.md",
"author_name": "Anna Filina",
"author_login": "afilina",
"committed_at": "2015-07-06T15:52:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13e0a57824d356ca396f9dac09bbe9e695242e3a",
"body": "Update README-FORMS.md",
"is_bot": false,
"headline": "Merge pull request #37 from afilina/patch-1",
"author_name": "Paul M. Jones",
"author_login": null,
"committed_at": "2015-06-28T18:06:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82e8861f3cf7b393305e88a3823f23115709c0ca",
"body": "Typo",
"is_bot": false,
"headline": "Update README-FORMS.md",
"author_name": "Anna Filina",
"author_login": "afilina",
"committed_at": "2015-06-28T17:55:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15a1f2e979933f517e51cd7323aae3dfe0b31c83",
"body": "multi checkbox",
"is_bot": false,
"headline": "Merge pull request #34 from rodsouto/2.x",
"author_name": "Paul M. Jones",
"author_login": null,
"committed_at": "2015-05-26T15:56:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "723f14da804a06fdb1dbfb1f9b0e3ebbc00ae4a8",
"body": "Fix typo in docs.",
"is_bot": false,
"headline": "Merge pull request #36 from mcordingley/patch-1",
"author_name": "Paul M. Jones",
"author_login": null,
"committed_at": "2015-05-13T20:57:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffc5b6b0346711d58d4f7f75137bea2ee4d14f5c",
"body": null,
"is_bot": false,
"headline": "Fix typo in docs.",
"author_name": "Michael Cordingley",
"author_login": "mcordingley",
"committed_at": "2015-05-13T20:20:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "726280be70810151922a1c5bb97b459fd47e8194",
"body": "Fixes type/description of $raw on Escaper::attr()",
"is_bot": false,
"headline": "Merge pull request #35 from jakejohns/hotfix/escaper-docs-attr-param",
"author_name": "Paul M. Jones",
"author_login": null,
"committed_at": "2015-05-07T14:45:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e2a69ee6ee333cee1aff211d0ea1bdd2b7570ea",
"body": "Escaper::attr can take an array as well as a string",
"is_bot": false,
"headline": "Fixes type/description of $raw on Escaper::attr()",
"author_name": "jake johns",
"author_login": "jakejohns",
"committed_at": "2015-05-06T22:13:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1536a715ab58a70dfd6eaf6f309aa3cc06f742fd",
"body": null,
"is_bot": false,
"headline": "multi checkbox",
"author_name": "Rodrigo",
"author_login": "rodsouto",
"committed_at": "2015-04-25T01:47:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96007d4b4537169651337765ab65ac4c7136f9b4",
"body": "…nch-rename\n\nFix Links in Readme",
"is_bot": false,
"headline": "Merge pull request #33 from jakejohns/hotfix/fx-readme-links-post-bra…",
"author_name": "Paul M. Jones",
"author_login": null,
"committed_at": "2015-04-05T20:28:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9c9ee2598afc9c0226edb5426545730ce1aea4c",
"body": "Update links in README.md to use branch name \"2.x\" instead of \"develop-2\"",
"is_bot": false,
"headline": "Fix Links in Readme",
"author_name": "jake johns",
"author_login": "jakejohns",
"committed_at": "2015-04-05T20:10:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f0e5dcb3b55c8ffd726252108de582a135f5692",
"body": null,
"is_bot": false,
"headline": "remove branch alias",
"author_name": "Paul M. Jones",
"author_login": null,
"committed_at": "2015-04-04T14:22:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f575f35765af41091b85b23a92b168ae0c5765f",
"body": null,
"is_bot": false,
"headline": "update changes for release",
"author_name": "Paul M. Jones",
"author_login": null,
"committed_at": "2015-03-27T17:31:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bc6edb8d05183063cc2eb0f4babf7ca9e9c2238",
"body": null,
"is_bot": false,
"headline": "restructure testing, and update support files",
"author_name": "Paul M. Jones",
"author_login": null,
"committed_at": "2015-03-27T17:31:14Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 31,
"latest_release_at": "2022-02-19T07:19:43Z",
"latest_release_tag": "2.6.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 3,
"days_since_latest_release": 1613,
"mean_days_between_releases": 315.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "aura/html",
"exists": true,
"license": "BSD-2-Clause",
"keywords": [
"helpers",
"form",
"html",
"escaping",
"input",
"helper",
"escaper",
"Escape",
"escapers"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/aura/html",
"is_deprecated": false,
"latest_version": "2.6.0",
"repository_url": "https://github.com/auraphp/Aura.Html",
"versions_count": 10,
"total_downloads": 282534,
"dependents_count": 26,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2966,
"first_published_at": null,
"latest_published_at": "2022-02-19T07:18:21Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1613
}
]
},
"popularity": {
"forks": 22,
"stars": 52,
"watchers": 12,
"fork_history": {
"days": [
{
"date": "2014-01-04",
"count": 1
},
{
"date": "2014-01-11",
"count": 1
},
{
"date": "2014-10-22",
"count": 1
},
{
"date": "2014-12-04",
"count": 1
},
{
"date": "2014-12-08",
"count": 1
},
{
"date": "2014-12-31",
"count": 1
},
{
"date": "2015-02-05",
"count": 1
},
{
"date": "2015-04-05",
"count": 1
},
{
"date": "2015-04-25",
"count": 1
},
{
"date": "2015-05-15",
"count": 1
},
{
"date": "2015-05-31",
"count": 1
},
{
"date": "2015-06-28",
"count": 1
},
{
"date": "2015-12-11",
"count": 1
},
{
"date": "2016-02-13",
"count": 1
},
{
"date": "2016-04-01",
"count": 1
},
{
"date": "2016-10-28",
"count": 1
},
{
"date": "2017-01-06",
"count": 1
},
{
"date": "2018-04-09",
"count": 1
},
{
"date": "2022-01-15",
"count": 1
},
{
"date": "2022-06-29",
"count": 1
},
{
"date": "2022-09-16",
"count": 1
},
{
"date": "2025-07-11",
"count": 1
}
],
"complete": true,
"collected": 22,
"total_forks": 22
},
"star_history": {
"days": [
{
"date": "2013-09-29",
"count": 1
},
{
"date": "2014-02-03",
"count": 1
},
{
"date": "2014-03-18",
"count": 1
},
{
"date": "2014-03-23",
"count": 1
},
{
"date": "2014-05-14",
"count": 1
},
{
"date": "2014-05-26",
"count": 1
},
{
"date": "2014-06-09",
"count": 1
},
{
"date": "2014-06-26",
"count": 1
},
{
"date": "2014-07-23",
"count": 1
},
{
"date": "2014-08-06",
"count": 1
},
{
"date": "2014-09-21",
"count": 1
},
{
"date": "2014-10-28",
"count": 1
},
{
"date": "2014-10-29",
"count": 2
},
{
"date": "2014-11-04",
"count": 1
},
{
"date": "2014-11-17",
"count": 1
},
{
"date": "2015-03-14",
"count": 1
},
{
"date": "2015-03-24",
"count": 1
},
{
"date": "2015-04-14",
"count": 1
},
{
"date": "2015-04-18",
"count": 2
},
{
"date": "2015-05-15",
"count": 1
},
{
"date": "2015-06-02",
"count": 1
},
{
"date": "2015-06-28",
"count": 1
},
{
"date": "2015-07-08",
"count": 1
},
{
"date": "2015-08-13",
"count": 1
},
{
"date": "2015-11-16",
"count": 1
},
{
"date": "2015-12-07",
"count": 1
},
{
"date": "2015-12-26",
"count": 1
},
{
"date": "2016-01-06",
"count": 1
},
{
"date": "2016-01-22",
"count": 1
},
{
"date": "2016-02-05",
"count": 1
},
{
"date": "2016-03-01",
"count": 1
},
{
"date": "2016-04-10",
"count": 1
},
{
"date": "2016-06-19",
"count": 1
},
{
"date": "2016-08-18",
"count": 1
},
{
"date": "2016-11-17",
"count": 1
},
{
"date": "2016-12-07",
"count": 1
},
{
"date": "2017-03-16",
"count": 1
},
{
"date": "2017-07-18",
"count": 1
},
{
"date": "2017-07-24",
"count": 1
},
{
"date": "2017-08-16",
"count": 1
},
{
"date": "2017-08-17",
"count": 1
},
{
"date": "2018-01-03",
"count": 1
},
{
"date": "2018-01-04",
"count": 1
},
{
"date": "2018-03-10",
"count": 1
},
{
"date": "2018-05-04",
"count": 1
},
{
"date": "2019-01-01",
"count": 1
},
{
"date": "2020-05-27",
"count": 1
},
{
"date": "2022-03-07",
"count": 1
},
{
"date": "2023-09-10",
"count": 1
},
{
"date": "2024-10-29",
"count": 1
}
],
"complete": true,
"collected": 52,
"total_stars": 52
},
"open_issues_and_prs": 0
},
"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": 8762,
"source_files_sampled": 82,
"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,
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"assessed_package": null,
"unassessed_count": 4,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "yoast/phpunit-polyfills",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 4,
"direct_count": 0,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 50,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 14,
"closed_unmerged_prs": 9
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "harikt",
"commits": 48,
"avatar_url": "https://avatars.githubusercontent.com/u/120454?v=4"
},
{
"type": "User",
"login": "jakejohns",
"commits": 30,
"avatar_url": "https://avatars.githubusercontent.com/u/174708?v=4"
},
{
"type": "User",
"login": "koriym",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/529021?v=4"
},
{
"type": "User",
"login": "jelofson",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/497112?v=4"
},
{
"type": "User",
"login": "rodsouto",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1918738?v=4"
},
{
"type": "User",
"login": "afilina",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/199835?v=4"
},
{
"type": "User",
"login": "mapthegod",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/2857983?v=4"
},
{
"type": "User",
"login": "dmolineus",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1186266?v=4"
},
{
"type": "User",
"login": "Avaq",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1217745?v=4"
},
{
"type": "User",
"login": "arokettu",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/963485?v=4"
}
],
"contributors_sampled": 13,
"top_contributor_share": 0.41
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"continuous-integration.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 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": 8,
"reason": "6 out of 7 merged PRs checked by a CI test -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 4,
"reason": "Found 4/9 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 11 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "15 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"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": "4f2648944c1cc34ec107c8dc53bc3a0800d8f07b",
"ran_at": "2026-07-21T18:18:48Z",
"aggregate_score": 4.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/auraphp/Aura.Html",
"host": "github.com",
"name": "Aura.Html",
"owner": "auraphp"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"security": 46,
"vitality": 55,
"community": 56,
"governance": 70,
"engineering": 68
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 55,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"commits_last_year": 31,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "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": "31 commits in the last year",
"points": 13.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 31
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "15 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"releases_count": 10,
"latest_release_tag": "2.6.0",
"releases_from_tags": false,
"days_since_latest_release": 1613,
"mean_days_between_releases": 315.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1613 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1613
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~315.3 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 315.3
}
}
],
"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": 59,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 59 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 59
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 56,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"forks": 22,
"stars": 52,
"watchers": 12,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "52 stars",
"points": 27.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 52
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "22 forks",
"points": 11,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 22
}
}
],
"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": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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 (BSD-2-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-2-Clause"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"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": 56,
"inputs": {
"packages": [
"aura/html"
],
"dependents": 26,
"ecosystems": "packagist",
"total_downloads": 282534,
"monthly_downloads": 2966
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,966 downloads/month across packagist",
"points": 46.3,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2966,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "26 packages depend on it",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 26
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 70,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 13,
"top_contributor_share": 0.41
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 41% of commits",
"points": 13.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 41
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "13 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 13
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 11 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 50,
"open_issues": 0,
"closed_issues": 14,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 9
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "50/59 decided PRs merged",
"points": 32.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 50,
"decided": 59
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/9 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"followers": 63,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "auraphp",
"public_repos": 41,
"account_age_days": 5639
},
"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": "63 followers of auraphp",
"points": 13,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 63,
"login": "auraphp"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "41 public repos, account ~15 yr old",
"points": 23.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 41
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"aura/html"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 1613
},
"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 1613 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1613
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"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": 68,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "6 out of 7 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"aura",
"html-escapers",
"html-helper",
"form"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"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": 46,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 46,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.6
},
"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": "6 out of 7 merged PRs checked by a CI test -- score normalized to 8",
"points": 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 4/9 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 11 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "15 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"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": 17
},
"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": "critical",
"name": "AI Readiness",
"value": 27,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.39,
"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": "39 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 20.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 39,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 8762,
"source_files_sampled": 82,
"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/82 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 82,
"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": [
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-21T18:19:10.837536Z",
"schema_version": "0.23.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/auraphp/Aura.Html.svg",
"full_name": "auraphp/Aura.Html",
"license_state": "standard",
"license_spdx": "BSD-2-Clause"
}