Public record
Software health reportschema 0.30.0 · metrics 2.5.0 · 2026-08-03 22:23 UTC

TomasVotruba / phpstan-bodyscan

Get error count for each PHPStan level

PHPMIT★ 135 stars⑂ 11 forkssince Apr 2024View on GitHub ↗
KindCommand-line toolLibraryhow this is determined

TomasVotruba/phpstan-bodyscan holds a health index of 54 out of 100, placing it in the Moderate band. It scores highest on Sustainability & Governance (65/100) and lowest on AI Readiness (31/100). It was last updated today. A single contributor accounts for most of its recent work.

54
overall / 100
Moderate

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.

54
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 53 is calibrated to 54 on the published index scale (record calibration 2026-08-02).

Ownership

Tomas VotrubaPersonal account
1,635 followers230 public repossince Jul 2011@rectorphp

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 publish
Packagisttomasvotruba/phpstan-bodyscan1.1.04,8412269 days ago

Metrics by category

Vitality

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

50Moderate · 21% of overall
How it's scored
36/36Push recency — last push 0 days ago
0.7/36Commit cadence — 1/52 weeks with commits
4.3/18Commit volume — 2 commits in the last year
3/10OpenSSF Scorecard: Maintained — 3 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 3
Inputs used
commits_last_year2
human_commit_share1
days_since_last_push0
active_weeks_last_year1
How it's scored
27/27Ships releases — 2 releases published
0/36Release recency — latest release 805 days ago
27/27Release cadence — a release every ~0.5 days
0/10OpenSSF Scorecard: Signed-Releases — no data
Inputs used
releases_count2
latest_release_tag0.2.0
releases_from_tagsno
days_since_latest_release805
mean_days_between_releases0.5
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?

47Weak · 17% of overall
How it's scored
34.5/60Stars — 135 stars
8.3/25Forks — 11 forks
1.7/15Watchers — 3 watchers
Inputs used
forks11
stars135
watchers3
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_badges1
has_contributingno
has_issue_templateno
has_code_of_conductno
readme_badge_servicesshields.io
has_pull_request_templateno
How it's scored
49.1/80Monthly downloads — 4,841 downloads/month across packagist
0/20Registry dependents — 0 packages depend on it
Inputs used
packagestomasvotruba/phpstan-bodyscan
dependents0
ecosystemspackagist
total_downloads97,730
monthly_downloads4,841

Sustainability & Governance

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

65Good · 23% of overall
How it's scored
9/54Bus factor — 1 contributor(s) cover half of all commits
1.3/22.5Commit distribution — top contributor authored 94% of commits
5.4/13.5Contributor breadth — 4 contributors
10/10OpenSSF Scorecard: Contributors — project has 4 contributing companies or organizations
Inputs used
bus_factor1
contributors_sampled4
top_contributor_share0.941
How it's scored
42/42Issue resolution — 100% of issues closed
22.9/30PR acceptance — 16/21 decided PRs merged
0/13Newcomer PR acceptance — no first-time contributor's PR decided in 30d
0/15OpenSSF Scorecard: Code-Review — Found 2/30 approved changesets -- score normalized to 0
Inputs used
merged_prs16
open_issues0
closed_issues19
prs_merged_7d1
prs_decided_7d1
prs_merged_30d1
prs_decided_30d1
issue_closed_ratio1
closed_unmerged_prs5
first_time_authors_30d0
first_time_prs_merged_30d0
first_time_prs_decided_30d0
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
23.1/25Owner reach — 1,635 followers of TomasVotruba
25/25Track record — 230 public repos, account ~15 yr old
Inputs used
followers1,635
owner_typeUser
is_verified
owner_loginTomasVotruba
public_repos230
account_age_days5,494
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 69 days ago
20/20Version history — 22 published versions
20/20Not deprecated — active, not deprecated or yanked
Inputs used
packagestomasvotruba/phpstan-bodyscan
ecosystemspackagist
any_deprecatedno
min_days_since_publish69

Engineering Quality

Are baseline engineering and documentation practices in place?

63Moderate · 19% of overall
How it's scored
24/24CI workflows — 3 workflow(s)
24/24Tests present
16/16Linter config — phpstan.neon
0/9.6Pre-commit hooks
6.4/6.4.editorconfig
2/20OpenSSF Scorecard: CI-Tests — 1 out of 9 merged PRs checked by a CI test -- score normalized to 1
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
10/10Topics — 3 topics
0/10Wiki
Inputs used
topicsphp, phpstan, static-analysis
has_wikino
homepage
has_readmeyes
has_docs_dirno
has_descriptionyes

Security

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

38Weak · 16% of overall
How it's scored
7.5/7.5Binary-Artifacts — no binaries found in the repo
0/7.5Branch-Protection — no data
0.2/2.5CI-Tests — 1 out of 9 merged PRs checked by a CI test -- score normalized to 1
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
0/7.5Code-Review — Found 2/30 approved changesets -- score normalized to 0
2.5/2.5Contributors — project has 4 contributing companies or organizations
10/10Dangerous-Workflow — no dangerous workflow patterns detected
0/7.5Dependency-Update-Tool — no update tool detected
0/5Fuzzing — project is not fuzzed
2.5/2.5License — license file detected
2.2/7.5Maintained — 3 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 3
0/5Packaging — no data
0/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
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 — detected GitHub workflow tokens with excessive permissions
7.5/7.5Vulnerabilities — 0 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated15
scorecard_versionv5.5.0
checks_inconclusive3
scorecard_aggregate3.8
Excluded from scoring (no data or not applicable): branch_protection, packaging, signed_releases. 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.

