Public record
Software health reportschema 0.27.0 · metrics 2.5.0 · 2026-07-30 20:22 UTC

sascha-egerer / phpstan-typo3

TYPO3 CMS class reflection extension for PHPStan & framework-specific rules

PHPMIT★ 51 stars⑂ 24 forkssince Oct 2017View on GitHub ↗

sascha-egerer/phpstan-typo3 holds a health index of 67 out of 100, placing it in the Good band. It scores highest on Engineering Quality (74/100) and lowest on AI Readiness (35/100). It was last updated today. A single contributor accounts for most of its recent work.

67
overall / 100
Good

Software health index

Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean, calibrated against the distribution of the public record so bands carry percentile meaning; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At Risk ceiling of 34.

67
Exceptional93-100The record's top tier (≈ top 5%); essentially all checked criteria met
Excellent80-92Strong across the board; minor gaps
Good65-79Healthy; gaps are limited and manageable
Moderate50-64Acceptable with notable gaps; review recommended
Weak35-49Material weaknesses across several areas
At Risk20-34Significant weaknesses; adoption warrants caution
Critical1-19Severe problems (abandoned, single-maintainer, no hygiene)
VitalityCommunity &AdoptionSustainability &GovernanceEngineeringQualitySecurityAI Readiness

Score profile

Each axis is a category. The shape matters more than the average — a healthy subject fills the whole shape, while a spike-and-crater profile means strength in one dimension is masking risk in another.

The weighted overall 61 is calibrated to 67 on the published index scale (record calibration 2026-08-02).

Ownership

Sascha EgererPersonal account
23 followers108 public repossince Apr 2012Flowd GmbH (@flowd @flowdgmbh)

This repository is owned by a personal account. A single-owner project carries more continuity risk than an organization-backed one.

Package ecosystems

RegistryPackageVersionDownloads / moVersionsLast publishTags
Packagistsaschaegerer/phpstan-typo33.0.1131,92931167 days agostatic-analysis

Metrics by category

Vitality

Is the project alive — is code being written and are releases shipping?

65Good · 21% of overall
How it's scored
36/36Push recency — last push 0 days ago
4.2/36Commit cadence — 6/52 weeks with commits
13.6/18Commit volume — 32 commits in the last year
0/10OpenSSF Scorecard: Maintained — 0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Inputs used
commits_last_year32
human_commit_share1
days_since_last_push0
active_weeks_last_year6
How it's scored
27/27Ships releases — 31 releases published
27/36Release recency — latest release 166 days ago
19.8/27Release cadence — a release every ~98.9 days
0/10OpenSSF Scorecard: Signed-Releases — no data
Inputs used
releases_count31
latest_release_tag3.0.1
releases_from_tagsno
days_since_latest_release166
mean_days_between_releases98.9
Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.

Community & Adoption

Does the project have users, downloads, attention, and a welcoming setup for contributors?

56Moderate · 17% of overall
How it's scored
27.6/60Stars — 51 stars
11.3/25Forks — 24 forks
3.9/15Watchers — 6 watchers
Inputs used
forks24
stars51
watchers6
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
How it's scored
22.5/22.5README
22.5/22.5License — recognized license (MIT)
0/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
0/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges
has_contributingno
has_issue_templateno
has_code_of_conductno
readme_badge_services
has_pull_request_templateno
How it's scored
68.3/80Monthly downloads — 131,929 downloads/month across packagist
17.1/20Registry dependents — 369 packages depend on it
Inputs used
packagessaschaegerer/phpstan-typo3
dependents369
ecosystemspackagist
total_downloads4,049,631
monthly_downloads131,929

Sustainability & Governance

Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?

68Good · 23% of overall
How it's scored
9/54Bus factor — 1 contributor(s) cover half of all commits
8.9/22.5Commit distribution — top contributor authored 61% of commits
13.5/13.5Contributor breadth — 16 contributors
10/10OpenSSF Scorecard: Contributors — project has 11 contributing companies or organizations
Inputs used
bus_factor1
contributors_sampled16
top_contributor_share0.606
How it's scored
36.9/42Issue resolution — 88% of issues closed
25.8/30PR acceptance — 117/136 decided PRs merged
0/13Newcomer PR acceptance — no first-time contributor's PR decided in 30d
12/15OpenSSF Scorecard: Code-Review — Found 7/8 approved changesets -- score normalized to 8
Inputs used
merged_prs117
open_issues7
closed_issues51
prs_merged_7d
prs_decided_7d
prs_merged_30d
prs_decided_30d
issue_closed_ratio0.879
closed_unmerged_prs19
first_time_authors_30d
first_time_prs_merged_30d
first_time_prs_decided_30d
Excluded from scoring (no data or not applicable): newcomer_pr_acceptance. Remaining weights renormalized.
How it's scored
10/30Ownership backing — personal (user) account
0/20Verified domain — not applicable to user accounts
9.9/25Owner reach — 23 followers of sascha-egerer
25/25Track record — 108 public repos, account ~14 yr old
Inputs used
followers23
owner_typeUser
is_verified
owner_loginsascha-egerer
public_repos108
account_age_days5,217
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.

Package maintenance

100Exceptional
How it's scored
25/25Published & resolvable — 1 package(s) on packagist
35/35Publish recency — latest publish 167 days ago
20/20Version history — 31 published versions
20/20Not deprecated — active, not deprecated or yanked
Inputs used
packagessaschaegerer/phpstan-typo3
ecosystemspackagist
any_deprecatedno
min_days_since_publish167

Engineering Quality

Are baseline engineering and documentation practices in place?

74Good · 19% of overall
How it's scored
24/24CI workflows — 1 workflow(s)
24/24Tests present
16/16Linter config — .php-cs-fixer.dist.php, phpstan.neon
0/9.6Pre-commit hooks
6.4/6.4.editorconfig
20/20OpenSSF Scorecard: CI-Tests — 7 out of 7 merged PRs checked by a CI test -- score normalized to 10
Inputs used
has_ciyes
has_testsyes
has_editorconfigyes
has_linter_configyes
has_precommit_configno

Documentation

50Moderate
How it's scored
30/30README
0/25Documentation directory
0/15Documentation / homepage site
10/10Repository description
0/10Topics
10/10Wiki
Inputs used
topics
has_wikiyes
homepage
has_readmeyes
has_docs_dirno
has_descriptionyes

Security

Are visible security and supply-chain practices strong, without unresolved high-risk jurisdiction exposure?

42Weak · 16% of overall
How it's scored
7.5/7.5Binary-Artifacts — no binaries found in the repo
0.8/7.5Branch-Protection — branch protection is not maximal on development and all release branches
2.5/2.5CI-Tests — 7 out of 7 merged PRs checked by a CI test -- score normalized to 10
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
6/7.5Code-Review — Found 7/8 approved changesets -- score normalized to 8
2.5/2.5Contributors — project has 11 contributing companies or organizations
0/10Dangerous-Workflow — no data
0/7.5Dependency-Update-Tool — no update tool detected
0/5Fuzzing — project is not fuzzed
2.5/2.5License — license file detected
0/7.5Maintained — 0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
0/5Packaging — no data
0/5Pinned-Dependencies — no data
0/5SAST — SAST tool is not run on all commits -- score normalized to 0
0/5Security-Policy — security policy file not detected
0/7.5Signed-Releases — no data
0/7.5Token-Permissions — no data
7.5/7.5Vulnerabilities — 0 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated13
scorecard_versionv5.5.0
checks_inconclusive5
scorecard_aggregate4.2
Excluded from scoring (no data or not applicable): dangerous_workflow, packaging, pinned_dependencies, signed_releases, token_permissions. Remaining weights renormalized.

AI Readiness

How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight (4%): agent tooling is a real maintenance signal, but a repository with none can still reach 100/100.

35Weak · 4% of overall
How it's scored
0/45Agent instructions — no CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
22.4/40Legible commit history — 42 of 100 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
legible_history_share0.42
agent_instruction_files
agent_instruction_max_bytes
How it's scored
0/18One-command bootstrap
22/22Automated tests
11/11Lint / format config — .php-cs-fixer.dist.php, phpstan.neon
0/11Static type checking
0/10Reproducible environment
0/10Demonstrated agent practice — no agent-authored commits among the last 100
0/8Automated maintenance — no automated dependency updates observed
0/10OpenSSF Scorecard: Pinned-Dependencies — no data
Inputs used
has_nixno
has_testsyes
lockfiles
has_dockerfileno
typed_languageno
bootstrap_files
has_devcontainerno
has_linter_configyes
typecheck_configs
agent_commit_share0
toolchain_manifests
dependency_bot_commit_share0
Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.
How it's scored
0/45Type-checkable code — PHP without a type-check config
55/55Manageable file sizes — 0/83 source files over 60KB
Inputs used
primary_languagePHP
largest_source_bytes8,475
source_files_sampled83
oversized_source_files0

Key facts

51GitHub stars
16contributors
32commits, last 12 months
0days since last push
31releases
1bus factor
7open issues
Packagistpackage ecosystems

Data collection warnings

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token
  • No resolved dependencies carried a version and a supported ecosystem

More detail

Star and fork history 0 ★ / 24 ⇿
0Stars
24Forks
29Releases

When each star and fork was added, collected from GitHub and bucketed by day. Cumulative growth sits directly above the daily additions it is made of, so the two read against each other: steady organic accretion looks nothing like an abrupt, short-lived burst. Where that difference is measurable, it is reported as growth authenticity.

