Public record
Software health reportschema 0.30.0 · metrics 2.5.0 · 2026-08-03 19:25 UTC

johnzuk / GusApi

PHP GUS API library based on official REGON SOAP api.

PHPLGPL-2.1★ 135 stars⑂ 45 forkssince Feb 2015View on GitHub ↗

johnzuk/GusApi holds a health index of 65 out of 100, placing it in the Good band. It scores highest on Engineering Quality (76/100) and lowest on AI Readiness (37/100). It was last updated today. A single contributor accounts for most of its recent work.

65
overall / 100
Good

Software health index

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

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

Ownership

Janusz ŻukowiczPersonal account
33 followers39 public repossince Sep 2013

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

Package ecosystems

RegistryPackageVersionDownloads / moVersionsLast publishTags
Packagistgusapi/gusapi6.3.246,09225300 days agoapilibrarysoapregonnipgusceidgkrs

Metrics by category

Vitality

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

57Moderate · 21% of overall
How it's scored
36/36Push recency — last push 0 days ago
3.5/36Commit cadence — 5/52 weeks with commits
11.3/18Commit volume — 17 commits in the last year
2/10OpenSSF Scorecard: Maintained — 3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2
Inputs used
commits_last_year17
human_commit_share0.91
days_since_last_push0
active_weeks_last_year5
How it's scored
27/27Ships releases — 24 releases published
16.2/36Release recency — latest release 300 days ago
12.6/27Release cadence — a release every ~221.9 days
0/10OpenSSF Scorecard: Signed-Releases — no data
Inputs used
releases_count24
latest_release_tag6.3.2
releases_from_tagsno
days_since_latest_release300
mean_days_between_releases221.9
Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.

Community & Adoption

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

57Moderate · 17% of overall
How it's scored
34.5/60Stars — 135 stars
13.7/25Forks — 45 forks
7.1/15Watchers — 20 watchers
Inputs used
forks45
stars135
watchers20
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
How it's scored
22.5/22.5README
22.5/22.5License — recognized license (LGPL-2.1)
0/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
0/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges5
has_contributingno
has_issue_templateno
has_code_of_conductno
readme_badge_servicesshields.io, travis-ci.org
has_pull_request_templateno
How it's scored
62.2/80Monthly downloads — 46,092 downloads/month across packagist
6.7/20Registry dependents — 9 packages depend on it
Inputs used
packagesgusapi/gusapi
dependents9
ecosystemspackagist
total_downloads1,690,512
monthly_downloads46,092

Sustainability & Governance

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

61Moderate · 23% of overall
How it's scored
9/54Bus factor — 1 contributor(s) cover half of all commits
9.9/22.5Commit distribution — top contributor authored 56% of commits
13.5/13.5Contributor breadth — 13 contributors
6/10OpenSSF Scorecard: Contributors — project has 2 contributing companies or organizations -- score normalized to 6
Inputs used
bus_factor1
contributors_sampled13
top_contributor_share0.562
How it's scored
24.8/42Issue resolution — 59% of issues closed
28.2/30PR acceptance — 63/67 decided PRs merged
0/13Newcomer PR acceptance — no first-time contributor's PR decided in 30d
7.5/15OpenSSF Scorecard: Code-Review — Found 5/10 approved changesets -- score normalized to 5
Inputs used
merged_prs63
open_issues32
closed_issues46
prs_merged_7d2
prs_decided_7d2
prs_merged_30d2
prs_decided_30d2
issue_closed_ratio0.59
closed_unmerged_prs4
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
11/25Owner reach — 33 followers of johnzuk
23.7/25Track record — 39 public repos, account ~12 yr old
Inputs used
followers33
owner_typeUser
is_verified
owner_loginjohnzuk
public_repos39
account_age_days4,714
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.
How it's scored
25/25Published & resolvable — 1 package(s) on packagist
26/35Publish recency — latest publish 300 days ago
20/20Version history — 25 published versions
20/20Not deprecated — active, not deprecated or yanked
Inputs used
packagesgusapi/gusapi
ecosystemspackagist
any_deprecatedno
min_days_since_publish300

Engineering Quality

Are baseline engineering and documentation practices in place?

76Good · 19% of overall
How it's scored
24/24CI workflows — 2 workflow(s)
24/24Tests present
16/16Linter config — .php-cs-fixer.php, phpstan.neon
0/9.6Pre-commit hooks
0/6.4.editorconfig
12/20OpenSSF Scorecard: CI-Tests — 8 out of 12 merged PRs checked by a CI test -- score normalized to 6
Inputs used
has_ciyes
has_testsyes
has_editorconfigno
has_linter_configyes
has_precommit_configno
How it's scored
30/30README
0/25Documentation directory
15/15Documentation / homepage site — https://github.com/johnzuk/GusApi
10/10Repository description
10/10Topics — 3 topics
10/10Wiki
Inputs used
topicsphp-gus-api, regon-soap-api, gus-api
has_wikiyes
homepagehttps://github.com/johnzuk/GusApi
has_readmeyes
has_docs_dirno
has_descriptionyes

Security

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

51Moderate · 16% of overall
How it's scored
7.5/7.5Binary-Artifacts — no binaries found in the repo
0/7.5Branch-Protection — no data
1.5/2.5CI-Tests — 8 out of 12 merged PRs checked by a CI test -- score normalized to 6
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
3.8/7.5Code-Review — Found 5/10 approved changesets -- score normalized to 5
1.5/2.5Contributors — project has 2 contributing companies or organizations -- score normalized to 6
10/10Dangerous-Workflow — no dangerous workflow patterns detected
7.5/7.5Dependency-Update-Tool — update tool detected
0/5Fuzzing — project is not fuzzed
2.5/2.5License — license file detected
1.5/7.5Maintained — 3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2
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_aggregate5.1
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.

37Weak · 4% of overall
How it's scored
0/45Agent instructions — no CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
21.1/40Legible commit history — 36 of 91 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
legible_history_share0.396
agent_instruction_files
agent_instruction_max_bytes
How it's scored
0/18One-command bootstrap
22/22Automated tests
11/11Lint / format config — .php-cs-fixer.php, phpstan.neon
0/11Static type checking
0/10Reproducible environment
0/10Demonstrated agent practice — no agent-authored commits among the last 100
8/8Automated maintenance — 9 of the last 100 commits are automated dependency updates
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.09
How it's scored
0/45Type-checkable code — PHP without a type-check config
55/55Manageable file sizes — 0/63 source files over 60KB
Inputs used
primary_languagePHP
largest_source_bytes14,770
source_files_sampled63
oversized_source_files0
How it's scored
0/40API schema (OpenAPI/GraphQL/proto)
0/20MCP server
40/40Runnable examples — examples
Inputs used
example_dirsexamples
has_mcp_signalno
api_schema_files

Key facts

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

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.

010203040504522015-082020-122026-03
Major 3Minor 6Patch 10

Each point covers 10 days.

OpenSSF Scorecard 5.1 / 10
5.1aggregate

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 19:25 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
6CI-Tests8 out of 12 merged PRs checked by a CI test -- score normalized to 6
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
5Code-ReviewFound 5/10 approved changesets -- score normalized to 5
6Contributorsproject has 2 contributing companies or organizations -- score normalized to 6
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
2Maintained3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2
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
All dependencies 9

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