31At Risk · 4% of overall
How it's scored
0/45Agent instructions — no CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
16.7/40Legible commit history — 16 of 51 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
legible_history_share0.314
agent_instruction_files
agent_instruction_max_bytes
How it's scored
0/18One-command bootstrap
22/22Automated tests
11/11Lint / format config — phpstan.neon
0/11Static type checking
0/10Reproducible environment
0/10Demonstrated agent practice — no agent-authored commits among the last 51
0/8Automated maintenance — no automated dependency updates observed
0/10OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
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
How it's scored
0/45Type-checkable code — PHP without a type-check config
55/55Manageable file sizes — 0/24 source files over 60KB
Inputs used
primary_languagePHP
largest_source_bytes6,964
source_files_sampled24
oversized_source_files0

Key facts

135GitHub stars
4contributors
2commits, last 12 months
0days since last push
2releases
1bus factor
0open 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 ★ / 11 ⇿
0Stars
11Forks
2Releases

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.

048121122024-052024-092025-02
Major 0Minor 1Patch 1
OpenSSF Scorecard 3.8 / 10
3.8aggregate

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-08-03 22:22 UTC

10Binary-Artifactsno binaries found in the repo
n/aBranch-Protectioninternal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
1CI-Tests1 out of 9 merged PRs checked by a CI test -- score normalized to 1
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0Code-ReviewFound 2/30 approved changesets -- score normalized to 0
10Contributorsproject has 4 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
0Dependency-Update-Toolno update tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
3Maintained3 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 3
n/aPackagingpackaging workflow not detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
n/aSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
10Vulnerabilities0 existing vulnerabilities detected
Direct dependencies 5
RegistryPackageVersion constraintManifest
Packagistilluminate/container^13.23composer.json
Packagistnette/neon^3.4composer.json
Packagistsymfony/console^7.4composer.json
Packagistsymfony/process^7.4composer.json
Packagistwebmozart/assert^2.4composer.json
All dependencies 13

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