048121620242422018-032022-012025-11
Major 2Minor 9Patch 18

Each point covers 8 days.

OpenSSF Scorecard 4.2 / 10
4.2aggregate

Independent, tool-agnostic security assessment from the open-source OpenSSF Scorecard. Each check rewards a security practice, not a specific vendor's tool. Checks Scorecard could not determine are marked n/a and excluded from the security score (never counted as zero).Scorecard v5.5.0 · 2026-07-30 20:22 UTC

10Binary-Artifactsno binaries found in the repo
1Branch-Protectionbranch protection is not maximal on development and all release branches
10CI-Tests7 out of 7 merged PRs checked by a CI test -- score normalized to 10
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
8Code-ReviewFound 7/8 approved changesets -- score normalized to 8
10Contributorsproject has 11 contributing companies or organizations
n/aDangerous-Workflowno workflows found
0Dependency-Update-Toolno update tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
0Maintained0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
n/aPackagingpackaging workflow not detected
n/aPinned-Dependenciesno dependencies found
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
n/aSigned-Releasesno releases found
n/aToken-PermissionsNo tokens found
10Vulnerabilities0 existing vulnerabilities detected
Direct dependencies 4
RegistryPackageVersion constraintManifest
Packagisttypo3/cms-core^14.0composer.json
Packagisttypo3/cms-extbase^14.0composer.json
Packagistbnf/phpstan-psr-container^1.0composer.json
Packagistssch/typo3-debug-dump-pass^0.0.3composer.json
All dependencies 15

Full resolved dependency set from the GitHub dependency graph: 4 direct and 11 indirect (transitive) packages. The transitive closure is complete when the repository commits a lockfile.

RegistryPackageVersionRelation
Packagistbnf/phpstan-psr-containerdirect
Packagistssch/typo3-debug-dump-passdirect
Packagisttypo3/cms-coredirect
Packagisttypo3/cms-extbasedirect
Packagistcomposer/semverindirect
Packagistext-simplexmlindirect
Packagistfriendsofphp/php-cs-fixerindirect
Packagistphpindirect
Packagistphp-parallel-lint/php-parallel-lintindirect
Packagistphpstan/phpstanindirect
Packagistphpstan/phpstan-phpunitindirect
Packagistphpstan/phpstan-strict-rulesindirect
Packagistphpunit/phpunitindirect
Packagistrector/rectorindirect
Packagistrector/type-perfectindirect
Dependency advisories not assessed

Advisory matching could not run for this report: No resolved dependencies carried a version and a supported ecosystem