RegistryPackageVersionRelation
Packagistext-jsonindirect
Packagistext-simplexmlindirect
Packagistext-soapindirect
Packagistfriendsofphp/php-cs-fixerindirect
Packagistphpindirect
Packagistphpstan/phpstanindirect
Packagistphpstan/phpstan-phpunitindirect
Packagistphpunit/phpunitindirect
Packagistsquizlabs/php_codesnifferindirect
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-gus-api",
        "regon-soap-api",
        "gus-api"
      ],
      "is_fork": false,
      "size_kb": 409,
      "has_wiki": true,
      "homepage": "https://github.com/johnzuk/GusApi",
      "languages": {
        "PHP": 93475
      },
      "pushed_at": "2026-08-03T19:17:22Z",
      "created_at": "2015-02-15T18:14:11Z",
      "owner_type": "User",
      "updated_at": "2026-08-03T19:17:34Z",
      "description": "PHP GUS API library based on official REGON SOAP api.",
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": "LGPL-2.1",
      "default_branch": "master",
      "license_spdx_raw": "LGPL-2.1",
      "primary_language": "PHP",
      "significant_languages": [
        "PHP"
      ]
    },
    "owner": {
      "blog": null,
      "name": "Janusz Żukowicz",
      "type": "User",
      "login": "johnzuk",
      "company": null,
      "location": null,
      "followers": 33,
      "avatar_url": "https://avatars.githubusercontent.com/u/5394761?v=4",
      "created_at": "2013-09-05T20:58:54Z",
      "is_verified": null,
      "public_repos": 39,
      "account_age_days": 4714
    },
    "license": {
      "state": "standard",
      "spdx_id": "LGPL-2.1",
      "raw_spdx": "LGPL-2.1",
      "file_present": true,
      "scorecard_found": true,
      "profile_has_license": true
    },
    "activity": {
      "releases": [
        {
          "tag": "6.3.2",
          "kind": "patch",
          "published_at": "2025-10-07T12:23:25Z"
        },
        {
          "tag": "6.3.1",
          "kind": "patch",
          "published_at": "2025-03-25T15:58:41Z"
        },
        {
          "tag": "6.3.0",
          "kind": "minor",
          "published_at": "2024-12-30T13:13:00Z"
        },
        {
          "tag": "6.2.0",
          "kind": "minor",
          "published_at": "2023-10-09T09:15:40Z"
        },
        {
          "tag": "6.1.1",
          "kind": "patch",
          "published_at": "2023-01-02T20:37:27Z"
        },
        {
          "tag": "6.1.0",
          "kind": "minor",
          "published_at": "2022-11-08T14:14:55Z"
        },
        {
          "tag": "6.0.0",
          "kind": "major",
          "published_at": "2022-10-20T21:55:42Z"
        },
        {
          "tag": "5.3.0",
          "kind": "minor",
          "published_at": "2021-04-05T19:05:30Z"
        },
        {
          "tag": "5.2.0",
          "kind": "minor",
          "published_at": "2020-12-04T21:17:56Z"
        },
        {
          "tag": "5.1.1",
          "kind": "patch",
          "published_at": "2020-04-19T10:42:05Z"
        },
        {
          "tag": "5.1.0",
          "kind": "minor",
          "published_at": "2019-12-22T19:56:55Z"
        },
        {
          "tag": "5.0.0",
          "kind": "major",
          "published_at": "2019-06-02T20:01:50Z"
        },
        {
          "tag": "4.0.2",
          "kind": "patch",
          "published_at": "2018-09-26T13:15:17Z"
        },
        {
          "tag": "4.0.1",
          "kind": "patch",
          "published_at": "2018-07-17T19:28:24Z"
        },
        {
          "tag": "4.0.0",
          "kind": "major",
          "published_at": "2018-06-08T19:57:30Z"
        },
        {
          "tag": "4.0.0-alpha",
          "kind": "prerelease",
          "published_at": "2018-05-10T16:34:40Z"
        },
        {
          "tag": "3.2.1",
          "kind": "patch",
          "published_at": "2018-05-02T19:06:20Z"
        },
        {
          "tag": "3.3.2",
          "kind": "patch",
          "published_at": "2018-05-02T19:08:18Z"
        },
        {
          "tag": "3.3.1",
          "kind": "patch",
          "published_at": "2018-04-21T17:48:44Z"
        },
        {
          "tag": "3.3",
          "kind": "other",
          "published_at": "2018-04-21T17:17:54Z"
        },
        {
          "tag": "3.2",
          "kind": "other",
          "published_at": "2018-01-03T14:43:26Z"
        },
        {
          "tag": "3.1.1",
          "kind": "patch",
          "published_at": "2017-10-01T13:49:41Z"
        },
        {
          "tag": "3.1",
          "kind": "other",
          "published_at": "2017-09-30T19:28:26Z"
        },
        {
          "tag": "3.0",
          "kind": "other",
          "published_at": "2017-03-11T11:14:43Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "00e04e38367cd326d3af27a5699e59d0d11b095c",
          "body": "[7.0] Auto-convert dates to Warsaw timezone",
          "is_bot": false,
          "headline": "Merge pull request #149 from IonBazan/timezone-change",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2026-08-03T19:17:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b3d91ba030f9e537c7908acb2e28f368c3b8e97a",
          "body": null,
          "is_bot": false,
          "headline": "Auto-convert dates to Warsaw timezone",
          "author_name": "Ion Bazan",
          "author_login": "IonBazan",
          "committed_at": "2026-07-09T18:05:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "73b81491a29074534ec38289724e2a79f02d42ad",
          "body": null,
          "is_bot": false,
          "headline": "Add timezone deprecation",
          "author_name": "Ion Bazan",
          "author_login": "IonBazan",
          "committed_at": "2026-07-09T18:01:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0086545afaa441162857011f694472c051a47fe8",
          "body": "…s-checkout-6\n\nBump actions/checkout from 5 to 6",
          "is_bot": false,
          "headline": "Merge pull request #143 from johnzuk/dependabot-github_actions-action…",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2025-11-24T20:47:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c86b38606bc57fe618cd86b646fcb97353a51cab",
          "body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v5...v6)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n  dependency-version: '6'\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump actions/checkout from 5 to 6",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2025-11-24T17:09:17Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "20c5471c3b1721da48e79032d5896eb040d91183",
          "body": "[Chore] Fix PHPStan, improve CI",
          "is_bot": false,
          "headline": "Merge pull request #142 from IonBazan/improve-tests",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2025-10-07T12:21:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0f02bd6b33c1e9e966bf94b0eda3c199fc43cd43",
          "body": null,
          "is_bot": false,
          "headline": "Fix PHPStan, improve CI",
          "author_name": "Ion Bazan",
          "author_login": "IonBazan",
          "committed_at": "2025-10-06T10:07:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "02b861d3f5006898c3c13f8384a524a60e21c77f",
          "body": "[Chore] Improve tests",
          "is_bot": false,
          "headline": "Merge pull request #141 from IonBazan/improve-tests",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2025-10-06T07:50:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b39e1bea0d7fb66a3419065929f3d6d49e41ed62",
          "body": null,
          "is_bot": false,
          "headline": "Improve tests",
          "author_name": "Ion Bazan",
          "author_login": "IonBazan",
          "committed_at": "2025-10-05T09:22:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "68ea4814cf208295c4d3fc55e276d26ed13c063d",
          "body": "…p_codesniffer-tw-3.7or-tw-4.0\n\nUpdate squizlabs/php_codesniffer requirement from ^3.7 to ^3.7 || ^4.0",
          "is_bot": false,
          "headline": "Merge pull request #139 from johnzuk/dependabot-composer-squizlabs-ph…",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2025-09-18T07:08:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2421d70fb167819a28c99c3b821443bc34f799fd",
          "body": "Updates the requirements on [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) to permit the latest version.\n- [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)\n- [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/4.x/CHANGELOG-4.\n[…]\n.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: squizlabs/php_codesniffer\n  dependency-version: 4.0.0\n  dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Update squizlabs/php_codesniffer requirement from ^3.7 to ^3.7 || ^4.0",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2025-09-15T16:09:05Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "5dc2034e175ddaaba5429bbe4867060fc7055b52",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade phpstan to ^2.0 version",
          "author_name": "Janusz Żukowicz",
          "author_login": null,
          "committed_at": "2025-09-02T20:42:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "57748a1d72a401abc88a64d07c58c68cf5735314",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade phpstan to ^2.0 version",
          "author_name": "Janusz Żukowicz",
          "author_login": null,
          "committed_at": "2025-09-02T20:40:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "31774d6bf994e82a41a60d208a1d31852867b4f4",
          "body": "Upgrade phpunit to version ^11.0",
          "is_bot": false,
          "headline": "Merge pull request #138 from johnzuk/feature/php-unit-upgrade",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2025-09-02T20:30:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "68eb3d1bf72a86057ff5c851108a5f05e3a85b0e",
          "body": "Upgrade minimum php version to ^8.1",
          "is_bot": false,
          "headline": "Upgrade phpunit to version ^10.0",
          "author_name": "Janusz Żukowicz",
          "author_login": null,
          "committed_at": "2025-09-02T20:29:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1f9aee17d645604487df33dfb3e16df5db4c8b27",
          "body": "Upgrade minimum php version to ^8.1",
          "is_bot": false,
          "headline": "Upgrade phpunit to version ^10.0",
          "author_name": "Janusz Żukowicz",
          "author_login": null,
          "committed_at": "2025-09-02T20:27:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "39cc9fb4a945179f68c9a082bd43e1aaea9169b4",
          "body": "…s-checkout-5\n\nBump actions/checkout from 4 to 5",
          "is_bot": false,
          "headline": "Merge pull request #136 from johnzuk/dependabot-github_actions-action…",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2025-09-02T20:00:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8d0f8fd4241b30f2c6e1914bbc2da80e3f9c4585",
          "body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v5)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n  dependency-version: '5'\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump actions/checkout from 4 to 5",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2025-09-02T19:58:46Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "651f0674f3a86efe74314e708a2d0e188da4e811",
          "body": "Upgrade runner image to ubuntu-24.04",
          "is_bot": false,
          "headline": "Merge pull request #137 from johnzuk/feature/runner-image-upgrade",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2025-09-02T19:57:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f2f0449a837a615aad2f4037a598d5c55b48438c",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade runner image to ubuntu-24.04",
          "author_name": "Janusz Żukowicz",
          "author_login": null,
          "committed_at": "2025-09-02T19:54:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ffb6012d2c8fd3eaf69cfda91e67ea0a875fa255",
          "body": "PHP 8.4. fix: \"Calling stream_context_set_option() with 2 arguments is deprecated, use stream_context_set_options() instead\"",
          "is_bot": false,
          "headline": "Merge pull request #134 from slevomat/master",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2025-03-25T15:55:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "18dff44ab55981598fdde151d07371c2100f259e",
          "body": "…s deprecated, use stream_context_set_options() instead\"",
          "is_bot": false,
          "headline": "PHP 8.4. fix: \"Calling stream_context_set_option() with 2 arguments i…",
          "author_name": "Jaroslav Hanslík",
          "author_login": "kukulich",
          "committed_at": "2025-03-10T08:02:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "eddb6ba1eb1ccff8f3ffba8bb4cad3593442a0f5",
          "body": "Update README.md",
          "is_bot": false,
          "headline": "Merge pull request #133 from johnzuk/johnzuk-patch-1",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2025-02-07T12:40:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e73fc652118d5a328d8c17c605c9f6cb99615405",
          "body": null,
          "is_bot": false,
          "headline": "Add phpstan baseline to ignore array return type errors.",
          "author_name": "Janusz Żukowicz",
          "author_login": null,
          "committed_at": "2025-02-07T12:36:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0b7368e3029ec051a1d638c057e7e5278f608a75",
          "body": null,
          "is_bot": false,
          "headline": "Add phpstan baseline to ignore array return type errors.",
          "author_name": "Janusz Żukowicz",
          "author_login": null,
          "committed_at": "2025-02-07T12:33:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cb252fbde30b856965df8c4162b1c5a55feb4f50",
          "body": null,
          "is_bot": false,
          "headline": "Fix phpstan warnings",
          "author_name": "Janusz Żukowicz",
          "author_login": null,
          "committed_at": "2025-02-07T12:30:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6daddce8696f8a01680f78f79513744232e36b39",
          "body": null,
          "is_bot": false,
          "headline": "Fix phpstan warnings",
          "author_name": "Janusz Żukowicz",
          "author_login": null,
          "committed_at": "2025-02-07T12:27:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "88d82b80164f663d69452944051bef7dd7a8d6a9",
          "body": null,
          "is_bot": false,
          "headline": "Update README.md",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2025-02-07T12:00:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b7c261fde10b6d607b3e8d147b86e33cdfcb49e0",
          "body": "…v-codecov-action-5\n\nBump codecov/codecov-action from 4 to 5",
          "is_bot": false,
          "headline": "Merge pull request #129 from johnzuk/dependabot-github_actions-codeco…",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2025-01-11T21:54:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2a73fa3297ad22b6c65f50fcdffafbe9fd47681e",
          "body": "BIR1.2 reports, PKD 2025",
          "is_bot": false,
          "headline": "Merge pull request #130 from msiemaszko/bir12_reports",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2024-12-30T13:12:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6d478cff9521888c704cf46c8ea9ad6531210d4b",
          "body": null,
          "is_bot": false,
          "headline": "Update GusApiTest.",
          "author_name": "Marek Siemaszko",
          "author_login": "msiemaszko",
          "committed_at": "2024-12-20T10:47:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "12ab457f8e47a764217c8cb24361621c8cd6b3bb",
          "body": null,
          "is_bot": false,
          "headline": "Update GusApiClientTest",
          "author_name": "Marek Siemaszko",
          "author_login": "msiemaszko",
          "committed_at": "2024-12-20T10:47:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "19df8d06b26163d71503c43b70d8ec5258c4a3db",
          "body": null,
          "is_bot": false,
          "headline": "Update ReportTypes - Definicja raportów BIR 1.2",
          "author_name": "Marek Siemaszko",
          "author_login": "msiemaszko",
          "committed_at": "2024-12-20T10:46:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d9d9c289b3486a0a69d7a86a02a8df7915d36baf",
          "body": "Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.\n- [Release notes](https://github.com/codecov/codecov-action/releases)\n- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/codecov/codecov-action/compare/v\n[…]\nupdated-dependencies:\n- dependency-name: codecov/codecov-action\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump codecov/codecov-action from 4 to 5",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2024-11-18T16:38:11Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "6df5cd82f192190031789b1cac40726958833e3a",
          "body": "…r-tw-0.14.6or-tw-0.19.0or-tw-1.0.0\n\nUpdate rector/rector requirement from ^0.14.6 || ^0.19.0 to ^0.14.6 || ^0.19.0 || ^1.0.0",
          "is_bot": false,
          "headline": "Merge pull request #128 from johnzuk/dependabot-composer-rector-recto…",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2024-02-19T08:22:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a7a84140d25e33c0dcdd46c3850fb0efd99f2c21",
          "body": "…| ^0.19.0 || ^1.0.0\n\n---\nupdated-dependencies:\n- dependency-name: rector/rector\n  dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Update rector/rector requirement from ^0.14.6 || ^0.19.0 to ^0.14.6 |…",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2024-02-12T15:25:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "660769d7adc33534f4201f1bafc0f490a04f424e",
          "body": "…r-tw-0.14.6or-tw-0.19.0\n\nUpdate rector/rector requirement from ^0.14.6 to ^0.14.6 || ^0.19.0",
          "is_bot": false,
          "headline": "Merge pull request #127 from johnzuk/dependabot-composer-rector-recto…",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2024-02-03T10:23:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8c0b7218f2964e0574ed07d2db09ab62b390d58c",
          "body": "…nvision-retry-3\n\nBump nick-invision/retry from 1 to 3",
          "is_bot": false,
          "headline": "Merge pull request #126 from johnzuk/dependabot-github_actions-nick-i…",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2024-02-03T10:23:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "dfbf5feeb99447b033226e45eff917629a889483",
          "body": "…s-checkout-4\n\nBump actions/checkout from 3 to 4",
          "is_bot": false,
          "headline": "Merge pull request #125 from johnzuk/dependabot-github_actions-action…",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2024-02-03T10:20:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2436c62b82dbe5634f649984b33fe71b5cbbc7b1",
          "body": "…v-codecov-action-4\n\nBump codecov/codecov-action from 3 to 4",
          "is_bot": false,
          "headline": "Merge pull request #124 from johnzuk/dependabot-github_actions-codeco…",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2024-02-03T10:20:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "10cf97af652a3361c0d1a5a2835d241484060749",
          "body": "Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.\n- [Release notes](https://github.com/rectorphp/rector/releases)\n- [Commits](https://github.com/rectorphp/rector/compare/0.14.6...0.19.5)\n\n---\nupdated-dependencies:\n- dependency-name: rector/rector\n  dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Update rector/rector requirement from ^0.14.6 to ^0.14.6 || ^0.19.0",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2024-02-01T09:20:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "16db84bae50e397744fd76849c03c95c7b704246",
          "body": "Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 1 to 3.\n- [Release notes](https://github.com/nick-invision/retry/releases)\n- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js)\n- [Commits](https://github.com/nick-invision/retry/compare/v1...v3)\n\n---\nupdated-dependencies:\n- dependency-name: nick-invision/retry\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump nick-invision/retry from 1 to 3",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2024-02-01T09:20:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1f3289c741b825b7580703e5c44b9f25fc49672b",
          "body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump actions/checkout from 3 to 4",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2024-02-01T09:20:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fcba233c058cc742ccad267af51b78b8e089d39d",
          "body": "Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.\n- [Release notes](https://github.com/codecov/codecov-action/releases)\n- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/codecov/codecov-action/compare/v\n[…]\nupdated-dependencies:\n- dependency-name: codecov/codecov-action\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump codecov/codecov-action from 3 to 4",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2024-02-01T09:20:19Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "513dc2f9201678257865cef6fecb058e0a895c27",
          "body": "Add dependabot configuration",
          "is_bot": false,
          "headline": "Merge pull request #123 from johnzuk/feature/dependabot",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2024-02-01T09:19:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "70f11be3e53650ae26b54945b81d3a46616330a2",
          "body": null,
          "is_bot": false,
          "headline": "Add dependabot configuration",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2024-01-31T19:44:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "76b82aef491b9a388f063b2e4586323bf68fc441",
          "body": "Revert protected modificator for apiClient property and added getter …",
          "is_bot": false,
          "headline": "Merge pull request #122 from artur-mietek/master",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2023-10-09T09:14:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2f05119cc915a941c112f2bda1709668cd597843",
          "body": "…for getSoapClient (5.x backward compatibility to access __getLastRequest and __getLastResponse for log purpose)",
          "is_bot": false,
          "headline": "Revert protected modificator for apiClient property and added getter …",
          "author_name": "Artur Miętek",
          "author_login": "artur-mietek",
          "committed_at": "2023-10-09T08:01:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0f8fd919bbb11a70fb3ade51acebe8e3a420f7f6",
          "body": "Add missing setSessionId for cache purpose #117",
          "is_bot": false,
          "headline": "Merge pull request #118 from johnzuk/fix/missing-set-session",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2023-01-02T20:29:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a5304e4d3ca1a2eec4ee6c88411d45884f487b31",
          "body": null,
          "is_bot": false,
          "headline": "Add missing setSessionId for cache purpose #117",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2023-01-02T15:49:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c9f386e33a42b0a0f70c44628886b78df1336d97",
          "body": null,
          "is_bot": false,
          "headline": "Add missing setSessionId for cache purpose #117",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2023-01-02T15:40:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5518a9f0ab99253931fb26277449bc67f019b8cc",
          "body": null,
          "is_bot": false,
          "headline": "Add missing setSessionId for cache purpose #117",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2023-01-02T15:32:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2c1ba02acdaaa7213824d8cba5cff485726e2e72",
          "body": "Add session ID check to each API call",
          "is_bot": false,
          "headline": "Merge pull request #116 from IonBazan/feature/session-id-check",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2022-11-03T18:34:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f5db89a816b82a026eb4059ffed34f2111aa7409",
          "body": null,
          "is_bot": false,
          "headline": "Test on PHP 8.3",
          "author_name": "Ion Bazan",
          "author_login": "IonBazan",
          "committed_at": "2022-11-02T11:21:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "afa750d08092178ba8ce4383693e94e20bcdfd5c",
          "body": null,
          "is_bot": false,
          "headline": "Add session ID check to each API call",
          "author_name": "Ion Bazan",
          "author_login": "IonBazan",
          "committed_at": "2022-11-02T11:19:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "be9fee6214ef9cd83999e0f33422c656e1472652",
          "body": "Fix style, improve CI",
          "is_bot": false,
          "headline": "Merge pull request #114 from IonBazan/fix/style",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2022-10-21T09:51:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "55db1875a61c6f17f5cb29c12f955b086afdda28",
          "body": null,
          "is_bot": false,
          "headline": "Fix style, improve CI",
          "author_name": "Ion Bazan",
          "author_login": "IonBazan",
          "committed_at": "2022-10-21T02:57:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7a29814254bb898c882172796a2343c2d050c411",
          "body": "New 6.0.0 version",
          "is_bot": false,
          "headline": "Merge pull request #113 from johnzuk/6.0.0",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2022-10-20T21:45:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b7adf7184fe2eb6f38ef06eb356302e73ac833e8",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade PHP min version to 8.0",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2022-10-20T21:33:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6ee640913d06172809b834c4f342261463771fcf",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade PHP min version to 8.0",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2022-10-20T21:23:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3cf6b2fcfc518ff62ce08a75f07e956d60f1d7f4",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade PHP min version to 8.0",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2022-10-20T14:12:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7a4c2795e2d74dbd3b7ba57dc7cfb81381ebff46",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade PHP min version to 8.0",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2022-10-20T11:09:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "56e314278fcaca2ffc2bb8d31afc72f5e9dcff46",
          "body": null,
          "is_bot": false,
          "headline": "Migrate to github action",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2022-10-20T10:07:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "163f46e51adda7625414ff71f009b4d3a3efc295",
          "body": null,
          "is_bot": false,
          "headline": "Migrate to github action",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2022-10-20T09:44:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a2b1425b3d38a4c82b65e3ef779f7295dc0f5d63",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade PHP version to min 8.0",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2022-10-20T09:42:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a9baa9be55e748231243fc89f66a55d6aeb040ef",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade PHP version to min 8.0",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2022-10-20T09:38:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "59355ba0aa6c9b8252151f5dbe34c45ee12de14c",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade PHP version to min 8.0",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2022-10-20T09:14:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "31fea3b7e706d8ebfefde93e05149265e61a7fb6",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade readme",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2022-10-19T20:53:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "207835400247926ca4128b72aeb27eb973e57d22",
          "body": null,
          "is_bot": false,
          "headline": "Update upgrade instruction",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2022-10-19T20:47:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "347714f8812bd90a3fca6dfd575bc78e11c51884",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade coding standards",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2022-10-19T20:39:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "52f7739fd7c01584abbc49024b2b940f9c069112",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade coding standards",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2022-10-19T20:33:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "62cd58cb4f1e487e418fc9a77500aa08e4b03f8a",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade coding standards",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2022-10-19T20:15:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4c05e2e93a695f528d2084134b1c1a83502c8f92",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade coding standards",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2022-10-11T16:49:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f5eded2d356c3af490c167e4c1691dba314203cf",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade coding standards",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2022-10-11T16:34:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ca6e871e301e33ec3744c5036b53538696a240c3",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade coding standards",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2022-10-11T16:22:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "34f3649ca5d2377f84c917fa80f7a69112c205d8",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade composer dependencies",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2022-10-11T14:11:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "181d45cc64e7f4ef7ca9b11f88063198e2e5dd9c",
          "body": "Add missing report name for mapping",
          "is_bot": false,
          "headline": "Merge pull request #107 from johnzuk/fix/missing-report-102",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2022-04-20T13:55:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "64a167385dff484675e38469a95ad7d0de269325",
          "body": "close #102",
          "is_bot": false,
          "headline": "Add missing report name for mapping",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2021-09-17T11:06:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a9f777f046fbb8d28c482cb6b0b00e77738d70a5",
          "body": "Fix and modify ReportTypes naming according to issue #100",
          "is_bot": false,
          "headline": "Merge pull request #101 from krzyc/fix-report-types",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2021-04-05T18:28:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5c6a6a80c08dfd584bf7704cf990acd89602416b",
          "body": "Update deprecated message",
          "is_bot": false,
          "headline": "Update ReportTypes.php",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2021-04-05T18:26:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1a3a08c2681b7f3bf2b5d92db889197b28b07650",
          "body": null,
          "is_bot": false,
          "headline": "New ReportTypes naming, keeping old as deprecated",
          "author_name": "Krzysztof Pyrkosz",
          "author_login": "krzyc",
          "committed_at": "2021-03-17T13:38:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8175f8b39edfc5312ea19f884fa26e15c4f6d7ba",
          "body": null,
          "is_bot": false,
          "headline": "Fix bug #100 - mixed report types",
          "author_name": "Krzysztof Pyrkosz",
          "author_login": "krzyc",
          "committed_at": "2021-03-17T13:12:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c1552fa0d9ecfbbcc2699e14f8264ed33c2a28bd",
          "body": null,
          "is_bot": false,
          "headline": "Fix invalid test",
          "author_name": "Janusz Żukowicz",
          "author_login": null,
          "committed_at": "2021-01-03T17:47:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "edb4112266b15639d46206878fd91db9263ddd01",
          "body": "Add PHP8.0 support",
          "is_bot": false,
          "headline": "Merge pull request #98 from johnzuk/feature/php8.0-support",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2020-12-04T21:13:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "dff8681ad99ec28621a50082746422ea9fae55a4",
          "body": null,
          "is_bot": false,
          "headline": "Add support for php 8.0",
          "author_name": "Janusz Żukowicz",
          "author_login": null,
          "committed_at": "2020-12-04T20:32:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3fede22ae7439e59eb8a2b7c0247e8ee35a13b57",
          "body": null,
          "is_bot": false,
          "headline": "Add support for php 8.0",
          "author_name": "Janusz Żukowicz",
          "author_login": null,
          "committed_at": "2020-12-04T10:07:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cd9d9a4e57ef255625a50437c274e24593dd6282",
          "body": null,
          "is_bot": false,
          "headline": "Add support for php 8.0",
          "author_name": "Janusz Żukowicz",
          "author_login": null,
          "committed_at": "2020-12-04T08:19:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d4c023a9f55fd11de3bed7fb1dc66e7806daa674",
          "body": "Apply fixes from StyleCI",
          "is_bot": false,
          "headline": "Merge pull request #93 from johnzuk/analysis-KZL6ZR",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2020-04-19T10:40:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "78a62a13afbe8984a8d863ca9f713410d6cfcb1c",
          "body": null,
          "is_bot": false,
          "headline": "Apply fixes from StyleCI",
          "author_name": "johnzuk",
          "author_login": "johnzuk",
          "committed_at": "2020-04-19T10:36:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2b3df8be6ed4a3d62c67f64c41a2f42738c0faa9",
          "body": "add post city (MiejscowoscPoczty)",
          "is_bot": false,
          "headline": "Merge pull request #92 from IonBazan/bugfix/post-city",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2020-04-18T19:19:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "43e3e6a743122577c54329cc6f5cb8587304539f",
          "body": null,
          "is_bot": false,
          "headline": "add post city",
          "author_name": "Ion Bazan",
          "author_login": "IonBazan",
          "committed_at": "2020-04-17T13:44:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bc6da0bf96ed6830986a3217b3b02a840fcd12f2",
          "body": "allow PHPUnit 8",
          "is_bot": false,
          "headline": "Merge pull request #85 from IonBazan/phpunit-8",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2019-12-03T09:58:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e9013509f34d743a3bdaefa025e3ea565be34e55",
          "body": null,
          "is_bot": false,
          "headline": "use root namespace, PHP 7.4 tests",
          "author_name": "Ion Bazan",
          "author_login": "IonBazan",
          "committed_at": "2019-12-03T09:57:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fcf161c21bea311d5ab39d43024f61d68a3d447a",
          "body": null,
          "is_bot": false,
          "headline": "allow PHPUnit 8",
          "author_name": "Ion Bazan",
          "author_login": "IonBazan",
          "committed_at": "2019-12-02T04:46:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7d5a4a3c65cf2dc6ef2bcb1ff2415619af922398",
          "body": "Fix typo in readme",
          "is_bot": false,
          "headline": "Merge pull request #78 from johnzuk/5.0",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2019-06-02T20:00:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4b56cca177c876d1581ee93548218782187e4c3a",
          "body": null,
          "is_bot": false,
          "headline": "Fix typo in readme",
          "author_name": "john",
          "author_login": null,
          "committed_at": "2019-06-02T19:58:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cbea9cdaf57e885f97653e1daa7e9abd0e6c73cc",
          "body": "Upgrade BRI version to 1.1 - add all needed changes.",
          "is_bot": false,
          "headline": "Merge pull request #77 from johnzuk/5.0",
          "author_name": "Janusz Żukowicz",
          "author_login": "johnzuk",
          "committed_at": "2019-06-02T19:57:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "30f657e28e210ed0ee986ffacb8b38583d7d4556",
          "body": null,
          "is_bot": false,
          "headline": "Update Upgrade instruction",
          "author_name": "john",
          "author_login": null,
          "committed_at": "2019-06-02T19:47:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c1a0364e86ceedcf11c629021536cc0504854f43",
          "body": null,
          "is_bot": false,
          "headline": "Fix readme",
          "author_name": "john",
          "author_login": null,
          "committed_at": "2019-06-02T16:45:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1fd4fe35f2b5b963b3e6cca4023a68163fb8c48b",
          "body": null,
          "is_bot": false,
          "headline": "Fix invalid link",
          "author_name": "john",
          "author_login": null,
          "committed_at": "2019-06-02T16:40:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        }
      ],
      "releases_count": 24,
      "commits_last_year": 17,
      "latest_release_at": "2025-10-07T12:23:25Z",
      "latest_release_tag": "6.3.2",
      "releases_from_tags": false,
      "days_since_last_push": 0,
      "active_weeks_last_year": 5,
      "days_since_latest_release": 300,
      "mean_days_between_releases": 221.9
    },
    "artifacts": {
      "collected": true,
      "structure": [],
      "declarations": [
        {
          "name": "gusapi/gusapi",
          "path": "composer.json",
          "tokens": [
            "composer.type:library"
          ],
          "ecosystem": "packagist"
        }
      ]
    },
    "community": {
      "has_readme": true,
      "has_license": true,
      "readme_badges": {
        "hosts": [
          "shields.io",
          "travis-ci.org"
        ],
        "total": 5,
        "header": 5,
        "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": "gusapi/gusapi",
          "exists": true,
          "license": "LGPL-2.1-or-later",
          "keywords": [
            "api",
            "library",
            "soap",
            "regon",
            "nip",
            "GUS",
            "CEIDG",
            "krs"
          ],
          "ecosystem": "packagist",
          "categories": [],
          "matches_repo": true,
          "registry_url": "https://packagist.org/packages/gusapi/gusapi",
          "declared_type": "library",
          "is_deprecated": false,
          "latest_version": "6.3.2",
          "repository_url": "https://github.com/johnzuk/GusApi",
          "versions_count": 25,
          "total_downloads": 1690512,
          "dependents_count": 9,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": 46092,
          "first_published_at": null,
          "latest_published_at": "2025-10-07T12:21:34Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 300
        }
      ]
    },
    "popularity": {
      "forks": 45,
      "stars": 135,
      "watchers": 20,
      "fork_history": {
        "days": [
          {
            "date": "2015-08-19",
            "count": 1
          },
          {
            "date": "2016-01-15",
            "count": 1
          },
          {
            "date": "2016-01-25",
            "count": 1
          },
          {
            "date": "2016-08-22",
            "count": 1
          },
          {
            "date": "2016-11-07",
            "count": 1
          },
          {
            "date": "2017-01-12",
            "count": 1
          },
          {
            "date": "2017-01-26",
            "count": 1
          },
          {
            "date": "2017-04-03",
            "count": 1
          },
          {
            "date": "2017-04-27",
            "count": 1
          },
          {
            "date": "2017-05-06",
            "count": 1
          },
          {
            "date": "2017-05-23",
            "count": 1
          },
          {
            "date": "2017-07-06",
            "count": 1
          },
          {
            "date": "2017-10-08",
            "count": 1
          },
          {
            "date": "2017-11-28",
            "count": 1
          },
          {
            "date": "2018-04-09",
            "count": 1
          },
          {
            "date": "2018-04-26",
            "count": 1
          },
          {
            "date": "2018-07-01",
            "count": 1
          },
          {
            "date": "2018-12-08",
            "count": 1
          },
          {
            "date": "2018-12-28",
            "count": 1
          },
          {
            "date": "2019-04-13",
            "count": 1
          },
          {
            "date": "2019-04-30",
            "count": 1
          },
          {
            "date": "2019-08-01",
            "count": 1
          },
          {
            "date": "2019-09-23",
            "count": 1
          },
          {
            "date": "2019-10-15",
            "count": 1
          },
          {
            "date": "2019-12-03",
            "count": 1
          },
          {
            "date": "2020-03-29",
            "count": 1
          },
          {
            "date": "2020-10-23",
            "count": 1
          },
          {
            "date": "2021-02-01",
            "count": 1
          },
          {
            "date": "2021-03-17",
            "count": 1
          },
          {
            "date": "2021-06-07",
            "count": 1
          },
          {
            "date": "2022-09-07",
            "count": 1
          },
          {
            "date": "2022-10-21",
            "count": 1
          },
          {
            "date": "2023-01-10",
            "count": 1
          },
          {
            "date": "2023-02-04",
            "count": 1
          },
          {
            "date": "2023-10-09",
            "count": 1
          },
          {
            "date": "2024-12-19",
            "count": 1
          },
          {
            "date": "2025-01-30",
            "count": 1
          },
          {
            "date": "2025-01-31",
            "count": 1
          },
          {
            "date": "2025-04-03",
            "count": 1
          },
          {
            "date": "2025-06-01",
            "count": 1
          },
          {
            "date": "2025-07-21",
            "count": 1
          },
          {
            "date": "2025-12-19",
            "count": 1
          },
          {
            "date": "2026-01-26",
            "count": 1
          },
          {
            "date": "2026-02-17",
            "count": 1
          },
          {
            "date": "2026-03-26",
            "count": 1
          }
        ],
        "complete": true,
        "collected": 45,
        "total_forks": 45
      },
      "star_history": null,
      "open_issues_and_prs": 34
    },
    "ai_readiness": {
      "has_nix": false,
      "example_dirs": [
        "examples"
      ],
      "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": 14770,
      "source_files_sampled": 63,
      "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": 9,
        "direct_affected_count": 0
      },
      "ecosystems": [
        "packagist"
      ],
      "dependencies": [],
      "all_dependencies": {
        "error": null,
        "source": "github-sbom",
        "packages": [
          {
            "name": "ext-json",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "ext-simplexml",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "ext-soap",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "friendsofphp/php-cs-fixer",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "php",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "phpstan/phpstan",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "phpstan/phpstan-phpunit",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "phpunit/phpunit",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          },
          {
            "name": "squizlabs/php_codesniffer",
            "direct": false,
            "version": null,
            "ecosystem": "packagist"
          }
        ],
        "collected": true,
        "truncated": false,
        "total_count": 9,
        "direct_count": 0,
        "indirect_count": 9
      }
    },
    "maintainership": {
      "issues": {
        "open_prs": 2,
        "merged_prs": 63,
        "open_issues": 32,
        "closed_ratio": 0.59,
        "closed_issues": 46,
        "closed_unmerged_prs": 4
      },
      "bus_factor": 1,
      "bot_contributors": 1,
      "top_contributors": [
        {
          "type": "User",
          "login": "johnzuk",
          "commits": 59,
          "avatar_url": "https://avatars.githubusercontent.com/u/5394761?v=4"
        },
        {
          "type": "User",
          "login": "IonBazan",
          "commits": 25,
          "avatar_url": "https://avatars.githubusercontent.com/u/1985514?v=4"
        },
        {
          "type": "User",
          "login": "simivar",
          "commits": 5,
          "avatar_url": "https://avatars.githubusercontent.com/u/828020?v=4"
        },
        {
          "type": "User",
          "login": "msiemaszko",
          "commits": 3,
          "avatar_url": "https://avatars.githubusercontent.com/u/5961267?v=4"
        },
        {
          "type": "User",
          "login": "bitdeli-chef",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/3092978?v=4"
        },
        {
          "type": "User",
          "login": "kapiwko",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/9286521?v=4"
        },
        {
          "type": "User",
          "login": "krzyc",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/290585?v=4"
        },
        {
          "type": "User",
          "login": "cureoeu",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/8598643?v=4"
        },
        {
          "type": "User",
          "login": "artur-mietek",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/80744012?v=4"
        },
        {
          "type": "User",
          "login": "kukulich",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/260445?v=4"
        }
      ],
      "contributors_sampled": 13,
      "top_contributor_share": 0.562
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "static.yml",
        "tests.yml"
      ],
      "has_docs_dir": false,
      "linter_configs": [
        ".php-cs-fixer.php",
        "phpstan.neon"
      ],
      "has_editorconfig": false,
      "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": 6,
            "reason": "8 out of 12 merged PRs checked by a CI test -- score normalized to 6",
            "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": 5,
            "reason": "Found 5/10 approved changesets -- score normalized to 5",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
          },
          {
            "name": "Contributors",
            "score": 6,
            "reason": "project has 2 contributing companies or organizations -- score normalized to 6",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
          },
          {
            "name": "Dangerous-Workflow",
            "score": 10,
            "reason": "no dangerous workflow patterns detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
          },
          {
            "name": "Dependency-Update-Tool",
            "score": 10,
            "reason": "update tool detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
          },
          {
            "name": "Fuzzing",
            "score": 0,
            "reason": "project is not fuzzed",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
          },
          {
            "name": "License",
            "score": 10,
            "reason": "license file detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
          },
          {
            "name": "Maintained",
            "score": 2,
            "reason": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
          },
          {
            "name": "Packaging",
            "score": null,
            "reason": "packaging workflow not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
          },
          {
            "name": "Pinned-Dependencies",
            "score": 0,
            "reason": "dependency not pinned by hash detected -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
          },
          {
            "name": "SAST",
            "score": 0,
            "reason": "SAST tool is not run on all commits -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
          },
          {
            "name": "Security-Policy",
            "score": 0,
            "reason": "security policy file not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
          },
          {
            "name": "Signed-Releases",
            "score": null,
            "reason": "no releases found",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
          },
          {
            "name": "Token-Permissions",
            "score": 0,
            "reason": "detected GitHub workflow tokens with excessive permissions",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
          },
          {
            "name": "Vulnerabilities",
            "score": 10,
            "reason": "0 existing vulnerabilities detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
          }
        ],
        "commit": "00e04e38367cd326d3af27a5699e59d0d11b095c",
        "ran_at": "2026-08-03T19:25:21Z",
        "aggregate_score": 5.1,
        "scorecard_version": "v5.5.0"
      },
      "has_codeql_workflow": false,
      "has_security_policy": false,
      "has_dependabot_config": true
    },
    "contribution_flow": {
      "collected": true,
      "recent_prs": {
        "merged_7d": 2,
        "decided_7d": 2,
        "merged_30d": 2,
        "authors_30d": 1,
        "decided_30d": 2,
        "sample_size": 60,
        "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-03T19:18:01Z",
      "oldest_open_prs": [
        {
          "number": 144,
          "created_at": "2026-03-16T15:43:33Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 147,
          "created_at": "2026-06-08T15:13:08Z",
          "last_comment_at": null,
          "last_comment_author": null
        }
      ],
      "last_merged_pr_at": "2026-08-03T19:17:24Z",
      "ci_last_conclusion": "SUCCESS",
      "oldest_open_issues": [
        {
          "number": 27,
          "created_at": "2017-06-27T12:48:49Z",
          "last_comment_at": "2019-06-02T20:12:10Z",
          "last_comment_author": "johnzuk"
        },
        {
          "number": 29,
          "created_at": "2017-09-26T09:26:42Z",
          "last_comment_at": "2017-09-30T18:25:18Z",
          "last_comment_author": "johnzuk"
        },
        {
          "number": 31,
          "created_at": "2017-10-10T13:49:23Z",
          "last_comment_at": "2017-11-27T20:02:18Z",
          "last_comment_author": "alamehor"
        },
        {
          "number": 33,
          "created_at": "2017-10-27T13:07:40Z",
          "last_comment_at": "2018-04-20T08:32:29Z",
          "last_comment_author": "IonBazan"
        },
        {
          "number": 36,
          "created_at": "2018-01-09T12:01:51Z",
          "last_comment_at": "2018-01-12T16:09:53Z",
          "last_comment_author": "johnzuk"
        },
        {
          "number": 40,
          "created_at": "2018-02-11T10:16:06Z",
          "last_comment_at": "2018-02-19T18:03:37Z",
          "last_comment_author": "chilek"
        },
        {
          "number": 41,
          "created_at": "2018-02-16T21:28:45Z",
          "last_comment_at": "2018-02-19T18:01:37Z",
          "last_comment_author": "chilek"
        },
        {
          "number": 56,
          "created_at": "2018-04-30T11:19:31Z",
          "last_comment_at": "2019-06-02T20:09:40Z",
          "last_comment_author": "johnzuk"
        },
        {
          "number": 64,
          "created_at": "2018-07-11T20:31:35Z",
          "last_comment_at": "2019-06-02T20:08:44Z",
          "last_comment_author": "johnzuk"
        },
        {
          "number": 66,
          "created_at": "2018-07-15T19:03:56Z",
          "last_comment_at": "2018-07-20T13:59:53Z",
          "last_comment_author": "paulogliwa"
        },
        {
          "number": 69,
          "created_at": "2018-08-31T09:44:29Z",
          "last_comment_at": "2018-08-31T09:53:25Z",
          "last_comment_author": "klysiak"
        },
        {
          "number": 70,
          "created_at": "2018-12-03T20:46:04Z",
          "last_comment_at": "2018-12-03T21:38:46Z",
          "last_comment_author": "johnzuk"
        },
        {
          "number": 75,
          "created_at": "2019-04-24T07:58:31Z",
          "last_comment_at": "2021-04-19T14:04:11Z",
          "last_comment_author": "bmxmale"
        },
        {
          "number": 81,
          "created_at": "2019-10-23T11:48:17Z",
          "last_comment_at": "2019-10-28T08:29:10Z",
          "last_comment_author": "johnzuk"
        },
        {
          "number": 82,
          "created_at": "2019-11-03T07:23:31Z",
          "last_comment_at": "2019-11-11T07:39:39Z",
          "last_comment_author": "johnzuk"
        },
        {
          "number": 83,
          "created_at": "2019-11-06T09:48:21Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 87,
          "created_at": "2020-01-28T11:01:23Z",
          "last_comment_at": "2020-01-30T14:13:39Z",
          "last_comment_author": "johnzuk"
        },
        {
          "number": 88,
          "created_at": "2020-01-29T11:17:24Z",
          "last_comment_at": "2020-01-30T17:23:33Z",
          "last_comment_author": "johnzuk"
        },
        {
          "number": 90,
          "created_at": "2020-03-04T13:37:52Z",
          "last_comment_at": "2020-09-01T11:44:24Z",
          "last_comment_author": "Qrzysio"
        },
        {
          "number": 94,
          "created_at": "2020-07-29T10:11:13Z",
          "last_comment_at": "2020-07-30T06:15:26Z",
          "last_comment_author": "johnzuk"
        }
      ]
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/johnzuk/GusApi",
    "host": "github.com",
    "name": "GusApi",
    "owner": "johnzuk"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "good",
      "name": "Overall health",
      "note": "The weighted overall 60 is calibrated to 65 on the published index scale (record calibration 2026-08-02).",
      "notes": [
        {
          "code": "overall_calibration",
          "params": {
            "raw": 60,
            "calibrated": 65,
            "calibration": "2026-08-02"
          }
        }
      ],
      "value": 65,
      "inputs": {
        "security": 51,
        "vitality": 57,
        "community": 57,
        "governance": 61,
        "calibration": "2026-08-02",
        "engineering": 76,
        "ai_readiness": 37,
        "weighted_overall_raw": 60
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "moderate",
        "name": "Vitality",
        "value": 57,
        "weight": 0.21,
        "metrics": [
          {
            "key": "development_activity",
            "band": "moderate",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 53,
            "inputs": {
              "commits_last_year": 17,
              "human_commit_share": 0.91,
              "days_since_last_push": 0,
              "active_weeks_last_year": 5
            },
            "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": "5/52 weeks with commits",
                "points": 3.5,
                "status": "partial",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 5
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "17 commits in the last year",
                "points": 11.3,
                "status": "partial",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 17
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "openssf_scorecard_maintained",
                "name": "OpenSSF Scorecard: Maintained",
                "detail": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
                "points": 2,
                "status": "partial",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "release_discipline",
            "band": "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": 62,
            "inputs": {
              "releases_count": 24,
              "latest_release_tag": "6.3.2",
              "releases_from_tags": false,
              "days_since_latest_release": 300,
              "mean_days_between_releases": 221.9
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "24 releases published",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "releases_published",
                    "params": {
                      "count": 24
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 300 days ago",
                "points": 16.2,
                "status": "partial",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 300
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~221.9 days",
                "points": 12.6,
                "status": "partial",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 221.9
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "openssf_scorecard_signed_releases",
                "name": "OpenSSF Scorecard: Signed-Releases",
                "detail": "no releases found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 10
              }
            ]
          },
          {
            "key": "abandonment",
            "band": "exceptional",
            "name": "Abandonment",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "cap": null,
              "state": "maintained",
              "guards": [],
              "signals": [],
              "red_flag": false,
              "multiplier_pct": 100,
              "declared_reason": null,
              "unverified_reason": null,
              "unanswered_open_prs": null,
              "unanswered_open_issues": null,
              "days_since_last_merged_pr": null,
              "days_since_last_human_commit": 1,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "last human commit 1 days ago",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "abandonment_maintained",
                    "params": {
                      "days": 1
                    }
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Is the project alive — is code being written and are releases shipping?"
      },
      {
        "key": "community",
        "band": "moderate",
        "name": "Community & Adoption",
        "value": 57,
        "weight": 0.17,
        "metrics": [
          {
            "key": "popularity",
            "band": "moderate",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 55,
            "inputs": {
              "forks": 45,
              "stars": 135,
              "watchers": 20,
              "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": "45 forks",
                "points": 13.7,
                "status": "partial",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 45
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "watchers",
                "name": "Watchers",
                "detail": "20 watchers",
                "points": 7.1,
                "status": "partial",
                "details": [
                  {
                    "code": "watchers",
                    "params": {
                      "count": 20
                    }
                  }
                ],
                "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": 5,
              "has_contributing": false,
              "has_issue_template": false,
              "has_code_of_conduct": false,
              "readme_badge_services": [
                "shields.io",
                "travis-ci.org"
              ],
              "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 (LGPL-2.1)",
                "points": 22.5,
                "status": "met",
                "details": [
                  {
                    "code": "license_standard",
                    "params": {}
                  },
                  {
                    "code": "license_spdx",
                    "params": {
                      "spdx": "LGPL-2.1"
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributing_guide",
                "name": "CONTRIBUTING guide",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 18
              },
              {
                "key": "code_of_conduct",
                "name": "Code of conduct",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 13.5
              },
              {
                "key": "issue_template",
                "name": "Issue template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.2
              },
              {
                "key": "pr_template",
                "name": "PR template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.3
              }
            ]
          },
          {
            "key": "ecosystem_adoption",
            "band": "good",
            "name": "Ecosystem adoption (downloads)",
            "note": null,
            "notes": [],
            "value": 69,
            "inputs": {
              "packages": [
                "gusapi/gusapi"
              ],
              "dependents": 9,
              "ecosystems": "packagist",
              "total_downloads": 1690512,
              "monthly_downloads": 46092
            },
            "components": [
              {
                "key": "monthly_downloads",
                "name": "Monthly downloads",
                "detail": "46,092 downloads/month across packagist",
                "points": 62.2,
                "status": "partial",
                "details": [
                  {
                    "code": "downloads_monthly",
                    "params": {
                      "count": 46092,
                      "ecosystems": "packagist"
                    }
                  }
                ],
                "max_points": 80
              },
              {
                "key": "registry_dependents",
                "name": "Registry dependents",
                "detail": "9 packages depend on it",
                "points": 6.7,
                "status": "partial",
                "details": [
                  {
                    "code": "registry_dependents",
                    "params": {
                      "count": 9
                    }
                  }
                ],
                "max_points": 20
              }
            ]
          }
        ],
        "description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
      },
      {
        "key": "governance",
        "band": "moderate",
        "name": "Sustainability & Governance",
        "value": 61,
        "weight": 0.23,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "weak",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 38,
            "inputs": {
              "bus_factor": 1,
              "contributors_sampled": 13,
              "top_contributor_share": 0.562
            },
            "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 56% of commits",
                "points": 9.9,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 56
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "13 contributors",
                "points": 13.5,
                "status": "met",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 13
                    }
                  }
                ],
                "max_points": 13.5
              },
              {
                "key": "openssf_scorecard_contributors",
                "name": "OpenSSF Scorecard: Contributors",
                "detail": "project has 2 contributing companies or organizations -- score normalized to 6",
                "points": 6,
                "status": "partial",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "responsiveness",
            "band": "good",
            "name": "Issue & PR responsiveness",
            "note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "newcomer_pr_acceptance"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 70,
            "inputs": {
              "merged_prs": 63,
              "open_issues": 32,
              "closed_issues": 46,
              "prs_merged_7d": 2,
              "prs_decided_7d": 2,
              "prs_merged_30d": 2,
              "prs_decided_30d": 2,
              "issue_closed_ratio": 0.59,
              "closed_unmerged_prs": 4,
              "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": "59% of issues closed",
                "points": 24.8,
                "status": "partial",
                "details": [
                  {
                    "code": "issues_closed_share",
                    "params": {
                      "share": 59
                    }
                  }
                ],
                "max_points": 42
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "63/67 decided PRs merged",
                "points": 28.2,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 63,
                      "decided": 67
                    }
                  }
                ],
                "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 5/10 approved changesets -- score normalized to 5",
                "points": 7.5,
                "status": "partial",
                "details": [],
                "max_points": 15
              }
            ]
          },
          {
            "key": "stewardship",
            "band": "moderate",
            "name": "Ownership & stewardship",
            "note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "verified_domain"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 56,
            "inputs": {
              "followers": 33,
              "owner_type": "User",
              "is_verified": null,
              "owner_login": "johnzuk",
              "public_repos": 39,
              "account_age_days": 4714
            },
            "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": "33 followers of johnzuk",
                "points": 11,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 33,
                      "login": "johnzuk"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "39 public repos, account ~12 yr old",
                "points": 23.7,
                "status": "partial",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 39
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 12
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          },
          {
            "key": "package_maintenance",
            "band": "excellent",
            "name": "Package maintenance",
            "note": null,
            "notes": [],
            "value": 91,
            "inputs": {
              "packages": [
                "gusapi/gusapi"
              ],
              "ecosystems": "packagist",
              "any_deprecated": false,
              "min_days_since_publish": 300
            },
            "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 300 days ago",
                "points": 26,
                "status": "partial",
                "details": [
                  {
                    "code": "publish_recency",
                    "params": {
                      "days": 300
                    }
                  }
                ],
                "max_points": 35
              },
              {
                "key": "version_history",
                "name": "Version history",
                "detail": "25 published versions",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "published_versions",
                    "params": {
                      "count": 25
                    }
                  }
                ],
                "max_points": 20
              },
              {
                "key": "not_deprecated",
                "name": "Not deprecated",
                "detail": "active, not deprecated or yanked",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "package_not_deprecated",
                    "params": {}
                  }
                ],
                "max_points": 20
              }
            ]
          }
        ],
        "description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
      },
      {
        "key": "engineering",
        "band": "good",
        "name": "Engineering Quality",
        "value": 76,
        "weight": 0.19,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "good",
            "name": "Engineering practices",
            "note": null,
            "notes": [],
            "value": 76,
            "inputs": {
              "has_ci": true,
              "has_tests": true,
              "has_editorconfig": false,
              "has_linter_config": true,
              "has_precommit_config": false
            },
            "components": [
              {
                "key": "ci_workflows",
                "name": "CI workflows",
                "detail": "2 workflow(s)",
                "points": 24,
                "status": "met",
                "details": [
                  {
                    "code": "ci_workflows",
                    "params": {
                      "count": 2
                    }
                  }
                ],
                "max_points": 24
              },
              {
                "key": "tests_present",
                "name": "Tests present",
                "detail": null,
                "points": 24,
                "status": "met",
                "details": [],
                "max_points": 24
              },
              {
                "key": "linter_config",
                "name": "Linter config",
                "detail": ".php-cs-fixer.php, phpstan.neon",
                "points": 16,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": ".php-cs-fixer.php, phpstan.neon"
                    }
                  }
                ],
                "max_points": 16
              },
              {
                "key": "pre_commit_hooks",
                "name": "Pre-commit hooks",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 9.6
              },
              {
                "key": "editorconfig",
                "name": ".editorconfig",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.4
              },
              {
                "key": "openssf_scorecard_ci_tests",
                "name": "OpenSSF Scorecard: CI-Tests",
                "detail": "8 out of 12 merged PRs checked by a CI test -- score normalized to 6",
                "points": 12,
                "status": "partial",
                "details": [],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "good",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 75,
            "inputs": {
              "topics": [
                "php-gus-api",
                "regon-soap-api",
                "gus-api"
              ],
              "has_wiki": true,
              "homepage": "https://github.com/johnzuk/GusApi",
              "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": "https://github.com/johnzuk/GusApi",
                "points": 15,
                "status": "met",
                "details": [],
                "max_points": 15
              },
              {
                "key": "repository_description",
                "name": "Repository description",
                "detail": null,
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "topics",
                "name": "Topics",
                "detail": "3 topics",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "topics_count",
                    "params": {
                      "count": 3
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "wiki",
                "name": "Wiki",
                "detail": null,
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          }
        ],
        "description": "Are baseline engineering and documentation practices in place?"
      },
      {
        "key": "security",
        "band": "moderate",
        "name": "Security",
        "value": 51,
        "weight": 0.16,
        "metrics": [
          {
            "key": "security_posture",
            "band": "moderate",
            "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": 51,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 15,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 3,
              "scorecard_aggregate": 5.1
            },
            "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": "8 out of 12 merged PRs checked by a CI test -- score normalized to 6",
                "points": 1.5,
                "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 5/10 approved changesets -- score normalized to 5",
                "points": 3.8,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "contributors",
                "name": "Contributors",
                "detail": "project has 2 contributing companies or organizations -- score normalized to 6",
                "points": 1.5,
                "status": "partial",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "dangerous_workflow",
                "name": "Dangerous-Workflow",
                "detail": "no dangerous workflow patterns detected",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "dependency_update_tool",
                "name": "Dependency-Update-Tool",
                "detail": "update tool detected",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "fuzzing",
                "name": "Fuzzing",
                "detail": "project is not fuzzed",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "license file detected",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "maintained",
                "name": "Maintained",
                "detail": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
                "points": 1.5,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "packaging",
                "name": "Packaging",
                "detail": "packaging workflow not detected",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 5
              },
              {
                "key": "pinned_dependencies",
                "name": "Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "sast",
                "name": "SAST",
                "detail": "SAST tool is not run on all commits -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "security_policy",
                "name": "Security-Policy",
                "detail": "security policy file not detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "signed_releases",
                "name": "Signed-Releases",
                "detail": "no releases found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 7.5
              },
              {
                "key": "token_permissions",
                "name": "Token-Permissions",
                "detail": "detected GitHub workflow tokens with excessive permissions",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "vulnerabilities",
                "name": "Vulnerabilities",
                "detail": "0 existing vulnerabilities detected",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              }
            ]
          },
          {
            "key": "high_risk_jurisdiction_exposure",
            "band": "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": 10
            },
            "components": [
              {
                "key": "policy_exposure_multiplier",
                "name": "Policy exposure multiplier",
                "detail": "no confirmed policy-scope location match",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "jurisdiction_no_match",
                    "params": {}
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
      },
      {
        "key": "ai_readiness",
        "band": "weak",
        "name": "AI Readiness",
        "value": 37,
        "weight": 0.04,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "at_risk",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 21,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 0.396,
              "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": "36 of 91 human commits state their intent (structured subject or explanatory body)",
                "points": 21.1,
                "status": "partial",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 36,
                      "sampled": 91
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "weak",
            "name": "Verify loop (build / test / typecheck)",
            "note": null,
            "notes": [],
            "value": 41,
            "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.09
            },
            "components": [
              {
                "key": "one_command_bootstrap",
                "name": "One-command bootstrap",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 18
              },
              {
                "key": "automated_tests",
                "name": "Automated tests",
                "detail": null,
                "points": 22,
                "status": "met",
                "details": [],
                "max_points": 22
              },
              {
                "key": "lint_format_config",
                "name": "Lint / format config",
                "detail": ".php-cs-fixer.php, phpstan.neon",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": ".php-cs-fixer.php, phpstan.neon"
                    }
                  }
                ],
                "max_points": 11
              },
              {
                "key": "static_type_checking",
                "name": "Static type checking",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 11
              },
              {
                "key": "reproducible_environment",
                "name": "Reproducible environment",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              },
              {
                "key": "demonstrated_agent_practice",
                "name": "Demonstrated agent practice",
                "detail": "no agent-authored commits among the last 100",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_agent_authored_commits",
                    "params": {
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "automated_maintenance",
                "name": "Automated maintenance",
                "detail": "9 of the last 100 commits are automated dependency updates",
                "points": 8,
                "status": "met",
                "details": [
                  {
                    "code": "dependency_bot_commits",
                    "params": {
                      "count": 9,
                      "sampled": 100
                    }
                  }
                ],
                "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": 14770,
              "source_files_sampled": 63,
              "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/63 source files over 60KB",
                "points": 55,
                "status": "met",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 63,
                      "oversized": 0
                    }
                  }
                ],
                "max_points": 55
              }
            ]
          },
          {
            "key": "ai_interfaces",
            "band": "weak",
            "name": "Machine-readable interfaces",
            "note": null,
            "notes": [],
            "value": 40,
            "inputs": {
              "example_dirs": [
                "examples"
              ],
              "has_mcp_signal": false,
              "api_schema_files": []
            },
            "components": [
              {
                "key": "api_schema_openapi_graphql_proto",
                "name": "API schema (OpenAPI/GraphQL/proto)",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 40
              },
              {
                "key": "mcp_server",
                "name": "MCP server",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 20
              },
              {
                "key": "runnable_examples",
                "name": "Runnable examples",
                "detail": "examples",
                "points": 40,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "examples"
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          }
        ],
        "description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
      }
    ],
    "classification": {
      "top": [
        "library"
      ],
      "labels": [
        "library"
      ],
      "scores": {
        "library": 26
      },
      "primary": "library",
      "evidence": [
        {
          "tier": "declared",
          "label": "library",
          "source": "composer.type:library",
          "weight": 10
        },
        {
          "tier": "distribution",
          "label": "library",
          "source": "registry:packagist",
          "weight": 6
        },
        {
          "tier": "distribution",
          "label": "library",
          "source": "registry_type:library",
          "weight": 6
        },
        {
          "tier": "description",
          "label": "library",
          "source": "description:library",
          "weight": 2
        },
        {
          "tier": "tags",
          "label": "library",
          "source": "tag:library",
          "weight": 2
        }
      ],
      "artifacts": [
        {
          "path": "composer.json",
          "labels": [
            "library"
          ],
          "ecosystem": "packagist"
        }
      ],
      "confidence": "high",
      "host_extension": false,
      "runs_as_process": false,
      "consumed_by_code": true
    },
    "metrics_version": "2.5.0"
  },
  "warnings": [
    "Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
    "No resolved dependencies carried a version and a supported ecosystem"
  ],
  "report_type": "repository",
  "generated_at": "2026-08-03T19:25:42.385856Z",
  "schema_version": "0.30.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/johnzuk/GusApi.svg",
  "full_name": "johnzuk/GusApi",
  "license_state": "standard",
  "license_spdx": "LGPL-2.1"
}

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.