RegistryPackageVersionRelation
Packagistilluminate/containerdirect
Packagistnette/neondirect
Packagistsymfony/consoledirect
Packagistsymfony/processdirect
Packagistwebmozart/assertdirect
Packagistphpindirect
Packagistphpstan/extension-installerindirect
Packagistphpstan/phpstanindirect
Packagistphpunit/phpunitindirect
Packagistrector/jackindirect
Packagistrector/rectorindirect
Packagistsymplify/easy-coding-standardindirect
Packagisttracy/tracyindirect
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": [
        "php",
        "phpstan",
        "static-analysis"
      ],
      "is_fork": false,
      "size_kb": 751,
      "has_wiki": false,
      "homepage": null,
      "languages": {
        "PHP": 29757,
        "Shell": 3063
      },
      "pushed_at": "2026-08-03T22:20:43Z",
      "created_at": "2024-04-29T14:25:49Z",
      "owner_type": "User",
      "updated_at": "2026-08-03T22:20:46Z",
      "description": "Get error count for each PHPStan level",
      "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://tomasvotruba.com",
      "name": "Tomas Votruba",
      "type": "User",
      "login": "TomasVotruba",
      "company": "@rectorphp",
      "location": "Prague, Czech Republic",
      "followers": 1635,
      "avatar_url": "https://avatars.githubusercontent.com/u/924196?v=4",
      "created_at": "2011-07-19T00:36:18Z",
      "is_verified": null,
      "public_repos": 230,
      "account_age_days": 5494
    },
    "license": {
      "state": "standard",
      "spdx_id": "MIT",
      "raw_spdx": "MIT",
      "file_present": true,
      "scorecard_found": true,
      "profile_has_license": true
    },
    "activity": {
      "releases": [
        {
          "tag": "0.2.0",
          "kind": "minor",
          "published_at": "2024-05-20T02:31:44Z"
        },
        {
          "tag": "0.1.12",
          "kind": "patch",
          "published_at": "2024-05-19T14:41:18Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "8d982441d236138e28d3c204b865635d6dfabefb",
          "body": null,
          "is_bot": false,
          "headline": "Bump deps: Laravel 13, PHPUnit 12, Symfony 7.4, ECS 13 (#40)",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2026-08-03T22:20:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c30e32e9e6fbe6819cdc6ece384a42974166a66f",
          "body": null,
          "is_bot": false,
          "headline": "bump deps",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2026-05-26T07:54:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8639810834b2b98a26132ae1c2c71f2cc0afba8c",
          "body": null,
          "is_bot": false,
          "headline": "add jack",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2026-05-26T07:53:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "91d39b4d9257d7dd086ba0a817d240fcddb0fcc2",
          "body": null,
          "is_bot": false,
          "headline": "Remove  `--no-ignore` from README.md (#39)",
          "author_name": "Jacob Dreesen",
          "author_login": "jdreesen",
          "committed_at": "2025-02-13T10:15:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9a9c1c93ee09495ce0d9c94d78e3da79670c3553",
          "body": null,
          "is_bot": false,
          "headline": "cs",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2025-01-17T00:16:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6862fcae3a29801944f656fdce71f12b50d63f52",
          "body": "…phpstan-bodyscan/issues/32, closes https://github.com/TomasVotruba/phpstan-bodyscan/pull/33)",
          "is_bot": false,
          "headline": "skip showing section on json (closes https://github.com/TomasVotruba/…",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2025-01-17T00:16:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b1b6fb37e2fc0e286e0aac18f6c9063fb33ec190",
          "body": null,
          "is_bot": false,
          "headline": "cs",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2025-01-17T00:13:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "58603c2bccf03c1caefaade6450fe6a926025a7f",
          "body": null,
          "is_bot": false,
          "headline": "misc",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2025-01-17T00:13:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e256f178bb1513db8630b48a4f6f50fd3ddb9a3e",
          "body": null,
          "is_bot": false,
          "headline": "alwasy skip ignored errow, to get raw data",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2025-01-17T00:11:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "09d94132f9f2568193305ef55a5af1bbcf692591",
          "body": null,
          "is_bot": false,
          "headline": "cs",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2025-01-17T00:09:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "458dd623dfc91005279b0b47c44ecb2004f083b2",
          "body": null,
          "is_bot": false,
          "headline": "cs",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2025-01-17T00:08:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c9a760d3d8dac5284ab66cb42a283c13693768dd",
          "body": null,
          "is_bot": false,
          "headline": "cs",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2025-01-17T00:03:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "447f13c6d69c6ef39302a35b31f43a74fd29eb8b",
          "body": null,
          "is_bot": false,
          "headline": "cs",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2025-01-17T00:03:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "045dffa7e7fb2a518b0515029994a45f61bd32a4",
          "body": null,
          "is_bot": false,
          "headline": "remove type coverage, keep it simple",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2025-01-17T00:03:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3d454dc2482d060a0afdd854527d966ae4100f49",
          "body": null,
          "is_bot": false,
          "headline": "tidy up",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2025-01-17T00:01:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "180ed6b81c8b6fb3a302d4cd5b0ac23917ff00dc",
          "body": null,
          "is_bot": false,
          "headline": "Bump PHPStan 2 (#36)",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2025-01-16T23:50:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "18d7de58f7ad95c5bb8b9f46eaffb3e96fccfe1c",
          "body": "* add option for phpstan timeout\r\n\r\n* build script: suppress composer dev requirement hint and cleanup previous temp dir\r\n\r\n* fix nullable $phpstanTimeout",
          "is_bot": false,
          "headline": "add phpstan timeout option (#29)",
          "author_name": "npo-mmenke",
          "author_login": "npo-mmenke",
          "committed_at": "2024-08-08T14:50:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3783dac386bfe85f00b463db54b02c6de1faf8bd",
          "body": null,
          "is_bot": false,
          "headline": "Add --no-ignore (#27)",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-06-01T04:42:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "dc4deb7135e5da67fbe12c16de5872852b6f9730",
          "body": "* add PHPStan neon value object, add --bare option to use only paths/excludes from original config\r\n\r\n* add --bare",
          "is_bot": false,
          "headline": "Add --bare option and load existing phpstan.neon config in full (#26)",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-31T15:32:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a75055bff669f887633089bffd7fd072915003ac",
          "body": null,
          "is_bot": false,
          "headline": "space",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-29T08:23:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "36756ec1dda5c071276344c90217f4f25050bcc9",
          "body": null,
          "is_bot": false,
          "headline": "add increment column",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-29T08:23:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "626f5069c7125404561946884b6474e4148843ce",
          "body": "* misc\r\n\r\n* add increase column",
          "is_bot": false,
          "headline": "Add \"increase\" column to see how many error added in level (#25)",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-29T08:18:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f81eb8c4adb554c93339ececab542f343f3f8b3d",
          "body": null,
          "is_bot": false,
          "headline": "Add fallback to phpstan.neon.dist (#24)",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-29T07:59:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "df64e10284c840ca9b138372f10e1e7ebfb8ff5b",
          "body": null,
          "is_bot": false,
          "headline": "indent",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-29T07:41:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bbdb13b0683e727019a74680e624534ce5e4c433",
          "body": null,
          "is_bot": false,
          "headline": "misc",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-29T07:28:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0bcaa7f68057b77355cedda72dfb883205d32369",
          "body": null,
          "is_bot": false,
          "headline": "add --with-extensions",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-29T07:24:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fee1377e21860265b60c33a7576a099c336ed2da",
          "body": null,
          "is_bot": false,
          "headline": "cs",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-29T07:16:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cac3fa072c4bdcd3f9de4c47b14b14f2207e1daf",
          "body": null,
          "is_bot": false,
          "headline": "misc",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-29T07:16:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "acd195139bf1ce23a205d08e4e2bb8fab9a8c644",
          "body": null,
          "is_bot": false,
          "headline": "spacing",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-29T07:10:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0c2431951ea17cd54683c21597e1af1ea7dd0272",
          "body": "* require phpstan, to avoid extension juggling\r\n\r\n* add README\r\n\r\n* separate command\r\n\r\n* add DI factory",
          "is_bot": false,
          "headline": "[Experimental] Add \"type coverage\" command (#21)",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-25T07:44:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "37ad1e7d1ba31c89f2180bb41b3c9e23783122d0",
          "body": "* add --json to output data in json\r\n\r\n* add json output",
          "is_bot": false,
          "headline": "Add --json output (#19)",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-20T02:17:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0eb9bd73489afa2ca5f4fe3c62192ea80a223a67",
          "body": "* increase memory limit\r\n\r\n* bump deps",
          "is_bot": false,
          "headline": "Add higher memory limit to allow huge project analysis (#18)",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-20T01:44:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2139efefcdd1d5a366e5b9af8487360d5c5bf74d",
          "body": null,
          "is_bot": false,
          "headline": "typos",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-19T14:27:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d0efbf661b2c2faaac439a79dee17ab9fbf509b9",
          "body": null,
          "is_bot": false,
          "headline": "Look for directories in the project (#17)",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-19T14:27:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0e7f2bf6a79c483f0e3d3e16158059bc868bc7df",
          "body": null,
          "is_bot": false,
          "headline": "check including project path",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-19T13:59:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9973eedab82c3194f058cb7006d98717b0c5cc6e",
          "body": "* make use of existing phpstan.neon\r\n\r\n* misc\r\n\r\n* add test for PHPStanConfigFactory",
          "is_bot": false,
          "headline": "Reuse existing paths in phpstan.neon (#16)",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-19T13:53:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "80893731221c4a9fbab1c7011424cf214cd844d6",
          "body": "* add possibility for custom bin-folder\r\n\r\n* return null if config not set\r\n\r\n* small fixes to make ci happy",
          "is_bot": false,
          "headline": "add possibility to use custom bin-folder for composer (#15)",
          "author_name": "Tomas Norre Mikkelsen",
          "author_login": "tomasnorre",
          "committed_at": "2024-05-17T12:47:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "960038bdfc9a0222ab0bf83bc79a3f3a63e1402c",
          "body": null,
          "is_bot": false,
          "headline": "misc",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-06T11:08:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "44c02e9745ecffe64a1a7d2f0529b9cb8e0de25a",
          "body": null,
          "is_bot": false,
          "headline": "check",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-06T11:05:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "eea32aaf09321c81686cbb03ad62e782d402eb76",
          "body": null,
          "is_bot": false,
          "headline": "platform chekc",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-06T11:04:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "961ee3803f13d4dc27a4a90fd21a7d4c4aef50dc",
          "body": null,
          "is_bot": false,
          "headline": "do not replace string",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-06T11:01:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c0edfbec2548328138734ef9dac709fe54cc222e",
          "body": null,
          "is_bot": false,
          "headline": "platcheck",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-06T10:58:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5f1014072bc3c6410143d99a7d9876470e70a89b",
          "body": null,
          "is_bot": false,
          "headline": "misc",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-06T10:53:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5b1f89461b1b79a0be68bf43dbab32bdd6f20355",
          "body": null,
          "is_bot": false,
          "headline": "install check",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-06T10:47:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2ed7f71a9cb0412563f4a9f017bfe34e36bec881",
          "body": null,
          "is_bot": false,
          "headline": "console 6.4 must be used to allow PHP 7.2 downgrade and console name",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-06T10:45:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a5891316db2ea06a03b4b94df21e8564bcac89d5",
          "body": null,
          "is_bot": false,
          "headline": "cs",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-06T10:43:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ed82c4df2eb171d943106db8346cab5977cbb212",
          "body": null,
          "is_bot": false,
          "headline": "misc",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-06T10:41:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "10cc8c0f5ebaba155a7f004c635af93124a1dfb7",
          "body": null,
          "is_bot": false,
          "headline": "add replace to remove few polyfills",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-06T10:31:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "73a4c0f12355276ac61f046c4cf6c75282c51aa4",
          "body": null,
          "is_bot": false,
          "headline": "add downgrade build (#4)",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-06T10:30:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6b6e5cc6a63a22a0290701852906a545b1d55416",
          "body": null,
          "is_bot": false,
          "headline": "init",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-05-04T10:10:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4fb5aeae2efbd9b79c6b32297ef8fa8b840002cf",
          "body": null,
          "is_bot": false,
          "headline": "init",
          "author_name": "Tomas Votruba",
          "author_login": "TomasVotruba",
          "committed_at": "2024-04-29T14:34:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        }
      ],
      "releases_count": 2,
      "commits_last_year": 2,
      "latest_release_at": "2024-05-20T02:31:44Z",
      "latest_release_tag": "0.2.0",
      "releases_from_tags": false,
      "days_since_last_push": 0,
      "active_weeks_last_year": 1,
      "days_since_latest_release": 805,
      "mean_days_between_releases": 0.5
    },
    "artifacts": {
      "collected": true,
      "structure": [],
      "declarations": [
        {
          "name": "tomasvotruba/phpstan-bodyscan",
          "path": "composer.json",
          "tokens": [
            "composer.bin"
          ],
          "ecosystem": "packagist"
        }
      ]
    },
    "community": {
      "has_readme": true,
      "has_license": true,
      "readme_badges": {
        "hosts": [
          "shields.io"
        ],
        "total": 1,
        "header": 1,
        "collected": true,
        "has_inspect_badge": false
      },
      "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": "tomasvotruba/phpstan-bodyscan",
          "exists": true,
          "license": "MIT",
          "keywords": [],
          "ecosystem": "packagist",
          "categories": [],
          "matches_repo": true,
          "registry_url": "https://packagist.org/packages/tomasvotruba/phpstan-bodyscan",
          "declared_type": "library",
          "is_deprecated": false,
          "latest_version": "1.1.0",
          "repository_url": "https://github.com/TomasVotruba/phpstan-bodyscan",
          "versions_count": 22,
          "total_downloads": 97730,
          "dependents_count": 0,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": 4841,
          "first_published_at": null,
          "latest_published_at": "2026-05-26T07:54:19Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 69
        }
      ]
    },
    "popularity": {
      "forks": 11,
      "stars": 135,
      "watchers": 3,
      "fork_history": {
        "days": [
          {
            "date": "2024-05-02",
            "count": 2
          },
          {
            "date": "2024-05-06",
            "count": 2
          },
          {
            "date": "2024-05-07",
            "count": 1
          },
          {
            "date": "2024-05-13",
            "count": 1
          },
          {
            "date": "2024-05-16",
            "count": 1
          },
          {
            "date": "2024-07-10",
            "count": 1
          },
          {
            "date": "2024-08-08",
            "count": 1
          },
          {
            "date": "2024-09-09",
            "count": 1
          },
          {
            "date": "2025-02-13",
            "count": 1
          }
        ],
        "complete": true,
        "collected": 11,
        "total_forks": 11
      },
      "star_history": null,
      "open_issues_and_prs": 0
    },
    "ai_readiness": {
      "has_nix": false,
      "example_dirs": [],
      "has_llms_txt": false,
      "has_dockerfile": false,
      "has_mcp_signal": false,
      "bootstrap_files": [],
      "api_schema_files": [],
      "has_devcontainer": false,
      "typecheck_configs": [],
      "toolchain_manifests": [],
      "largest_source_bytes": 6964,
      "source_files_sampled": 24,
      "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": 13,
        "direct_affected_count": 0
      },
      "ecosystems": [
        "packagist"
      ],
      "dependencies": [
        {
          "name": "illuminate/container",
          "manifest": "composer.json",
          "ecosystem": "packagist",
          "version_constraint": "^13.23"
        },
        {
          "name": "nette/neon",
          "manifest": "composer.json",
          "ecosystem": "packagist",
          "version_constraint": "^3.4"
        },
        {
          "name": "symfony/console",
          "manifest": "composer.json",
          "ecosystem": "packagist",
          "version_constraint": "^7.4"
        },
        {
          "name": "symfony/process",
          "manifest": "composer.json",
          "ecosystem": "packagist",
          "version_constraint": "^7.4"
        },
        {
          "name": "webmozart/assert",
          "manifest": "composer.json",
          "ecosystem": "packagist",
          "version_constraint": "^2.4"
        }
      ],
      "all_dependencies": {
        "error": null,
        "source": "github-sbom",
        "packages": [
          {
            "name": "illuminate/container",
            "direct": true,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "nette/neon",
            "direct": true,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "symfony/console",
            "direct": true,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "symfony/process",
            "direct": true,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "webmozart/assert",
            "direct": true,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "php",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "phpstan/extension-installer",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "phpstan/phpstan",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "phpunit/phpunit",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "rector/jack",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "rector/rector",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "symplify/easy-coding-standard",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "tracy/tracy",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          }
        ],
        "collected": true,
        "truncated": false,
        "total_count": 13,
        "direct_count": 5,
        "indirect_count": 8
      }
    },
    "maintainership": {
      "issues": {
        "open_prs": 0,
        "merged_prs": 16,
        "open_issues": 0,
        "closed_ratio": 1,
        "closed_issues": 19,
        "closed_unmerged_prs": 5
      },
      "bus_factor": 1,
      "bot_contributors": 0,
      "top_contributors": [
        {
          "type": "User",
          "login": "TomasVotruba",
          "commits": 48,
          "avatar_url": "https://avatars.githubusercontent.com/u/924196?v=4"
        },
        {
          "type": "User",
          "login": "jdreesen",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/424602?v=4"
        },
        {
          "type": "User",
          "login": "tomasnorre",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/1212481?v=4"
        },
        {
          "type": "User",
          "login": "npo-mmenke",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/116382818?v=4"
        }
      ],
      "contributors_sampled": 4,
      "top_contributor_share": 0.941
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "code_analysis.yaml",
        "downgraded_install.yaml",
        "downgraded_release.yaml"
      ],
      "has_docs_dir": false,
      "linter_configs": [
        "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": null,
            "reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
          },
          {
            "name": "CI-Tests",
            "score": 1,
            "reason": "1 out of 9 merged PRs checked by a CI test -- score normalized to 1",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
          },
          {
            "name": "CII-Best-Practices",
            "score": 0,
            "reason": "no effort to earn an OpenSSF best practices badge detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
          },
          {
            "name": "Code-Review",
            "score": 0,
            "reason": "Found 2/30 approved changesets -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
          },
          {
            "name": "Contributors",
            "score": 10,
            "reason": "project has 4 contributing companies or organizations",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
          },
          {
            "name": "Dangerous-Workflow",
            "score": 10,
            "reason": "no dangerous workflow patterns detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
          },
          {
            "name": "Dependency-Update-Tool",
            "score": 0,
            "reason": "no update tool detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
          },
          {
            "name": "Fuzzing",
            "score": 0,
            "reason": "project is not fuzzed",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
          },
          {
            "name": "License",
            "score": 10,
            "reason": "license file detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
          },
          {
            "name": "Maintained",
            "score": 3,
            "reason": "3 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 3",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
          },
          {
            "name": "Packaging",
            "score": null,
            "reason": "packaging workflow not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
          },
          {
            "name": "Pinned-Dependencies",
            "score": 0,
            "reason": "dependency not pinned by hash detected -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
          },
          {
            "name": "SAST",
            "score": 0,
            "reason": "SAST tool is not run on all commits -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
          },
          {
            "name": "Security-Policy",
            "score": 0,
            "reason": "security policy file not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
          },
          {
            "name": "Signed-Releases",
            "score": null,
            "reason": "no releases found",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
          },
          {
            "name": "Token-Permissions",
            "score": 0,
            "reason": "detected GitHub workflow tokens with excessive permissions",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
          },
          {
            "name": "Vulnerabilities",
            "score": 10,
            "reason": "0 existing vulnerabilities detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
          }
        ],
        "commit": "8d982441d236138e28d3c204b865635d6dfabefb",
        "ran_at": "2026-08-03T22:22:53Z",
        "aggregate_score": 3.8,
        "scorecard_version": "v5.5.0"
      },
      "has_codeql_workflow": false,
      "has_security_policy": false,
      "has_dependabot_config": false
    },
    "contribution_flow": {
      "collected": true,
      "recent_prs": {
        "merged_7d": 1,
        "decided_7d": 1,
        "merged_30d": 1,
        "authors_30d": 1,
        "decided_30d": 1,
        "sample_size": 21,
        "window_days": 30,
        "sample_exhausted": false,
        "authors_probed_30d": 1,
        "newcomer_merged_30d": 0,
        "bot_prs_excluded_30d": 0,
        "newcomer_authors_30d": 0,
        "newcomer_decided_30d": 0
      },
      "ci_last_run_at": "2026-08-03T22:21:02Z",
      "oldest_open_prs": [],
      "last_merged_pr_at": "2026-08-03T22:20:41Z",
      "ci_last_conclusion": "SUCCESS",
      "oldest_open_issues": []
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/TomasVotruba/phpstan-bodyscan",
    "host": "github.com",
    "name": "phpstan-bodyscan",
    "owner": "TomasVotruba"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "moderate",
      "name": "Overall health",
      "note": "The weighted overall 53 is calibrated to 54 on the published index scale (record calibration 2026-08-02).",
      "notes": [
        {
          "code": "overall_calibration",
          "params": {
            "raw": 53,
            "calibrated": 54,
            "calibration": "2026-08-02"
          }
        }
      ],
      "value": 54,
      "inputs": {
        "security": 38,
        "vitality": 50,
        "community": 47,
        "governance": 65,
        "calibration": "2026-08-02",
        "engineering": 63,
        "ai_readiness": 31,
        "weighted_overall_raw": 53
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "moderate",
        "name": "Vitality",
        "value": 50,
        "weight": 0.21,
        "metrics": [
          {
            "key": "development_activity",
            "band": "weak",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 44,
            "inputs": {
              "commits_last_year": 2,
              "human_commit_share": 1,
              "days_since_last_push": 0,
              "active_weeks_last_year": 1
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 0 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 0
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_cadence",
                "name": "Commit cadence",
                "detail": "1/52 weeks with commits",
                "points": 0.7,
                "status": "partial",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 1
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "2 commits in the last year",
                "points": 4.3,
                "status": "partial",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 2
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "openssf_scorecard_maintained",
                "name": "OpenSSF Scorecard: Maintained",
                "detail": "3 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 3",
                "points": 3,
                "status": "partial",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "release_discipline",
            "band": "moderate",
            "name": "Release discipline",
            "note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "openssf_scorecard_signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 60,
            "inputs": {
              "releases_count": 2,
              "latest_release_tag": "0.2.0",
              "releases_from_tags": false,
              "days_since_latest_release": 805,
              "mean_days_between_releases": 0.5
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "2 releases published",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "releases_published",
                    "params": {
                      "count": 2
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 805 days ago",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 805
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~0.5 days",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 0.5
                    }
                  }
                ],
                "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": 0,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "last human commit 0 days ago",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "abandonment_maintained",
                    "params": {
                      "days": 0
                    }
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Is the project alive — is code being written and are releases shipping?"
      },
      {
        "key": "community",
        "band": "weak",
        "name": "Community & Adoption",
        "value": 47,
        "weight": 0.17,
        "metrics": [
          {
            "key": "popularity",
            "band": "weak",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 44,
            "inputs": {
              "forks": 11,
              "stars": 135,
              "watchers": 3,
              "growth_state": "unverified",
              "growth_factor_pct": 100,
              "growth_unverified_reason": "no_history"
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "135 stars",
                "points": 34.5,
                "status": "partial",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 135
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "11 forks",
                "points": 8.3,
                "status": "partial",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 11
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "watchers",
                "name": "Watchers",
                "detail": "3 watchers",
                "points": 1.7,
                "status": "partial",
                "details": [
                  {
                    "code": "watchers",
                    "params": {
                      "count": 3
                    }
                  }
                ],
                "max_points": 15
              }
            ]
          },
          {
            "key": "community_health",
            "band": "moderate",
            "name": "Community health",
            "note": null,
            "notes": [],
            "value": 50,
            "inputs": {
              "has_readme": true,
              "has_license": true,
              "readme_badges": 1,
              "has_contributing": false,
              "has_issue_template": false,
              "has_code_of_conduct": false,
              "readme_badge_services": [
                "shields.io"
              ],
              "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": "weak",
            "name": "Ecosystem adoption (downloads)",
            "note": null,
            "notes": [],
            "value": 49,
            "inputs": {
              "packages": [
                "tomasvotruba/phpstan-bodyscan"
              ],
              "dependents": 0,
              "ecosystems": "packagist",
              "total_downloads": 97730,
              "monthly_downloads": 4841
            },
            "components": [
              {
                "key": "monthly_downloads",
                "name": "Monthly downloads",
                "detail": "4,841 downloads/month across packagist",
                "points": 49.1,
                "status": "partial",
                "details": [
                  {
                    "code": "downloads_monthly",
                    "params": {
                      "count": 4841,
                      "ecosystems": "packagist"
                    }
                  }
                ],
                "max_points": 80
              },
              {
                "key": "registry_dependents",
                "name": "Registry dependents",
                "detail": "0 packages depend on it",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "registry_dependents",
                    "params": {
                      "count": 0
                    }
                  }
                ],
                "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": 65,
        "weight": 0.23,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "at_risk",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 26,
            "inputs": {
              "bus_factor": 1,
              "contributors_sampled": 4,
              "top_contributor_share": 0.941
            },
            "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 94% of commits",
                "points": 1.3,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 94
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "4 contributors",
                "points": 5.4,
                "status": "partial",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 4
                    }
                  }
                ],
                "max_points": 13.5
              },
              {
                "key": "openssf_scorecard_contributors",
                "name": "OpenSSF Scorecard: Contributors",
                "detail": "project has 4 contributing companies or organizations",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "responsiveness",
            "band": "good",
            "name": "Issue & PR responsiveness",
            "note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "newcomer_pr_acceptance"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 75,
            "inputs": {
              "merged_prs": 16,
              "open_issues": 0,
              "closed_issues": 19,
              "prs_merged_7d": 1,
              "prs_decided_7d": 1,
              "prs_merged_30d": 1,
              "prs_decided_30d": 1,
              "issue_closed_ratio": 1,
              "closed_unmerged_prs": 5,
              "first_time_authors_30d": 0,
              "first_time_prs_merged_30d": 0,
              "first_time_prs_decided_30d": 0
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "100% of issues closed",
                "points": 42,
                "status": "met",
                "details": [
                  {
                    "code": "issues_closed_share",
                    "params": {
                      "share": 100
                    }
                  }
                ],
                "max_points": 42
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "16/21 decided PRs merged",
                "points": 22.9,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 16,
                      "decided": 21
                    }
                  }
                ],
                "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 2/30 approved changesets -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              }
            ]
          },
          {
            "key": "stewardship",
            "band": "good",
            "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": 73,
            "inputs": {
              "followers": 1635,
              "owner_type": "User",
              "is_verified": null,
              "owner_login": "TomasVotruba",
              "public_repos": 230,
              "account_age_days": 5494
            },
            "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": "1,635 followers of TomasVotruba",
                "points": 23.1,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 1635,
                      "login": "TomasVotruba"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "230 public repos, account ~15 yr old",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 230
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 15
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          },
          {
            "key": "package_maintenance",
            "band": "exceptional",
            "name": "Package maintenance",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "packages": [
                "tomasvotruba/phpstan-bodyscan"
              ],
              "ecosystems": "packagist",
              "any_deprecated": false,
              "min_days_since_publish": 69
            },
            "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 69 days ago",
                "points": 35,
                "status": "met",
                "details": [
                  {
                    "code": "publish_recency",
                    "params": {
                      "days": 69
                    }
                  }
                ],
                "max_points": 35
              },
              {
                "key": "version_history",
                "name": "Version history",
                "detail": "22 published versions",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "published_versions",
                    "params": {
                      "count": 22
                    }
                  }
                ],
                "max_points": 20
              },
              {
                "key": "not_deprecated",
                "name": "Not deprecated",
                "detail": "active, not deprecated or yanked",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "package_not_deprecated",
                    "params": {}
                  }
                ],
                "max_points": 20
              }
            ]
          }
        ],
        "description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
      },
      {
        "key": "engineering",
        "band": "moderate",
        "name": "Engineering Quality",
        "value": 63,
        "weight": 0.19,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "good",
            "name": "Engineering practices",
            "note": null,
            "notes": [],
            "value": 72,
            "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": "3 workflow(s)",
                "points": 24,
                "status": "met",
                "details": [
                  {
                    "code": "ci_workflows",
                    "params": {
                      "count": 3
                    }
                  }
                ],
                "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": "phpstan.neon",
                "points": 16,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "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": "1 out of 9 merged PRs checked by a CI test -- score normalized to 1",
                "points": 2,
                "status": "partial",
                "details": [],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "moderate",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 50,
            "inputs": {
              "topics": [
                "php",
                "phpstan",
                "static-analysis"
              ],
              "has_wiki": false,
              "homepage": null,
              "has_readme": true,
              "has_docs_dir": false,
              "has_description": true
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 30,
                "status": "met",
                "details": [],
                "max_points": 30
              },
              {
                "key": "documentation_directory",
                "name": "Documentation directory",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 25
              },
              {
                "key": "documentation_homepage_site",
                "name": "Documentation / homepage site",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              },
              {
                "key": "repository_description",
                "name": "Repository description",
                "detail": null,
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "topics",
                "name": "Topics",
                "detail": "3 topics",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "topics_count",
                    "params": {
                      "count": 3
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "wiki",
                "name": "Wiki",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          }
        ],
        "description": "Are baseline engineering and documentation practices in place?"
      },
      {
        "key": "security",
        "band": "weak",
        "name": "Security",
        "value": 38,
        "weight": 0.16,
        "metrics": [
          {
            "key": "security_posture",
            "band": "weak",
            "name": "Security posture",
            "note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "branch_protection",
                    "packaging",
                    "signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 38,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 15,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 3,
              "scorecard_aggregate": 3.8
            },
            "components": [
              {
                "key": "binary_artifacts",
                "name": "Binary-Artifacts",
                "detail": "no binaries found in the repo",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "branch_protection",
                "name": "Branch-Protection",
                "detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 7.5
              },
              {
                "key": "ci_tests",
                "name": "CI-Tests",
                "detail": "1 out of 9 merged PRs checked by a CI test -- score normalized to 1",
                "points": 0.2,
                "status": "partial",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "cii_best_practices",
                "name": "CII-Best-Practices",
                "detail": "no effort to earn an OpenSSF best practices badge detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "code_review",
                "name": "Code-Review",
                "detail": "Found 2/30 approved changesets -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "contributors",
                "name": "Contributors",
                "detail": "project has 4 contributing companies or organizations",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "dangerous_workflow",
                "name": "Dangerous-Workflow",
                "detail": "no dangerous workflow patterns detected",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "dependency_update_tool",
                "name": "Dependency-Update-Tool",
                "detail": "no update tool detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "fuzzing",
                "name": "Fuzzing",
                "detail": "project is not fuzzed",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "license file detected",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "maintained",
                "name": "Maintained",
                "detail": "3 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 3",
                "points": 2.2,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "packaging",
                "name": "Packaging",
                "detail": "packaging workflow not detected",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 5
              },
              {
                "key": "pinned_dependencies",
                "name": "Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "sast",
                "name": "SAST",
                "detail": "SAST tool is not run on all commits -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "security_policy",
                "name": "Security-Policy",
                "detail": "security policy file not detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "signed_releases",
                "name": "Signed-Releases",
                "detail": "no releases found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 7.5
              },
              {
                "key": "token_permissions",
                "name": "Token-Permissions",
                "detail": "detected GitHub workflow tokens with excessive permissions",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "vulnerabilities",
                "name": "Vulnerabilities",
                "detail": "0 existing vulnerabilities detected",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              }
            ]
          },
          {
            "key": "high_risk_jurisdiction_exposure",
            "band": "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": 7
            },
            "components": [
              {
                "key": "policy_exposure_multiplier",
                "name": "Policy exposure multiplier",
                "detail": "no confirmed policy-scope location match",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "jurisdiction_no_match",
                    "params": {}
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
      },
      {
        "key": "ai_readiness",
        "band": "at_risk",
        "name": "AI Readiness",
        "value": 31,
        "weight": 0.04,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "critical",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 17,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 0.314,
              "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": "16 of 51 human commits state their intent (structured subject or explanatory body)",
                "points": 16.7,
                "status": "partial",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 16,
                      "sampled": 51
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "at_risk",
            "name": "Verify loop (build / test / typecheck)",
            "note": null,
            "notes": [],
            "value": 33,
            "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": "phpstan.neon",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "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 51",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_agent_authored_commits",
                    "params": {
                      "sampled": 51
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "automated_maintenance",
                "name": "Automated maintenance",
                "detail": "no automated dependency updates observed",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_dependency_automation",
                    "params": {}
                  }
                ],
                "max_points": 8
              },
              {
                "key": "openssf_scorecard_pinned_dependencies",
                "name": "OpenSSF Scorecard: Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "ai_code_legibility",
            "band": "moderate",
            "name": "Code legibility for models",
            "note": null,
            "notes": [],
            "value": 55,
            "inputs": {
              "primary_language": "PHP",
              "largest_source_bytes": 6964,
              "source_files_sampled": 24,
              "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/24 source files over 60KB",
                "points": 55,
                "status": "met",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 24,
                      "oversized": 0
                    }
                  }
                ],
                "max_points": 55
              }
            ]
          }
        ],
        "description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
      }
    ],
    "classification": {
      "top": [
        "library",
        "application"
      ],
      "labels": [
        "cli",
        "library"
      ],
      "scores": {
        "cli": 14,
        "library": 12
      },
      "primary": "cli",
      "evidence": [
        {
          "tier": "declared",
          "label": "cli",
          "source": "composer.bin",
          "weight": 10
        },
        {
          "tier": "distribution",
          "label": "library",
          "source": "registry:packagist",
          "weight": 6
        },
        {
          "tier": "distribution",
          "label": "library",
          "source": "registry_type:library",
          "weight": 6
        },
        {
          "tier": "dependencies",
          "label": "cli",
          "source": "dep:symfony/console",
          "weight": 4
        }
      ],
      "artifacts": [
        {
          "path": "composer.json",
          "labels": [
            "cli"
          ],
          "ecosystem": "packagist"
        }
      ],
      "confidence": "high",
      "host_extension": false,
      "runs_as_process": true,
      "consumed_by_code": true
    },
    "metrics_version": "2.5.0"
  },
  "warnings": [
    "Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
    "No resolved dependencies carried a version and a supported ecosystem"
  ],
  "report_type": "repository",
  "generated_at": "2026-08-03T22:23:04.159429Z",
  "schema_version": "0.30.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/TomasVotruba/phpstan-bodyscan.svg",
  "full_name": "TomasVotruba/phpstan-bodyscan",
  "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.30.0 — full methodology · metrics wiki.

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