Raw JSON report machine-readable
{
  "data": {
    "repo": {
      "topics": [],
      "is_fork": false,
      "size_kb": 467,
      "has_wiki": true,
      "homepage": null,
      "languages": {
        "PHP": 119173
      },
      "pushed_at": "2026-07-30T20:12:52Z",
      "created_at": "2017-10-18T11:38:30Z",
      "owner_type": "User",
      "updated_at": "2026-07-30T20:12:57Z",
      "description": " TYPO3 CMS class reflection extension for PHPStan & framework-specific rules",
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": "MIT",
      "default_branch": "main",
      "license_spdx_raw": "MIT",
      "primary_language": "PHP",
      "significant_languages": [
        "PHP"
      ]
    },
    "owner": {
      "blog": "https://flowd.de",
      "name": "Sascha Egerer",
      "type": "User",
      "login": "sascha-egerer",
      "company": "Flowd GmbH (@flowd @flowdgmbh)",
      "location": "Bad Nauheim, Germany",
      "followers": 23,
      "avatar_url": "https://avatars.githubusercontent.com/u/1651414?v=4",
      "created_at": "2012-04-17T10:40:33Z",
      "is_verified": null,
      "public_repos": 108,
      "account_age_days": 5217
    },
    "license": {
      "state": "standard",
      "spdx_id": "MIT",
      "raw_spdx": "MIT",
      "file_present": true,
      "scorecard_found": true,
      "profile_has_license": true
    },
    "activity": {
      "releases": [
        {
          "tag": "3.0.1",
          "kind": "patch",
          "published_at": "2026-02-13T21:27:34Z"
        },
        {
          "tag": "3.0.0",
          "kind": "major",
          "published_at": "2026-02-13T12:56:29Z"
        },
        {
          "tag": "2.1.1",
          "kind": "patch",
          "published_at": "2025-07-29T20:19:42Z"
        },
        {
          "tag": "2.1.0",
          "kind": "minor",
          "published_at": "2025-03-28T13:52:52Z"
        },
        {
          "tag": "2.0.0",
          "kind": "major",
          "published_at": "2025-02-06T08:04:20Z"
        },
        {
          "tag": "1.10.2",
          "kind": "patch",
          "published_at": "2024-08-26T20:39:33Z"
        },
        {
          "tag": "1.10.1",
          "kind": "patch",
          "published_at": "2024-05-13T06:33:44Z"
        },
        {
          "tag": "1.10.0",
          "kind": "minor",
          "published_at": "2024-01-30T12:38:42Z"
        },
        {
          "tag": "1.9.1",
          "kind": "patch",
          "published_at": "2023-11-27T06:55:53Z"
        },
        {
          "tag": "1.9.0",
          "kind": "minor",
          "published_at": "2023-09-07T14:43:31Z"
        },
        {
          "tag": "1.8.9",
          "kind": "patch",
          "published_at": "2023-06-26T07:37:04Z"
        },
        {
          "tag": "1.8.5",
          "kind": "patch",
          "published_at": "2023-05-10T13:22:43Z"
        },
        {
          "tag": "1.8.4",
          "kind": "patch",
          "published_at": "2023-04-13T09:58:45Z"
        },
        {
          "tag": "1.8.3",
          "kind": "patch",
          "published_at": "2023-03-28T08:13:26Z"
        },
        {
          "tag": "1.8.2",
          "kind": "patch",
          "published_at": "2022-11-16T09:24:40Z"
        },
        {
          "tag": "1.8.1",
          "kind": "patch",
          "published_at": "2022-10-26T11:07:14Z"
        },
        {
          "tag": "1.8.0",
          "kind": "minor",
          "published_at": "2022-10-18T18:55:38Z"
        },
        {
          "tag": "1.1.2",
          "kind": "patch",
          "published_at": "2022-02-08T20:37:20Z"
        },
        {
          "tag": "1.1.1",
          "kind": "patch",
          "published_at": "2022-02-03T16:38:35Z"
        },
        {
          "tag": "1.1.0",
          "kind": "minor",
          "published_at": "2022-01-31T19:30:33Z"
        },
        {
          "tag": "1.0.0",
          "kind": "major",
          "published_at": "2021-11-01T06:46:00Z"
        },
        {
          "tag": "0.13.3",
          "kind": "patch",
          "published_at": "2021-05-15T14:42:58Z"
        },
        {
          "tag": "0.12.3",
          "kind": "patch",
          "published_at": "2021-05-15T14:42:36Z"
        },
        {
          "tag": "0.12.2",
          "kind": "patch",
          "published_at": "2021-04-28T15:31:29Z"
        },
        {
          "tag": "0.12.1",
          "kind": "patch",
          "published_at": "2020-02-11T21:22:17Z"
        },
        {
          "tag": "0.13.1",
          "kind": "patch",
          "published_at": "2020-02-11T21:11:06Z"
        },
        {
          "tag": "0.13.0",
          "kind": "minor",
          "published_at": "2020-02-11T20:16:16Z"
        },
        {
          "tag": "0.12.0",
          "kind": "minor",
          "published_at": "2019-12-13T13:23:56Z"
        },
        {
          "tag": "0.11.0",
          "kind": "minor",
          "published_at": "2019-10-25T08:57:50Z"
        },
        {
          "tag": "0.10.1",
          "kind": "patch",
          "published_at": "2019-06-14T08:00:12Z"
        },
        {
          "tag": "0.10.0",
          "kind": "minor",
          "published_at": "2018-11-29T13:00:30Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "6aa28e7088113b65f1e9d94e5202ddd2750c4f70",
          "body": "Removed hiring section from README.",
          "is_bot": false,
          "headline": "Update README to remove hiring information",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2026-02-13T13:13:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "81e1cf29f2e077ec56d9ab1788b34d7e2c0dac29",
          "body": "Eliminate unnecessary phpcs:disable and phpcs:ignore comments",
          "is_bot": false,
          "headline": "Remove superfluous PHPCS comments across multiple files (#193)",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2026-02-13T12:39:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bc30da1f9ae9d17b21363724f53da995b0aba4be",
          "body": "* Adjust stubs for TYPO3 v14\n\n* Require at least PHPStan 2.1.33 to fix type resolving.\n\nTypes in \"conditional return types\" are not resolved\nproperly before PHPStan 2.1.33, leading to wrong\nreturn types discovered by failing unit tests.\n\n* Increase required rector version from 2.1 to 2.3",
          "is_bot": false,
          "headline": "Adjust stubs for TYPO3 v14 and fix ObjectStorage::offsetGet() (#192)",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2026-02-13T12:39:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1045a5ef7c5fe38f06427ba93a6acce7fb661b1f",
          "body": "* [TASK] Update TYPO3 version constraints to ^14.0\n\n- Update typo3/cms-core from ^13.4.3 to ^14.0\n- Update typo3/cms-extbase from ^13.4.3 to ^14.0\n- Update ssch/typo3-debug-dump-pass to dev-main\n- Add test data files to autoload-dev for PHPStan tests\n- Add composer scripts for CI (lint, cs, phpstan,\n[…]\ng quality checks.\n🗑️ Remove unnecessary phing commands\n\n* Add missing changes from merge commit\n\n---------\n\nCo-authored-by: cs <mail@csonntag.de>\nCo-authored-by: Sascha Egerer <sascha.egerer@flowd.de>",
          "is_bot": false,
          "headline": "[FEATURE] Add TYPO3 14 compatibility (#187)",
          "author_name": "Christian Sonntag",
          "author_login": "chrissonntag",
          "committed_at": "2026-02-13T09:12:16Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "e78d66253a5af81915c916cf6de23bdc9f294680",
          "body": null,
          "is_bot": false,
          "headline": "Replace codesniffer with php-cs-fixer (#191)",
          "author_name": "Jan Stockfisch",
          "author_login": "KamiYang",
          "committed_at": "2026-01-26T17:14:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8b4cb50e5e4d308905719239cb283bc228582bbe",
          "body": "Add rector and update codestyle config",
          "is_bot": false,
          "headline": "Merge pull request #190 from sascha-egerer/add-rector",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2026-01-20T16:05:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d6ad74e270ad6bccf6d655f374439ed47fff9b22",
          "body": null,
          "is_bot": false,
          "headline": "Fix indention in loop",
          "author_name": "Jan Stockfisch",
          "author_login": "KamiYang",
          "committed_at": "2026-01-20T15:51:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "66f4836b4f1be70ffe0aac1202f55a3dd5a5940c",
          "body": null,
          "is_bot": false,
          "headline": "Run composer fix",
          "author_name": "Jan Stockfisch",
          "author_login": "KamiYang",
          "committed_at": "2026-01-20T15:41:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bbec05558088ca25b50fedb9e86d72ebf2866113",
          "body": null,
          "is_bot": false,
          "headline": "Prefer self instead of $this in tests",
          "author_name": "Jan Stockfisch",
          "author_login": "KamiYang",
          "committed_at": "2026-01-20T15:31:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "18fc2d02a4dd70fdd86fee873c3694734ab0a39c",
          "body": null,
          "is_bot": false,
          "headline": "Format constructor for readability",
          "author_name": "Jan Stockfisch",
          "author_login": "KamiYang",
          "committed_at": "2026-01-20T15:27:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "be87dc565956827ccce9f692bb8772a88e5a2bb1",
          "body": null,
          "is_bot": false,
          "headline": "Include test directory when running rector",
          "author_name": "Jan Stockfisch",
          "author_login": "KamiYang",
          "committed_at": "2026-01-20T15:14:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5cf6b42eef2e9205411d5c8ee29726f10461ed71",
          "body": null,
          "is_bot": false,
          "headline": "Enforce tabs instead of mixed tabs-spaces indenting",
          "author_name": "KamiYang",
          "author_login": "KamiYang",
          "committed_at": "2026-01-20T15:06:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "69c0a7153cce754e0c9e398a48a568a2465e674c",
          "body": null,
          "is_bot": false,
          "headline": "Execute rector before formatting",
          "author_name": "KamiYang",
          "author_login": "KamiYang",
          "committed_at": "2026-01-20T14:50:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ab325926e8c8c92515386ea32e832a5ee4f0850a",
          "body": null,
          "is_bot": false,
          "headline": "Make TypeSpecifier not nullable",
          "author_name": "KamiYang",
          "author_login": "KamiYang",
          "committed_at": "2026-01-20T14:41:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9998a185e728416d00e30bf1361d38de9d50215e",
          "body": null,
          "is_bot": false,
          "headline": "Import some namespaces",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2026-01-20T14:28:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7d53850ffb9dd6cdcfd1a208f6e37dd638aebc59",
          "body": null,
          "is_bot": false,
          "headline": "Use simplified FQN",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2026-01-20T14:28:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a231afe282eebaaee16cfa57a07dffdb77f0383b",
          "body": null,
          "is_bot": false,
          "headline": "Update php codestyle config",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2026-01-20T14:28:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "25be8af395ab7bcdef64b310ba75ae500a7ab333",
          "body": null,
          "is_bot": false,
          "headline": "Make TypeSpecifier not nullable",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2026-01-20T14:23:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "381af9a26ae3e9940590767a59322b450d269363",
          "body": null,
          "is_bot": false,
          "headline": "Apply rector rules",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2026-01-20T14:22:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "daf7c13c7e7f9fa0849f5e2cfba40e6e1fe95311",
          "body": null,
          "is_bot": false,
          "headline": "Run rector test in GitHub action",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2026-01-20T14:19:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f8ab7714d587c509cea64e7985c9bdfed69e956f",
          "body": null,
          "is_bot": false,
          "headline": "Add rector and configuration",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2026-01-20T14:19:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8baaeb38c03944f64577f16bcdc8ec6799aad3cb",
          "body": "Refactor validation rules and error handling in various files",
          "is_bot": false,
          "headline": "Merge pull request #189 from sascha-egerer/cleanup-code",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-12-23T16:59:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1df8f9a60ca6293ce775570b9a05107881a66252",
          "body": "- Simplify validation logic in RequestAttributeValidationRule\n- Enhance property checks in XmlServiceMapFactory for clarity\n- Consolidate null checks for better readability",
          "is_bot": false,
          "headline": "Refactor validation checks and improve property existence checks",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-12-23T14:45:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8142f78a72dbb5aa2e57f46843466ee24a000114",
          "body": "- Simplify tag existence check using isset()\n- Skip empty tag names when creating tag list",
          "is_bot": false,
          "headline": "Improve tag handling in XmlServiceMapFactory",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-12-23T09:20:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "00d0eda502d4a80affb290842169a115c7b15f41",
          "body": null,
          "is_bot": false,
          "headline": "Fix codestyle issues",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-12-23T09:13:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3384bb800e7a7910420bda696bba3956ad9f6c2f",
          "body": "- Update method reflection checks to use ExtendedMethodReflection\n- Simplify conditional checks for service definitions and attributes\n- Improve error handling in XML service map factory\n- Refactor type hinting for properties in several classes\n- Clean up test cases by removing unnecessary parameters\n- Replace `@dataProvider` annotations with #[DataProvider] attributes\n- Update XmlServiceMapFactory to load XML file contents correctly (PHP bug #62577)",
          "is_bot": false,
          "headline": "Refactor validation rules and error handling in various files",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-12-23T08:49:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f334b1361851efc87f58f035f1665051abf5871d",
          "body": "…scripts\n\nReplace Phing with Composer scripts for testing and linting",
          "is_bot": false,
          "headline": "Merge pull request #188 from sascha-egerer/replace-phing-by-composer-…",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-12-22T14:55:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d5be8f24c1c30ce12223c5d01ebb227ef111773f",
          "body": null,
          "is_bot": false,
          "headline": "Add phpunit configuration to ensure proper memory limit is set",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-12-22T14:37:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ce6d97177369e23bc8eaa958bf51803d773af8fb",
          "body": null,
          "is_bot": false,
          "headline": "Fix script references in \"test\" script",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-12-22T13:34:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8ccbd4fb8014b93e5915c88f3ac9385525830b0b",
          "body": "- Removed Phing dependency\n- Added Composer scripts for PHPUnit, PHPStan, PHP CodeSniffer,\n  and PHP Lint\n- Updated tests.yml to run Composer scripts instead of Phing",
          "is_bot": false,
          "headline": "Replace Phing with Composer scripts for testing and linting",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-12-22T13:29:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d8f67f92d7d9645d96e6f3482bf574dc3c6c9f9a",
          "body": "…lRequest\n\nAdd TYPO3 requestGetAttributeMapping for \"originalRequest\"",
          "is_bot": false,
          "headline": "Merge pull request #185 from chrissonntag/chore/phpstan-typo3-origina…",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-10-26T21:39:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "35caa4f7dbd072393a9a715a77fa3924bcce9de7",
          "body": null,
          "is_bot": false,
          "headline": "[TASK] Add mapping for TYPO3 attribute \"originalRequest\"",
          "author_name": "Christian Sonntag",
          "author_login": "chrissonntag",
          "committed_at": "2025-10-26T08:31:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cf04d90a9f1cbbf51dccc217129a6e2594496f4e",
          "body": "Use correct class for request attribute frontend.cache.collector",
          "is_bot": false,
          "headline": "Merge pull request #182 from tillhoerner/main",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-07-29T20:11:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a5e19b5ac5ad3f1c9f4c0680196c561ce29d9209",
          "body": null,
          "is_bot": false,
          "headline": "Add hiring section to Readme",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-06-12T09:03:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b2107f00c0e676591a9001b785e24a3a455c11f6",
          "body": null,
          "is_bot": false,
          "headline": "Use correct class for request attribute frontend.cache.collector",
          "author_name": "Till Hörner",
          "author_login": "tillhoerner",
          "committed_at": "2025-06-04T10:35:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c6c2a903c654c081436899dabfe991af00305267",
          "body": "…eturn-type\n\nFix return type of QueryInterface::execute()",
          "is_bot": false,
          "headline": "Merge pull request #163 from sascha-egerer/bugfix/fix-query-execute-r…",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-03-28T13:49:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "61cdb6d4db9e523e27e2a7bc1d95c0bc59c5febd",
          "body": "The `execute()` method has a boolean argument that\ndefines if a raw result should be returned.\nThis means that no object mapping is done but\nan array containing the result values is returned.\n\nIt is now also supported to not just pass constant\nboolean values but a variable containing a boolean\nto the execute function. In this case it's not clear\nif a raw result or objects should be returned\nso we do now return a union type containing both.",
          "is_bot": false,
          "headline": "Fix return type of QueryInterface::execute()",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-03-28T10:57:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b1c8f1831011ccfeb1d122f25edfdf51ff42e896",
          "body": "…template\n\nFix invalid interface implementation by dynamic return type",
          "is_bot": false,
          "headline": "Merge pull request #178 from sascha-egerer/bugfix/fix-object-storage-…",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-03-28T10:51:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "45f4b20877ccb53e639338f07a5b9ffd8876d650",
          "body": null,
          "is_bot": false,
          "headline": "Add offsetGet to stub again",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-03-28T10:48:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "dc7b869f18db7e05dd2309cdb9b82e3af663d588",
          "body": "…or tests",
          "is_bot": false,
          "headline": "Use acutal return type in ObjectStorageReturnTypeExtension and refact…",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-03-28T10:47:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ef4f1f748dfa323c434ec148f3b6859a6d09fa1b",
          "body": null,
          "is_bot": false,
          "headline": "Add offsetGet($string) test case",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-03-28T10:47:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0ed6c60f8c0cd34ecae2906a5a0a1e5b127b8fe7",
          "body": "The object storage offsetGet() is not compatible with the\nArrayAccess interface but does some TYPO3 sepcific stuff.\nWe can't set the correct return type via a stub as phpstan\nwill complain that the return type is not compatible with\nthe interface.\nTo work around this we have to implement a dynamic return\ntype extension again.",
          "is_bot": false,
          "headline": "Fix invalid interface implementation by dynamic return type",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-03-28T10:47:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0246c630a615196334ea73fb284219567cab0c7d",
          "body": "…stubs\n\nRemove superflous stubs",
          "is_bot": false,
          "headline": "Merge pull request #179 from sascha-egerer/feature/remove-superflous-…",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-03-28T10:45:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7b57b5e717f3d4d8a1d10b5076014a19b51cb9b0",
          "body": null,
          "is_bot": false,
          "headline": "Remove superflous stubs",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-03-28T10:43:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8a361cfec786c2e90c4f8f41ec6d7655678872b8",
          "body": null,
          "is_bot": false,
          "headline": "Add missing site attribute 'settings' mapping",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-01-27T10:16:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "49a6f4bdce4b6c659339c6277d9f7204546417f6",
          "body": null,
          "is_bot": false,
          "headline": "Add some more request attribute and context mappings",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-01-27T10:12:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6469bf1fc669e0ec34f0e1e718b08e102535aeb5",
          "body": null,
          "is_bot": false,
          "headline": "Readd PHP 8.2 as supported version",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-01-17T08:40:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f30db1e4c49b636faf5577f4d348e03163f50104",
          "body": null,
          "is_bot": false,
          "headline": "Try to make ObjectStorage valid again",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-01-16T22:28:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "47245ea0389f4c5c8a952a6cf977c6625921d988",
          "body": null,
          "is_bot": false,
          "headline": "Include ObjectMonitoringInterface stub",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-01-16T22:03:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "48fb114f32781ef1c7a52e750cf7b4adbd051a9c",
          "body": null,
          "is_bot": false,
          "headline": "Solve some issues with ObjectStorage.stub",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-01-16T22:01:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "83a9b8065eda8b42bc62a3d6b605062b05d5f04f",
          "body": "Refactor the entire package to ensure compatibility with PHPStan 2.\nTo reduce effort, the package is now only compatible with TYPO3 v13,\nand compatibility with TYPO3 v12 and v11 has been removed.\nOlder TYPO3 versions will continue to be supported with version 1 of\nthe package. If support for TYPO3 v12 in version 2 is required,\nit can still be implemented if necessary.",
          "is_bot": false,
          "headline": "Refactor for PHPStan 2 Compatibility",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-01-16T21:22:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bafc25d44c14572fbdb6b27ab54f3ead084141a3",
          "body": null,
          "is_bot": false,
          "headline": "Add support for PHPStan 1.11",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2025-01-16T21:01:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5d496f8f9fc82841cd5c21af41ba7565dba9605b",
          "body": "Added 2 new request attribute mappings for TYPO3 v13",
          "is_bot": false,
          "headline": "Merge pull request #165 from derhansen/master",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2024-12-17T14:51:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2a8fa63332f3fa07e870eb066d90c6bb52b08683",
          "body": null,
          "is_bot": false,
          "headline": "Removed frontend.pageInformation",
          "author_name": "Torben Hansen",
          "author_login": "derhansen",
          "committed_at": "2024-12-14T12:19:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "248bb45fd7d5a1aca54e61d0ad2662d24bfdcbfe",
          "body": null,
          "is_bot": false,
          "headline": "Merge branch 'sascha-egerer:master' into master",
          "author_name": "Torben Hansen",
          "author_login": "derhansen",
          "committed_at": "2024-12-14T12:18:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0bd19c41d2457bfe32c55914be9cfe3f661c87db",
          "body": "[TASK] Add new frontend.page.information request attribute",
          "is_bot": false,
          "headline": "Merge pull request #176 from d-s-codappix/175-frontend.page.information",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2024-11-28T08:10:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "de3d81930f04a00f1faf9c36cee04840ba7b6d3f",
          "body": "This got introduced with TYPO3 v13 LTS, see:\nhttps://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.0/Feature-102715-NewFrontendpageinformationRequestAttribute.html\n\nResolves: #175",
          "is_bot": false,
          "headline": "[TASK] Add new frontend.page.information request attribute",
          "author_name": "Daniel Siepmann",
          "author_login": "d-s-codappix",
          "committed_at": "2024-11-27T07:19:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1848c6a2bfcef90cff75e0a8a5c043bcf84765de",
          "body": "[TASK] Rename stub file to match the name of the stubbed interface",
          "is_bot": false,
          "headline": "Merge pull request #169 from oliverklee/task/rename-stub",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2024-08-26T20:37:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "71b09e36327bb35f89fd5992b42899fac763d414",
          "body": "[TASK] Port some type annotation improvements from the Core",
          "is_bot": false,
          "headline": "Merge pull request #170 from oliverklee/task/align-stubs-with-core",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2024-08-09T18:19:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "883c5dcdd84789b770ef83cd46f6d14dccd88eb8",
          "body": null,
          "is_bot": false,
          "headline": "Update stubs/Repository.stub",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2024-08-09T16:16:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "df261f7352c3c40712d42809de3860c9a77c6a28",
          "body": null,
          "is_bot": false,
          "headline": "Update stubs/QueryInterface.stub",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2024-08-09T16:16:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b56227cda281d6bc90ebd54526d33d7f39f034e6",
          "body": "The Core recently has received some improvements on the type\nannotations/declerations. Port those over to our stubs.\n\nAlso rearrage some union type to have `null` always last.",
          "is_bot": false,
          "headline": "[TASK] Port some type annotation improvements from the Core",
          "author_name": "Oliver Klee",
          "author_login": "oliverklee",
          "committed_at": "2024-08-03T16:57:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9b12e16da4a90bc52f11d520266d6b1b73898f02",
          "body": null,
          "is_bot": false,
          "headline": "[TASK] Rename stub file to match the name of the stubbed interface",
          "author_name": "Oliver Klee",
          "author_login": "oliverklee",
          "committed_at": "2024-08-03T11:44:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "85ff3e4d7f156c89b44425932bd91deeea49e61b",
          "body": "[BUGFIX] Avoid warnings about `ObjectStorage` with PHPStan 1.11.9",
          "is_bot": false,
          "headline": "Merge pull request #168 from oliverklee/bugfix/ignore-storage-key",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2024-08-03T10:01:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b133717d59bab4a005b89f98a13e9e260d871e93",
          "body": "It looks like PHPStan 1.11.9 considers the offending line to be\ndifferent in version 1.11.9.\n\nTo be compatible with both PHPStan <= 1.11.9 and 1.11.9, we now\nneed two `@phpstan-ignore-next-line` entries.\n\nFixes #167",
          "is_bot": false,
          "headline": "[BUGFIX] Avoid warnings about `ObjectStorage` with PHPStan 1.11.9",
          "author_name": "Oliver Klee",
          "author_login": "oliverklee",
          "committed_at": "2024-08-03T08:45:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4fcc87d072f5968cc8a7851572261e501ad2f769",
          "body": "[TASK] Use `list` whereever possible",
          "is_bot": false,
          "headline": "Merge pull request #166 from oliverklee/task/list",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2024-07-25T08:22:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "39849fa854d8b0084443bb13318b0e0318425d12",
          "body": "The types in the stubs should be as narrow as possible:\nWhen an array with continuous integer keys starting with 0\nis returned, this is a `list`, and it should be annotated as such.",
          "is_bot": false,
          "headline": "[TASK] Use `list` whereever possible",
          "author_name": "Oliver Klee",
          "author_login": "oliverklee",
          "committed_at": "2024-07-25T08:19:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ad8d06c05de42186b71e416471d23f56f2d44a92",
          "body": "* Added `frontend.page.information` - see https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/RequestLifeCycle/RequestAttributes/FrontendPageInformation.html#frontend-page-information\n\n* Added `frontend.cache.instruction` - see https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/RequestLifeCycle/RequestAttributes/FrontendCacheInstruction.html#frontend-cache-instruction",
          "is_bot": false,
          "headline": "Added 2 new request attribute mappings for TYPO3 v13",
          "author_name": "Torben Hansen",
          "author_login": "derhansen",
          "committed_at": "2024-07-15T08:26:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a7549f5d5d6b75ec9dc51122086054604007943c",
          "body": "Update dependencies and make php-parse a dev dependency",
          "is_bot": false,
          "headline": "Merge pull request #160 from sascha-egerer/add-typo3-13_1-support",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2024-05-06T07:37:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cc153de0d41810b6b18b6f0317921fe117dd5a5e",
          "body": null,
          "is_bot": false,
          "headline": "Ignore some phpcs rules that fail with PHP 7.4",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2024-05-04T19:31:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "26ca88c26126cbad8902ca18b0908be5660a76d6",
          "body": "We need at least phpstan 1.10.9 due to\nhttps://github.com/phpstan/phpstan-src/commit/ea2670a086f0f699b92dd6b2535504771054498c",
          "is_bot": false,
          "headline": "Define min version for phpstan to be 1.10.9",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2024-05-03T15:32:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2f4cb147e99847903f4ece02652a99b18597fbb2",
          "body": null,
          "is_bot": false,
          "headline": "Adjust TYPO3 version in test matrix to use 13.1 instead of 13.0",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2024-05-03T15:25:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0d791b7ebfb780cc4fa5962ceca88cd802d8fa8c",
          "body": null,
          "is_bot": false,
          "headline": "Set minimium php version for phpcf",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2024-05-03T15:23:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "414febb2989096202dc5f476fc75ac68375dc131",
          "body": null,
          "is_bot": false,
          "headline": "Update dependencies and make php-parse a dev dependency",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2024-05-03T15:03:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b56a301d06ca4cc8ef073905779525d355018c61",
          "body": "…-rule\n\n[FEATURE] Add rule to check if service is private",
          "is_bot": false,
          "headline": "Merge pull request #152 from sascha-egerer/task/add-container-private…",
          "author_name": "Sebastian Schreiber",
          "author_login": "sabbelasichon",
          "committed_at": "2024-02-28T10:04:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "947b0263bdd446a9d0554e1e70e0eff5e3104eb6",
          "body": "[TASK] Use Type declarations and remove redundant docblocks",
          "is_bot": false,
          "headline": "Merge pull request #154 from sascha-egerer/add-type-declarations",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2024-02-09T15:39:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "df4ccc37cfd0cc3e1fc8b04aba08f10328f96367",
          "body": null,
          "is_bot": false,
          "headline": "[TASK] Use Type declarations and remove redundant docblocks",
          "author_name": "Sebastian Schreiber",
          "author_login": "sabbelasichon",
          "committed_at": "2024-02-07T21:06:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6188f32ac85fa99556ed728c5251fa20c1f32963",
          "body": null,
          "is_bot": false,
          "headline": "[TASK] Remove realpath resolution",
          "author_name": "Sebastian Schreiber",
          "author_login": "sabbelasichon",
          "committed_at": "2024-02-07T16:14:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0a0f429e6c70cd5823157f67eaceb302b49b331c",
          "body": null,
          "is_bot": false,
          "headline": "[TASK] Use ReflectionProvider instead of native ReflectionClass",
          "author_name": "Sebastian Schreiber",
          "author_login": "sabbelasichon",
          "committed_at": "2024-02-07T16:08:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "051892cb2e630801f54a322de92520b740eb4a5c",
          "body": null,
          "is_bot": false,
          "headline": "[TASK] Simplify condition if in FunctionalTestCase class",
          "author_name": "Sebastian Schreiber",
          "author_login": "sabbelasichon",
          "committed_at": "2024-02-07T15:42:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f85d91613409736de341944bf10ef5754dab986b",
          "body": null,
          "is_bot": false,
          "headline": "[TASK] Ignore also Fixtures folder in phpstan",
          "author_name": "Sebastian Schreiber",
          "author_login": "sabbelasichon",
          "committed_at": "2024-02-07T15:40:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d3fd0e6190aea17d9e7ad7632ce8d8b4f493cf5f",
          "body": null,
          "is_bot": false,
          "headline": "[TASK] Add test for PrototypeServiceDefinitionChecker",
          "author_name": "Sebastian Schreiber",
          "author_login": "sabbelasichon",
          "committed_at": "2024-02-06T22:48:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b35dbea54393d6dbb3e47513ecf424adc8420334",
          "body": null,
          "is_bot": false,
          "headline": "[TASK] Remove check for arguments",
          "author_name": "Sebastian Schreiber",
          "author_login": "sabbelasichon",
          "committed_at": "2024-02-06T22:29:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bf14f8516a8ca9209c2ae0b57b099fa758a4d8fb",
          "body": null,
          "is_bot": false,
          "headline": "[TASK] Add check for potential prototype class",
          "author_name": "Sebastian Schreiber",
          "author_login": "sabbelasichon",
          "committed_at": "2024-02-06T22:06:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e18d10ef05f436d6c945630bf8bcf5c795b92a29",
          "body": null,
          "is_bot": false,
          "headline": "[TASK] Skip get calls in FunctionalTestCase class",
          "author_name": "Sebastian Schreiber",
          "author_login": "sabbelasichon",
          "committed_at": "2024-02-06T21:55:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "388b282b0c7cf555b9a729eb1d7753cfb78ba7ff",
          "body": null,
          "is_bot": false,
          "headline": "[TASK] Add ServiceDefinitionChecker",
          "author_name": "Sebastian Schreiber",
          "author_login": "sabbelasichon",
          "committed_at": "2024-02-06T21:44:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f4b79cc63617c748f80fda4c46ed5951081a1519",
          "body": null,
          "is_bot": false,
          "headline": "[TASK] Take container.excluded tag into account",
          "author_name": "Sebastian Schreiber",
          "author_login": "sabbelasichon",
          "committed_at": "2024-02-06T20:56:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1753adb53b709190961148907683bd284fb8ff8e",
          "body": null,
          "is_bot": false,
          "headline": "[FEATURE]: Add rules for container",
          "author_name": "Sebastian Schreiber",
          "author_login": "sabbelasichon",
          "committed_at": "2024-02-06T14:47:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "90a5a154174fbc26edf6100e0851a44afdcc063f",
          "body": null,
          "is_bot": false,
          "headline": "[FEATURE] Add rule to check for private services",
          "author_name": "Sebastian Schreiber",
          "author_login": "sabbelasichon",
          "committed_at": "2024-02-05T20:53:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b73c57796db7f29e42365c61786679337662374d",
          "body": "[!!!][TASK] Drop support for TYPO3 10LTS",
          "is_bot": false,
          "headline": "Merge pull request #151 from oliverklee/task/drop-typo3-10",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2024-01-30T14:27:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4dd9b748a3c3aec177a586ccf8dc538456546d7f",
          "body": "With the PHP version requirement being >= 7.4, usage of this package\nfor extensions that still support TYPO3 10LTS (and hence usually also\nsupport TYPO3 7.2 and 7.3) was limited anyway.",
          "is_bot": false,
          "headline": "[!!!][TASK] Drop support for TYPO3 10LTS",
          "author_name": "Oliver Klee",
          "author_login": "oliverklee",
          "committed_at": "2024-01-30T13:42:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0cecc8fc6c4de39e42cc92a0676a66a5ae867312",
          "body": "[TASK] Make the data providers static",
          "is_bot": false,
          "headline": "Merge pull request #145 from oliverklee/task/static-data-providers",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2024-01-30T12:31:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4b25313d376ad61bf9fc976fd0dd6d1ec008bf4d",
          "body": "This is required in newer PHPUnit versions.",
          "is_bot": false,
          "headline": "[TASK] Make the data providers static",
          "author_name": "Oliver Klee",
          "author_login": "oliverklee",
          "committed_at": "2024-01-30T12:27:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "899c424280a30359a21da4ab9ace6c24a0a2d06f",
          "body": "[TASK] Bump PHPStan to ^1.10.9",
          "is_bot": false,
          "headline": "Merge pull request #150 from oliverklee/task/bump-phpstan",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2024-01-30T12:26:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a84a265f84e9ed2cf3776726c4ec2e8f85e49079",
          "body": "This version of PHPStan makes some test-related methods static,\nwhich is required for newer PHPUnit versions (where data providers\nare required to be static).",
          "is_bot": false,
          "headline": "[TASK] Bump PHPStan to ^1.10.9",
          "author_name": "Oliver Klee",
          "author_login": "oliverklee",
          "committed_at": "2024-01-30T12:09:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2ff4e0ce226224173183870d9cbb12aec85e31ac",
          "body": "[TASK] Bump the development dependencies",
          "is_bot": false,
          "headline": "Merge pull request #143 from oliverklee/task/dev-deps",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2024-01-30T11:42:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "63a7331121ac91c3e43b9fc22de07f7a83d378e3",
          "body": "[TASK] Also run CI with PHP 8.3",
          "is_bot": false,
          "headline": "Merge pull request #147 from oliverklee/task/php-83",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2024-01-30T11:35:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "edbff46d5b5bbb02215f6d8c4b8f30790b59fe2d",
          "body": null,
          "is_bot": false,
          "headline": "Merge remote-tracking branch 'origin/master' into task/php-83",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2024-01-30T11:34:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c6fad2cf6bf1e5783a6a26312d6aa4f761235f19",
          "body": null,
          "is_bot": false,
          "headline": "[TASK] Upgrade to PHPUnit 9",
          "author_name": "Oliver Klee",
          "author_login": "oliverklee",
          "committed_at": "2024-01-30T11:33:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f793c84741831570d9341bc846e28f9386fc14ef",
          "body": "[FEATURE] Add support for TYPO3 13.0",
          "is_bot": false,
          "headline": "Merge pull request #146 from oliverklee/feature/typo3-13",
          "author_name": "Sascha Egerer",
          "author_login": "sascha-egerer",
          "committed_at": "2024-01-30T11:29:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        }
      ],
      "releases_count": 31,
      "commits_last_year": 32,
      "latest_release_at": "2026-02-13T21:27:34Z",
      "latest_release_tag": "3.0.1",
      "releases_from_tags": false,
      "days_since_last_push": 0,
      "active_weeks_last_year": 6,
      "days_since_latest_release": 166,
      "mean_days_between_releases": 98.9
    },
    "community": {
      "has_readme": true,
      "has_license": true,
      "has_description": true,
      "has_contributing": false,
      "health_percentage": 42,
      "has_issue_template": false,
      "has_code_of_conduct": false,
      "has_pull_request_template": false
    },
    "ecosystem": {
      "packages": [
        {
          "name": "saschaegerer/phpstan-typo3",
          "exists": true,
          "license": "MIT",
          "keywords": [
            "static analysis"
          ],
          "ecosystem": "packagist",
          "matches_repo": true,
          "registry_url": "https://packagist.org/packages/saschaegerer/phpstan-typo3",
          "is_deprecated": false,
          "latest_version": "3.0.1",
          "repository_url": "https://github.com/sascha-egerer/phpstan-typo3",
          "versions_count": 31,
          "total_downloads": 4049631,
          "dependents_count": 369,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": 131929,
          "first_published_at": null,
          "latest_published_at": "2026-02-13T13:13:55Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 167
        }
      ]
    },
    "popularity": {
      "forks": 24,
      "stars": 51,
      "watchers": 6,
      "fork_history": {
        "days": [
          {
            "date": "2018-03-20",
            "count": 1
          },
          {
            "date": "2019-04-29",
            "count": 1
          },
          {
            "date": "2019-06-14",
            "count": 1
          },
          {
            "date": "2019-11-15",
            "count": 1
          },
          {
            "date": "2019-12-10",
            "count": 1
          },
          {
            "date": "2020-02-17",
            "count": 1
          },
          {
            "date": "2020-03-30",
            "count": 1
          },
          {
            "date": "2021-05-14",
            "count": 1
          },
          {
            "date": "2021-06-24",
            "count": 1
          },
          {
            "date": "2021-06-30",
            "count": 1
          },
          {
            "date": "2021-11-25",
            "count": 1
          },
          {
            "date": "2022-03-10",
            "count": 1
          },
          {
            "date": "2022-08-28",
            "count": 1
          },
          {
            "date": "2022-10-12",
            "count": 1
          },
          {
            "date": "2023-01-06",
            "count": 1
          },
          {
            "date": "2023-02-21",
            "count": 1
          },
          {
            "date": "2023-04-23",
            "count": 1
          },
          {
            "date": "2023-06-14",
            "count": 1
          },
          {
            "date": "2023-08-23",
            "count": 1
          },
          {
            "date": "2023-11-03",
            "count": 1
          },
          {
            "date": "2023-12-05",
            "count": 1
          },
          {
            "date": "2024-11-22",
            "count": 1
          },
          {
            "date": "2025-03-24",
            "count": 1
          },
          {
            "date": "2025-11-28",
            "count": 1
          }
        ],
        "complete": true,
        "collected": 24,
        "total_forks": 24
      },
      "star_history": null,
      "open_issues_and_prs": 8
    },
    "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": 8475,
      "source_files_sampled": 83,
      "oversized_source_files": 0,
      "agent_instruction_files": [],
      "agent_instruction_max_bytes": null
    },
    "dependencies": {
      "manifests": [
        "composer.json"
      ],
      "advisories": {
        "error": "No resolved dependencies carried a version and a supported ecosystem",
        "scope": "repository_graph",
        "source": null,
        "findings": [],
        "collected": false,
        "malicious": [],
        "truncated": false,
        "by_severity": {},
        "advisory_count": 0,
        "affected_count": 0,
        "assessed_count": 0,
        "malicious_count": 0,
        "assessed_package": null,
        "unassessed_count": 15,
        "direct_affected_count": 0
      },
      "ecosystems": [
        "packagist"
      ],
      "dependencies": [
        {
          "name": "typo3/cms-core",
          "manifest": "composer.json",
          "ecosystem": "packagist",
          "version_constraint": "^14.0"
        },
        {
          "name": "typo3/cms-extbase",
          "manifest": "composer.json",
          "ecosystem": "packagist",
          "version_constraint": "^14.0"
        },
        {
          "name": "bnf/phpstan-psr-container",
          "manifest": "composer.json",
          "ecosystem": "packagist",
          "version_constraint": "^1.0"
        },
        {
          "name": "ssch/typo3-debug-dump-pass",
          "manifest": "composer.json",
          "ecosystem": "packagist",
          "version_constraint": "^0.0.3"
        }
      ],
      "all_dependencies": {
        "error": null,
        "source": "github-sbom",
        "packages": [
          {
            "name": "bnf/phpstan-psr-container",
            "direct": true,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "ssch/typo3-debug-dump-pass",
            "direct": true,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "typo3/cms-core",
            "direct": true,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "typo3/cms-extbase",
            "direct": true,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "composer/semver",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "ext-simplexml",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "friendsofphp/php-cs-fixer",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "php",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "php-parallel-lint/php-parallel-lint",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "phpstan/phpstan",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "phpstan/phpstan-phpunit",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "phpstan/phpstan-strict-rules",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "phpunit/phpunit",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "rector/rector",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "rector/type-perfect",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          }
        ],
        "collected": true,
        "truncated": false,
        "total_count": 15,
        "direct_count": 4,
        "indirect_count": 11
      }
    },
    "maintainership": {
      "issues": {
        "open_prs": 1,
        "merged_prs": 117,
        "open_issues": 7,
        "closed_ratio": 0.879,
        "closed_issues": 51,
        "closed_unmerged_prs": 19
      },
      "bus_factor": 1,
      "bot_contributors": 0,
      "top_contributors": [
        {
          "type": "User",
          "login": "sascha-egerer",
          "commits": 215,
          "avatar_url": "https://avatars.githubusercontent.com/u/1651414?v=4"
        },
        {
          "type": "User",
          "login": "sabbelasichon",
          "commits": 51,
          "avatar_url": "https://avatars.githubusercontent.com/u/13050560?v=4"
        },
        {
          "type": "User",
          "login": "oliverklee",
          "commits": 42,
          "avatar_url": "https://avatars.githubusercontent.com/u/765746?v=4"
        },
        {
          "type": "User",
          "login": "tlueder",
          "commits": 16,
          "avatar_url": "https://avatars.githubusercontent.com/u/5957131?v=4"
        },
        {
          "type": "User",
          "login": "KamiYang",
          "commits": 9,
          "avatar_url": "https://avatars.githubusercontent.com/u/16732079?v=4"
        },
        {
          "type": "User",
          "login": "derhansen",
          "commits": 7,
          "avatar_url": "https://avatars.githubusercontent.com/u/2629896?v=4"
        },
        {
          "type": "User",
          "login": "alexanderschnitzler",
          "commits": 3,
          "avatar_url": "https://avatars.githubusercontent.com/u/711459?v=4"
        },
        {
          "type": "User",
          "login": "andreaswolf",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/159919?v=4"
        },
        {
          "type": "User",
          "login": "chrissonntag",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/39337016?v=4"
        },
        {
          "type": "User",
          "login": "tmotyl",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/515397?v=4"
        }
      ],
      "contributors_sampled": 16,
      "top_contributor_share": 0.606
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "tests.yml"
      ],
      "has_docs_dir": false,
      "linter_configs": [
        ".php-cs-fixer.dist.php",
        "phpstan.neon"
      ],
      "has_editorconfig": true,
      "has_linter_config": true,
      "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": 1,
            "reason": "branch protection is not maximal on development and all release branches",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
          },
          {
            "name": "CI-Tests",
            "score": 10,
            "reason": "7 out of 7 merged PRs checked by a CI test -- score normalized to 10",
            "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": 8,
            "reason": "Found 7/8 approved changesets -- score normalized to 8",
            "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": 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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
          },
          {
            "name": "Packaging",
            "score": null,
            "reason": "packaging workflow not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
          },
          {
            "name": "Pinned-Dependencies",
            "score": null,
            "reason": "no dependencies found",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
          },
          {
            "name": "SAST",
            "score": 0,
            "reason": "SAST tool is not run on all commits -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
          },
          {
            "name": "Security-Policy",
            "score": 0,
            "reason": "security policy file not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
          },
          {
            "name": "Signed-Releases",
            "score": null,
            "reason": "no releases found",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
          },
          {
            "name": "Token-Permissions",
            "score": null,
            "reason": "No tokens found",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
          },
          {
            "name": "Vulnerabilities",
            "score": 10,
            "reason": "0 existing vulnerabilities detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
          }
        ],
        "commit": "6aa28e7088113b65f1e9d94e5202ddd2750c4f70",
        "ran_at": "2026-07-30T20:22:10Z",
        "aggregate_score": 4.2,
        "scorecard_version": "v5.5.0"
      },
      "has_codeql_workflow": false,
      "has_security_policy": false,
      "has_dependabot_config": false
    },
    "contribution_flow": {
      "collected": true,
      "ci_last_run_at": "2026-07-30T20:13:15Z",
      "oldest_open_prs": [
        {
          "number": 195,
          "created_at": "2026-07-30T20:13:09Z",
          "last_comment_at": null,
          "last_comment_author": null
        }
      ],
      "last_merged_pr_at": "2026-02-13T12:39:40Z",
      "ci_last_conclusion": "FAILURE",
      "oldest_open_issues": [
        {
          "number": 112,
          "created_at": "2023-02-13T11:28:38Z",
          "last_comment_at": "2024-02-21T11:09:24Z",
          "last_comment_author": "sabbelasichon"
        },
        {
          "number": 124,
          "created_at": "2023-05-07T11:19:57Z",
          "last_comment_at": "2024-10-09T07:09:10Z",
          "last_comment_author": "sascha-egerer"
        },
        {
          "number": 156,
          "created_at": "2024-02-14T12:47:21Z",
          "last_comment_at": "2025-07-29T20:18:02Z",
          "last_comment_author": "sascha-egerer"
        },
        {
          "number": 164,
          "created_at": "2024-07-04T12:14:05Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 171,
          "created_at": "2024-08-26T12:25:44Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 181,
          "created_at": "2025-05-19T09:40:29Z",
          "last_comment_at": "2025-07-29T20:13:27Z",
          "last_comment_author": "sascha-egerer"
        },
        {
          "number": 183,
          "created_at": "2025-10-01T14:05:01Z",
          "last_comment_at": "2025-10-30T21:16:34Z",
          "last_comment_author": "BobMali"
        }
      ]
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/sascha-egerer/phpstan-typo3",
    "host": "github.com",
    "name": "phpstan-typo3",
    "owner": "sascha-egerer"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "good",
      "name": "Overall health",
      "note": "The weighted overall 61 is calibrated to 67 on the published index scale (record calibration 2026-08-02).",
      "notes": [
        {
          "code": "overall_calibration",
          "params": {
            "raw": 61,
            "calibrated": 67,
            "calibration": "2026-08-02"
          }
        }
      ],
      "value": 67,
      "inputs": {
        "security": 42,
        "vitality": 65,
        "community": 56,
        "governance": 68,
        "calibration": "2026-08-02",
        "engineering": 74,
        "ai_readiness": 35,
        "weighted_overall_raw": 61
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "good",
        "name": "Vitality",
        "value": 65,
        "weight": 0.21,
        "metrics": [
          {
            "key": "development_activity",
            "band": "moderate",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 54,
            "inputs": {
              "commits_last_year": 32,
              "human_commit_share": 1,
              "days_since_last_push": 0,
              "active_weeks_last_year": 6
            },
            "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": "6/52 weeks with commits",
                "points": 4.2,
                "status": "partial",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 6
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "32 commits in the last year",
                "points": 13.6,
                "status": "partial",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 32
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "openssf_scorecard_maintained",
                "name": "OpenSSF Scorecard: Maintained",
                "detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "release_discipline",
            "band": "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": 82,
            "inputs": {
              "releases_count": 31,
              "latest_release_tag": "3.0.1",
              "releases_from_tags": false,
              "days_since_latest_release": 166,
              "mean_days_between_releases": 98.9
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "31 releases published",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "releases_published",
                    "params": {
                      "count": 31
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 166 days ago",
                "points": 27,
                "status": "partial",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 166
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~98.9 days",
                "points": 19.8,
                "status": "partial",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 98.9
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "openssf_scorecard_signed_releases",
                "name": "OpenSSF Scorecard: Signed-Releases",
                "detail": "no releases found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 10
              }
            ]
          },
          {
            "key": "abandonment",
            "band": "exceptional",
            "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": 172,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "last human commit 172 days ago",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "abandonment_maintained",
                    "params": {
                      "days": 172
                    }
                  }
                ],
                "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.17,
        "metrics": [
          {
            "key": "popularity",
            "band": "weak",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 43,
            "inputs": {
              "forks": 24,
              "stars": 51,
              "watchers": 6,
              "growth_state": "unverified",
              "growth_factor_pct": 100,
              "growth_unverified_reason": "no_history"
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "51 stars",
                "points": 27.6,
                "status": "partial",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 51
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "24 forks",
                "points": 11.3,
                "status": "partial",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 24
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "watchers",
                "name": "Watchers",
                "detail": "6 watchers",
                "points": 3.9,
                "status": "partial",
                "details": [
                  {
                    "code": "watchers",
                    "params": {
                      "count": 6
                    }
                  }
                ],
                "max_points": 15
              }
            ]
          },
          {
            "key": "community_health",
            "band": "moderate",
            "name": "Community health",
            "note": null,
            "notes": [],
            "value": 50,
            "inputs": {
              "has_readme": true,
              "has_license": true,
              "readme_badges": null,
              "has_contributing": false,
              "has_issue_template": false,
              "has_code_of_conduct": false,
              "readme_badge_services": [],
              "has_pull_request_template": false
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 22.5,
                "status": "met",
                "details": [],
                "max_points": 22.5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "recognized license (MIT)",
                "points": 22.5,
                "status": "met",
                "details": [
                  {
                    "code": "license_standard",
                    "params": {}
                  },
                  {
                    "code": "license_spdx",
                    "params": {
                      "spdx": "MIT"
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributing_guide",
                "name": "CONTRIBUTING guide",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 18
              },
              {
                "key": "code_of_conduct",
                "name": "Code of conduct",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 13.5
              },
              {
                "key": "issue_template",
                "name": "Issue template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.2
              },
              {
                "key": "pr_template",
                "name": "PR template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.3
              }
            ]
          },
          {
            "key": "ecosystem_adoption",
            "band": "excellent",
            "name": "Ecosystem adoption (downloads)",
            "note": null,
            "notes": [],
            "value": 85,
            "inputs": {
              "packages": [
                "saschaegerer/phpstan-typo3"
              ],
              "dependents": 369,
              "ecosystems": "packagist",
              "total_downloads": 4049631,
              "monthly_downloads": 131929
            },
            "components": [
              {
                "key": "monthly_downloads",
                "name": "Monthly downloads",
                "detail": "131,929 downloads/month across packagist",
                "points": 68.3,
                "status": "partial",
                "details": [
                  {
                    "code": "downloads_monthly",
                    "params": {
                      "count": 131929,
                      "ecosystems": "packagist"
                    }
                  }
                ],
                "max_points": 80
              },
              {
                "key": "registry_dependents",
                "name": "Registry dependents",
                "detail": "369 packages depend on it",
                "points": 17.1,
                "status": "partial",
                "details": [
                  {
                    "code": "registry_dependents",
                    "params": {
                      "count": 369
                    }
                  }
                ],
                "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": 68,
        "weight": 0.23,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "weak",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 41,
            "inputs": {
              "bus_factor": 1,
              "contributors_sampled": 16,
              "top_contributor_share": 0.606
            },
            "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 61% of commits",
                "points": 8.9,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 61
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "16 contributors",
                "points": 13.5,
                "status": "met",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 16
                    }
                  }
                ],
                "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": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "newcomer_pr_acceptance"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 86,
            "inputs": {
              "merged_prs": 117,
              "open_issues": 7,
              "closed_issues": 51,
              "prs_merged_7d": null,
              "prs_decided_7d": null,
              "prs_merged_30d": null,
              "prs_decided_30d": null,
              "issue_closed_ratio": 0.879,
              "closed_unmerged_prs": 19,
              "first_time_authors_30d": null,
              "first_time_prs_merged_30d": null,
              "first_time_prs_decided_30d": null
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "88% of issues closed",
                "points": 36.9,
                "status": "partial",
                "details": [
                  {
                    "code": "issues_closed_share",
                    "params": {
                      "share": 88
                    }
                  }
                ],
                "max_points": 42
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "117/136 decided PRs merged",
                "points": 25.8,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 117,
                      "decided": 136
                    }
                  }
                ],
                "max_points": 30
              },
              {
                "key": "newcomer_pr_acceptance",
                "name": "Newcomer PR acceptance",
                "detail": "no first-time contributor's PR decided in 30d",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_newcomer_prs",
                    "params": {
                      "days": 30
                    }
                  }
                ],
                "max_points": 13
              },
              {
                "key": "openssf_scorecard_code_review",
                "name": "OpenSSF Scorecard: Code-Review",
                "detail": "Found 7/8 approved changesets -- score normalized to 8",
                "points": 12,
                "status": "partial",
                "details": [],
                "max_points": 15
              }
            ]
          },
          {
            "key": "stewardship",
            "band": "moderate",
            "name": "Ownership & stewardship",
            "note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "verified_domain"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 56,
            "inputs": {
              "followers": 23,
              "owner_type": "User",
              "is_verified": null,
              "owner_login": "sascha-egerer",
              "public_repos": 108,
              "account_age_days": 5217
            },
            "components": [
              {
                "key": "ownership_backing",
                "name": "Ownership backing",
                "detail": "personal (user) account",
                "points": 10,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_personal",
                    "params": {}
                  }
                ],
                "max_points": 30
              },
              {
                "key": "verified_domain",
                "name": "Verified domain",
                "detail": "not applicable to user accounts",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "not_applicable_to_user_accounts",
                    "params": {}
                  }
                ],
                "max_points": 20
              },
              {
                "key": "owner_reach",
                "name": "Owner reach",
                "detail": "23 followers of sascha-egerer",
                "points": 9.9,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 23,
                      "login": "sascha-egerer"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "108 public repos, account ~14 yr old",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 108
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 14
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          },
          {
            "key": "package_maintenance",
            "band": "exceptional",
            "name": "Package maintenance",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "packages": [
                "saschaegerer/phpstan-typo3"
              ],
              "ecosystems": "packagist",
              "any_deprecated": false,
              "min_days_since_publish": 167
            },
            "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 167 days ago",
                "points": 35,
                "status": "met",
                "details": [
                  {
                    "code": "publish_recency",
                    "params": {
                      "days": 167
                    }
                  }
                ],
                "max_points": 35
              },
              {
                "key": "version_history",
                "name": "Version history",
                "detail": "31 published versions",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "published_versions",
                    "params": {
                      "count": 31
                    }
                  }
                ],
                "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": "good",
        "name": "Engineering Quality",
        "value": 74,
        "weight": 0.19,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "excellent",
            "name": "Engineering practices",
            "note": null,
            "notes": [],
            "value": 90,
            "inputs": {
              "has_ci": true,
              "has_tests": true,
              "has_editorconfig": true,
              "has_linter_config": true,
              "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": ".php-cs-fixer.dist.php, phpstan.neon",
                "points": 16,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": ".php-cs-fixer.dist.php, phpstan.neon"
                    }
                  }
                ],
                "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": 6.4,
                "status": "met",
                "details": [],
                "max_points": 6.4
              },
              {
                "key": "openssf_scorecard_ci_tests",
                "name": "OpenSSF Scorecard: CI-Tests",
                "detail": "7 out of 7 merged PRs checked by a CI test -- score normalized to 10",
                "points": 20,
                "status": "met",
                "details": [],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "moderate",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 50,
            "inputs": {
              "topics": [],
              "has_wiki": true,
              "homepage": null,
              "has_readme": true,
              "has_docs_dir": false,
              "has_description": true
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 30,
                "status": "met",
                "details": [],
                "max_points": 30
              },
              {
                "key": "documentation_directory",
                "name": "Documentation directory",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 25
              },
              {
                "key": "documentation_homepage_site",
                "name": "Documentation / homepage site",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              },
              {
                "key": "repository_description",
                "name": "Repository description",
                "detail": null,
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "topics",
                "name": "Topics",
                "detail": 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": "weak",
        "name": "Security",
        "value": 42,
        "weight": 0.16,
        "metrics": [
          {
            "key": "security_posture",
            "band": "weak",
            "name": "Security posture",
            "note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "dangerous_workflow",
                    "packaging",
                    "pinned_dependencies",
                    "signed_releases",
                    "token_permissions"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 42,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 13,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 5,
              "scorecard_aggregate": 4.2
            },
            "components": [
              {
                "key": "binary_artifacts",
                "name": "Binary-Artifacts",
                "detail": "no binaries found in the repo",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "branch_protection",
                "name": "Branch-Protection",
                "detail": "branch protection is not maximal on development and all release branches",
                "points": 0.8,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "ci_tests",
                "name": "CI-Tests",
                "detail": "7 out of 7 merged PRs checked by a CI test -- score normalized to 10",
                "points": 2.5,
                "status": "met",
                "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 7/8 approved changesets -- score normalized to 8",
                "points": 6,
                "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 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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "packaging",
                "name": "Packaging",
                "detail": "packaging workflow not detected",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 5
              },
              {
                "key": "pinned_dependencies",
                "name": "Pinned-Dependencies",
                "detail": "no dependencies found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 5
              },
              {
                "key": "sast",
                "name": "SAST",
                "detail": "SAST tool is not run on all commits -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "security_policy",
                "name": "Security-Policy",
                "detail": "security policy file not detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "signed_releases",
                "name": "Signed-Releases",
                "detail": "no releases found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 7.5
              },
              {
                "key": "token_permissions",
                "name": "Token-Permissions",
                "detail": "No tokens found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 7.5
              },
              {
                "key": "vulnerabilities",
                "name": "Vulnerabilities",
                "detail": "0 existing vulnerabilities detected",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              }
            ]
          },
          {
            "key": "high_risk_jurisdiction_exposure",
            "band": "exceptional",
            "name": "High-Risk Jurisdiction Exposure",
            "note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
            "notes": [
              {
                "code": "jurisdiction_evidence_limits",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "meaning": "self-published location evidence; not nationality or citizenship",
              "red_flag": false,
              "exposures": [],
              "policy_countries": [
                "Russia",
                "Iran",
                "North Korea"
              ],
              "commit_weight_rule": {
                "min_commits": 50,
                "min_commit_share": 0.1
              },
              "review_only_matches": 0,
              "below_threshold_exposures": [],
              "assessed_self_published_locations": 13
            },
            "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": "weak",
        "name": "AI Readiness",
        "value": 35,
        "weight": 0.04,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "at_risk",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 22,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 0.42,
              "agent_instruction_files": [],
              "agent_instruction_max_bytes": null
            },
            "components": [
              {
                "key": "agent_instructions",
                "name": "Agent instructions",
                "detail": "no CLAUDE.md / AGENTS.md / editor rules",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_agent_instructions",
                    "params": {}
                  }
                ],
                "max_points": 45
              },
              {
                "key": "machine_readable_docs_llms_txt",
                "name": "Machine-readable docs (llms.txt)",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              },
              {
                "key": "legible_commit_history",
                "name": "Legible commit history",
                "detail": "42 of 100 human commits state their intent (structured subject or explanatory body)",
                "points": 22.4,
                "status": "partial",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 42,
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "weak",
            "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": 37,
            "inputs": {
              "has_nix": false,
              "has_tests": true,
              "lockfiles": [],
              "has_dockerfile": false,
              "typed_language": false,
              "bootstrap_files": [],
              "has_devcontainer": false,
              "has_linter_config": true,
              "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": ".php-cs-fixer.dist.php, phpstan.neon",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": ".php-cs-fixer.dist.php, phpstan.neon"
                    }
                  }
                ],
                "max_points": 11
              },
              {
                "key": "static_type_checking",
                "name": "Static type checking",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 11
              },
              {
                "key": "reproducible_environment",
                "name": "Reproducible environment",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              },
              {
                "key": "demonstrated_agent_practice",
                "name": "Demonstrated agent practice",
                "detail": "no agent-authored commits among the last 100",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_agent_authored_commits",
                    "params": {
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "automated_maintenance",
                "name": "Automated maintenance",
                "detail": "no automated dependency updates observed",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_dependency_automation",
                    "params": {}
                  }
                ],
                "max_points": 8
              },
              {
                "key": "openssf_scorecard_pinned_dependencies",
                "name": "OpenSSF Scorecard: Pinned-Dependencies",
                "detail": "no dependencies found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 10
              }
            ]
          },
          {
            "key": "ai_code_legibility",
            "band": "moderate",
            "name": "Code legibility for models",
            "note": null,
            "notes": [],
            "value": 55,
            "inputs": {
              "primary_language": "PHP",
              "largest_source_bytes": 8475,
              "source_files_sampled": 83,
              "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/83 source files over 60KB",
                "points": 55,
                "status": "met",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 83,
                      "oversized": 0
                    }
                  }
                ],
                "max_points": 55
              }
            ]
          }
        ],
        "description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
      }
    ],
    "classification": {
      "top": [
        "library"
      ],
      "labels": [
        "library"
      ],
      "scores": {
        "library": 8
      },
      "primary": "library",
      "evidence": [
        {
          "tier": "distribution",
          "label": "library",
          "source": "registry:packagist",
          "weight": 6
        },
        {
          "tier": "description",
          "label": "library",
          "source": "description:library",
          "weight": 2
        }
      ],
      "artifacts": [],
      "confidence": "medium",
      "host_extension": false,
      "runs_as_process": false,
      "consumed_by_code": true
    },
    "metrics_version": "2.5.0"
  },
  "warnings": [
    "Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
    "No resolved dependencies carried a version and a supported ecosystem"
  ],
  "report_type": "repository",
  "generated_at": "2026-07-30T20:22:32.278690Z",
  "schema_version": "0.27.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/sascha-egerer/phpstan-typo3.svg",
  "full_name": "sascha-egerer/phpstan-typo3",
  "license_state": "standard",
  "license_spdx": "MIT"
}

Scores are signals, not warranties. They reflect publicly visible practices on GitHub — not a code audit, and not a security guarantee.

Missing data is excluded and weights renormalized, never scored as zero. Methodology is versioned and open: metrics v2.5.0, schema v0.27.0 — full methodology · metrics wiki.

How one result sits in the wider record: aggregate statisticsPackagist.