原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"zxing",
"barcode",
"python-wrapper",
"qrcode",
"python"
],
"is_fork": false,
"size_kb": 778,
"has_wiki": true,
"homepage": "https://pyzxing.readthedocs.io/",
"languages": {
"Java": 36028,
"Python": 138905
},
"pushed_at": "2026-07-17T13:22:41Z",
"created_at": "2020-05-28T14:27:29Z",
"owner_type": "User",
"updated_at": "2026-07-17T13:32:32Z",
"description": "Reliable Python bindings for the ZXing barcode decoder.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Python",
"significant_languages": [
"Python",
"Java"
]
},
"owner": {
"blog": "chenjiexu.github.io",
"name": "Chenjie Xu",
"type": "User",
"login": "ChenjieXu",
"company": "Baosight",
"location": "Shanghai",
"followers": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/31937673?v=4",
"created_at": "2017-09-13T20:23:44Z",
"is_verified": null,
"public_repos": 18,
"account_age_days": 3236
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.2.2",
"kind": "patch",
"published_at": "2026-07-17T13:30:08Z"
},
{
"tag": "pyzxing-v1.2.1",
"kind": "other",
"published_at": "2026-07-17T10:41:08Z"
},
{
"tag": "pyzxing-v1.2.0",
"kind": "other",
"published_at": "2026-07-17T10:41:05Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2026-07-17T10:41:03Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2026-07-17T10:41:01Z"
}
],
"recent_commits": [
{
"oid": "0f7e3138f0ac3eaaa2c970dcdb52e4a580a4ebda",
"body": "Preserve the frozen Java Runner source and its canonical metadata together on the default branch so the guarded publication workflow can prove the exact v1.2.2 artifact lineage.\n\nConstraint: The canonical Runner was built from 1792fa369a923fb133e98e62b160423a4367998d and requires preserved ancestry.\n[…]\nthrough 3.14, Ubuntu, macOS, Windows, Java 17, packaging, documentation, coverage, and frozen executable decode.\nNot-tested: Public GitHub Release, PyPI, and conda-forge remain gated on post-merge CI.",
"is_bot": false,
"headline": "[release] publish verified v1.2.2 source",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2026-07-17T13:17:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5ab950e872020c4f23e01d9e201d1a12b7d505eb",
"body": "Bind both Python runtime downloads and the conda recipe to the canonical Runner produced twice from the frozen source commit. This preserves a single verifiable byte identity across GitHub Release, PyPI, and downstream conda packaging.\n\nRunner-source: 1792fa369a923fb133e98e62b160423a4367998d\nRunner-\n[…]\nas-errors; Actionlint; Zizmor.\nNot-tested: Public GitHub Release, PyPI upload, and conda-forge publication are intentionally deferred until the release branch is merged and default-branch CI succeeds.",
"is_bot": false,
"headline": "[release] bind v1.2.2 to its reproducible Runner",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2026-07-17T13:09:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1792fa369a923fb133e98e62b160423a4367998d",
"body": "Versioning:\n- Advance the Python package, Java Runner, conda recipe, tests, and workflow defaults to 1.2.2.\n- Move the documentation work accumulated after 1.2.1 into the 1.2.2 changelog entry.\n\nRunner provenance:\n- Freeze the ZXing 3.5.4 Runner source with checksum and source-commit placeholders pe\n[…]\ns.\nTested: Two byte-identical Maven builds; 11 JUnit tests; 101 pytest tests; release evidence; version synchronization; Ruff; diff check.\nNot-tested: GitHub clean builders and staging release assets.",
"is_bot": false,
"headline": "[release] restore distributable Runner coordinates for v1.2.2",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2026-07-17T13:02:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f04fd850e6d3707001bffab751774429661251e0",
"body": "README:\n- Reorganize the English and Chinese landing pages around requirements, installation, quick start, results, and project links.\n- Add CI, documentation, PyPI, Python, conda-forge, coverage, downloads, and license badges.\n\nDocumentation:\n- Add Sphinx guides for installation, usage, results, de\n[…]\nailed guidance under docs/.\nTested: Ruff; 101 pytest tests; Sphinx HTML and link checks with warnings as errors; package build and Twine validation.\nNot-tested: Hosted Read the Docs build before push.",
"is_bot": false,
"headline": "[docs] formalize README and publish versioned project documentation",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2026-07-16T21:49:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "daf53347ddf793ab2943999fbd80dea999c52a53",
"body": "- Pass the active repository explicitly when downloading immutable GitHub Release assets.\n- Keep the post-release workflow correction separate from the v1.2.1 published snapshot.\n\nConstraint: GitHub Release tags remain immutable and retain their published targets.\nRejected: Fold the post-release wor\n[…]\n | It was not part of the published snapshot.\nConfidence: high\nScope-risk: narrow\nDirective: Keep post-release workflow corrections separate from release commits.\nTested: Tree matches 2a4b1d8 exactly.",
"is_bot": false,
"headline": "[ci] resolve release assets from the workflow repository",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2026-07-16T18:01:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e7369db5d3f5569ce2807e6c38489c996fcd12de",
"body": "Security and runtime:\n- Upgrade Jackson Databind to 2.18.9 for the patched canonical Runner.\n- Preserve the verified Runner checksum, source commit, and reproducibility evidence.\n\nExamples and documentation:\n- Add an OpenCV webcam demonstration that samples the existing one-shot decode_array() API.\n\n[…]\nope-risk: moderate\nDirective: Keep future patch releases represented by one commit with security and distribution details in the body.\nTested: Tree matches the cleaned v1.2.1 release state at 013c9fb.",
"is_bot": false,
"headline": "[release] v1.2.1: patch Runner security and finalize distribution",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2026-07-16T17:21:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e7753ec24a9c6176406bf50c560de7f89451962e",
"body": "Runtime:\n- Replace the prose ZXing CLI boundary with a pyzxing-owned JSONL Runner on ZXing 3.5.4.\n- Invoke Java without a shell, verify downloaded bytes, and coordinate concurrent cache writes.\n\nPython API:\n- Return one flat result list and add explicit multi-code, effort, charset, and format hints.\n[…]\n: high\nScope-risk: broad\nDirective: Keep future release preparation squashed into one release commit with a structured change summary.\nTested: Tree matches the cleaned v1.2.0 release state at 5c6f614.",
"is_bot": false,
"headline": "[release] v1.2.0: modernize the ZXing runtime and distribution pipeline",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2026-07-16T06:34:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3bdcf76887ef8b1d02a2021f66a62a25077ab1d6",
"body": "* Add Star History section to README (#46)\n\n* Add Star History section to README\n\nAdded Star History section with a chart link.\n\n* Add star history chart section to README_CN.md\n\nAdded a section for '点赞趋势' with a star history chart.",
"is_bot": false,
"headline": "merge from dev (#48)",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2025-09-16T08:10:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06701f8762c7b14baf3942ae118f948d0ca9b8b1",
"body": "* Update badges in README.md\n\n* Update README_CN.md badges\n\nRemoved some badges and added new ones to the README.\n\n* Clean up README by removing TODO section\n\nRemoved TODO items from README.\n\n* Delete src/pyproject.toml\n\n* Delete src/jetbrains-logo.svg\n\n* Delete src/.travis.yml\n\n* Delete scripts/build_and_release.sh\n\n* Delete scripts/version_sync.py\n\n* Restrict Python version to <3.13 in meta.yaml\n\n* Update conda installation instructions in README\n\n* Update installation instructions for pyzxing",
"is_bot": false,
"headline": "update README and delete unused files (#45)",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2025-09-15T02:30:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "953a84a49572309927765365956a82c72fcfeec4",
"body": null,
"is_bot": false,
"headline": "v1.1.1",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2025-09-11T15:26:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7371150848ff9e775760ca5c97a87824877464b3",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.1.1 in meta.yaml and __version__.py",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2025-09-11T15:24:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79c45f5f45cf98f00b1435bfa9992fcc19f6cfc6",
"body": null,
"is_bot": false,
"headline": "release v1.1.0",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2025-09-11T15:22:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32a7de21937ead197aeab7124f0c17199c66a71b",
"body": "This commit overhauls the project's core infrastructure, focusing on modernizing the packaging system and improving the CI/CD pipeline.\n\n- Packaging: Replaced the legacy `setup.py` with a `pyproject.toml` configuration. This fundamental change aligns the project with modern Python standards (PEP 621\n[…]\n a unified pipeline. This new process correctly builds and deploys the package using the `pyproject.toml` configuration and adds validation steps to ensure release integrity on both PyPI and Anaconda.",
"is_bot": false,
"headline": "release: v1.1.0",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2025-09-11T14:58:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bef27f07c6cc1c2957cc09dbf40e5a05247b83ee",
"body": "- Replace problematic pytest tests/ command with simple import test\n- Resolves \"ERROR: file or directory not found: tests/\" during conda build\n- Update version to 1.0.4a7 for new release",
"is_bot": false,
"headline": "Fix conda package test configuration",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2025-09-11T14:17:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "109e9dd963d2fc592bfced3c091d698b91286fd4",
"body": "- Changed license from string to table format {text = \"MIT\"}\n- Added missing setuptools_scm configuration section\n- This resolves the license metadata issue causing PyPI publishing failures",
"is_bot": false,
"headline": "Fix pyproject.toml license format and add setuptools_scm configuration",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2025-09-11T13:31:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be1b7211789cec8339ae69ecf1faa58fd2719702",
"body": "…ct.toml configuration\n\n- Remove setup.py completely and use only pyproject.toml\n- Remove LICENSE file to prevent automatic License-File metadata addition\n- Update version to 1.0.4a4\n- Update conda recipe version\n- Use License-Expression instead of License classifier\n- This fixes the 'InvalidDistribution: Invalid distribution metadata: unrecognized or malformed field 'license-file'' error",
"is_bot": false,
"headline": "Fix PyPI publishing by removing LICENSE file and using modern pyproje…",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2025-09-11T13:13:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68f26c347c6a89e0d9d9204cf91f22a9b4d5dd79",
"body": null,
"is_bot": false,
"headline": "Combined previous commits related to CI/CD and versioning",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2025-09-11T12:51:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d64c5753c5d3802684da42f420f857bd4d05cccd",
"body": null,
"is_bot": false,
"headline": "Add conda-forge and chenjiexu channels to conda publishing",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2025-09-11T08:54:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f8000f0110574df2851474e9969329d8e8f1450",
"body": "- Pin conda-build to version 3.21.9 to avoid yanked version conflicts\n- Ensures conda package building works correctly in GitHub Actions",
"is_bot": false,
"headline": "Fix conda-build version compatibility in CI/CD workflow",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2025-09-11T08:41:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e24c5e450004cbdf9073f6a5eebdcc4189bd3409",
"body": "- Create pyzxing/__version__.py as single source of truth\n- Update setup.py and config.py to import from __version__.py\n- Add conda-recipe version sync with documentation\n- Create version_sync.py script for automated version updates\n- Remove duplicate python-publish.yml workflow\n- Ensure version consistency across all files\n\nVersion management is now centralized and can be updated with:\npython scripts/version_sync.py <new_version>",
"is_bot": false,
"headline": "Implement unified version management",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2025-09-11T07:38:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2085c70da5af1c8b0ed6ec9afa18412d9726f92",
"body": "- Remove deprecated pyzxing/meta.yaml (replaced by conda-recipe/)\n- Remove obsolete src/setup.py (replaced by root setup.py)\n- Remove obsolete .github/workflows/publish-conda.yml (integrated into main workflow)",
"is_bot": false,
"headline": "Clean up obsolete configuration files",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2025-09-11T07:34:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a1fcd79adb0d9e07bc81701a919d59b973160ea",
"body": "- Add package installation step before running tests\n- Install pyzxing package in editable mode for testing\n- Fix ModuleNotFoundError in pytest runs",
"is_bot": false,
"headline": "Fix CI/CD test installation",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2025-09-11T07:31:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d213b47ad1c0d8b8f0e7fb148cb707c6c104a68",
"body": "- Change build task to trigger on release events only\n- Add release event to workflow triggers\n- Prevent accidental publishing on every master push",
"is_bot": false,
"headline": "Fix build trigger to use release event",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2025-09-11T07:28:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93b3617cb8a0670f45d73cb1ca9211c6f2bd6e26",
"body": "- Add dev branch for development\n- Configure workflow to trigger on dev/master pushes\n- Merge publishing tasks into single build job\n- Add package validation before publishing\n- Fix PyPI API token authentication\n- Update Conda publishing process\n- Only publish on master branch pushes",
"is_bot": false,
"headline": "Fix CI/CD workflow with dev branch and proper publishing",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2025-09-11T07:20:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9e59376f2322d71cd769abf89cbda9e6c937ac7",
"body": "- Update PyPI to use API token authentication\n- Fix Conda publishing with proper dependency chain\n- Add conda-recipe directory with meta.yaml\n- Improve Conda build process",
"is_bot": false,
"headline": "Fix PyPI and Conda publishing configuration",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2025-09-11T07:00:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35460715b77f1666cbba34faabae1c7e5b7c7b5b",
"body": "- Delete build-jar scripts and workflow\n- Remove JAR building from CI/CD pipeline\n- Simplify release process to focus on Python package only",
"is_bot": false,
"headline": "Remove JAR automation code",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2025-09-11T06:58:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98679b834167d4cd7c0cc155c535ebc653825426",
"body": "- Remove Python 3.7 support (not available in Ubuntu 24.04)\n- Update Python version matrix to 3.8-3.12\n- Add recursive submodule initialization\n- Update minimum Python version requirements",
"is_bot": false,
"headline": "Fix CI/CD workflow Python version issues",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2025-09-11T06:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5efa4bd7e548a22dac2be8fb3eac25e3dd757bd5",
"body": "…mprehensive testing\n\n- Fix API compatibility: single-file decode returns consistent list[dict] structure\n- Add comprehensive configuration management system (Config class)\n- Implement cross-platform utilities with proper encoding handling\n- Add extensive test suite with 33 tests covering all functi\n[…]\nns and parallel processing improvements\n- Add CI/CD workflows and build automation scripts\n- Update ZXing submodule to latest version (3.5.3)\n- Fix JAR download URL construction and version management",
"is_bot": false,
"headline": "Major improvements: API compatibility, cross-platform support, and co…",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2025-09-11T06:32:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eb631ee81df31962cf32d20804fa3d6c90ce5cb7",
"body": "Incorrect number of points being parsed under certain edge cases",
"is_bot": false,
"headline": "Merge pull request #42 from dillondrobena/master",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2025-09-11T03:41:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba770b5c0b3f4fd149849565d4166e22b1eeccc4",
"body": null,
"is_bot": false,
"headline": "Bugfix for invalid points number",
"author_name": "dillondrobena",
"author_login": "dillondrobena",
"committed_at": "2025-01-07T18:58:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97620b4b6f29725606d8d11de9fd6278ab6bd0f8",
"body": null,
"is_bot": false,
"headline": "Use navdeep-G/setup.py as template",
"author_name": "ChenjieXu",
"author_login": "ChenjieXu",
"committed_at": "2022-01-17T13:07:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5a35ce5202001ae1054cbf06d74fc5bb09ed433",
"body": null,
"is_bot": false,
"headline": "Add TODO",
"author_name": "ChenjieXu",
"author_login": "ChenjieXu",
"committed_at": "2022-01-10T12:41:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bf92cf35f46e21850ebfffbcf5fd0bdffde1a9f",
"body": null,
"is_bot": false,
"headline": "Set minimum python version to 3.7",
"author_name": "ChenjieXu",
"author_login": "ChenjieXu",
"committed_at": "2022-01-09T13:28:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16c9227f5f12dd4620bbdfe6a5d576436d6c8eb3",
"body": null,
"is_bot": false,
"headline": "Support blank in path",
"author_name": "ChenjieXu",
"author_login": "ChenjieXu",
"committed_at": "2022-01-09T13:09:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d35183df1eb4e943ea08781b7e495aba6a5c97a",
"body": null,
"is_bot": false,
"headline": "Using poetry to manage project and change structure",
"author_name": "ChenjieXu",
"author_login": "ChenjieXu",
"committed_at": "2022-01-09T13:05:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49201a475a653ef0187f623bb0f41305a491d8ee",
"body": "fix typo in README_CN",
"is_bot": false,
"headline": "Merge pull request #32 from xiyaowong/patch-1",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2021-09-08T01:00:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "716efe1d31afcae78e80087cc9323f667b13afef",
"body": null,
"is_bot": false,
"headline": "typo",
"author_name": "wongxy",
"author_login": "xiyaowong",
"committed_at": "2021-09-07T07:14:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af4f4805a866b16a9baf2bc1016f0322a4ee77d6",
"body": null,
"is_bot": false,
"headline": "Add conda package in conda-forge channel",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2021-04-27T06:41:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "681e6a37900963ea29430936e1bb4c0d2b23090e",
"body": null,
"is_bot": false,
"headline": "release 1.0.1",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2021-04-18T07:14:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3ed6ba60e1b2e94d8b0d698966783cb1941983f",
"body": null,
"is_bot": false,
"headline": "optimize line match function",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2021-04-18T05:24:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06f08c6cd6d0cc15514841bdddad97a9e704e853",
"body": null,
"is_bot": false,
"headline": "fix jar preparation and add test case",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2021-04-18T05:11:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6924e01747aed660a2ff550a989e0b58b6286bd5",
"body": null,
"is_bot": false,
"headline": "Add conda publish workflow",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2021-04-17T05:07:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f79e8fa2298c36eed717ee1d4ea6ad60bc9e826a",
"body": null,
"is_bot": false,
"headline": "release 1.0.0",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2021-04-12T11:36:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1270c62656e7e994431793004659e05145339f9",
"body": null,
"is_bot": false,
"headline": "Specifying TRY_HARDER mode for better performance. Fix #22",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2021-04-12T10:24:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e27786ccc96acb67563630f8fe2075e46203850",
"body": null,
"is_bot": false,
"headline": "Support Maxicode, no points information. fix #20",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2021-03-11T13:25:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "283b1c397f31c3ed43507ca295de5405160aaada",
"body": null,
"is_bot": false,
"headline": "Add sponsor. Thanks to JetBrain's Open Source Support Program",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2021-03-11T12:04:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd8cc5815b7cc9f8855a695178243a48c9de44c4",
"body": null,
"is_bot": false,
"headline": "Remove cache image when decoding array. fix #17",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2021-03-11T11:26:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8c1b9445afdcc194edcbf26af635b481fb9eaf6",
"body": null,
"is_bot": false,
"headline": "replace print with logging.debug",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2021-03-07T02:01:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1aa6278f235c02b9d9dd2a016363480b2b8e984a",
"body": null,
"is_bot": false,
"headline": "update using FileNotFoundError instead of return none",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2021-03-06T12:31:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "361059f38a19991114c7f38b748940f9192067b5",
"body": null,
"is_bot": false,
"headline": "release 0.3.5",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2021-03-06T11:50:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f233ed6f73b7ae965b1364424841ad63dcf5acd",
"body": null,
"is_bot": false,
"headline": "support passing array into BarCodeReader",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2021-03-06T11:50:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0c2805ddb1d92706b8bcb31bc2f36fc8e3f3930",
"body": null,
"is_bot": false,
"headline": "change output to bytes to support byte format content in qrcode. fix #16",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2021-03-06T10:47:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a76c20c60384e786697789a40c96a5d6e38e60ae",
"body": null,
"is_bot": false,
"headline": "update to use string build-in function startswith",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2021-03-06T09:22:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c330b920e5dbb6b507becc8987ed7ab473878232",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2021-03-04T05:49:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcf51e7038f27a805f9851642b2b849615a4b1d5",
"body": null,
"is_bot": false,
"headline": "release 0.3.4",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2021-03-02T03:09:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50165984402eebdde142b22a321f3737aec5fe33",
"body": null,
"is_bot": false,
"headline": "update unittest code",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2021-03-02T03:09:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f32b866c1d308f039ced3fe3fddb9543a7da938e",
"body": null,
"is_bot": false,
"headline": "add points information in result, fix #13",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2021-03-02T03:08:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abd3a332a8fdd1bc0e019a4b3fc204606847194b",
"body": null,
"is_bot": false,
"headline": "update unittest code in README",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2021-03-02T02:26:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e0151c5f7c47dbc8b208d3c3c36f726c80012ff",
"body": null,
"is_bot": false,
"headline": "fix scan image with no barcode error, fix #14",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-12-12T02:46:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "285c36c652e6068c9ed876e5028f6e80605d07b4",
"body": null,
"is_bot": false,
"headline": "add GUI of pyzxing",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-11-29T07:53:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a84df9e6d1ae732a2b609c345b9c7183a3fc48af",
"body": null,
"is_bot": false,
"headline": "release 0.3.3",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-11-29T03:10:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b1fe281766e5b9ad27ccc3daf9c08083ff4d5ec",
"body": "Update reader.py to support using absolute path",
"is_bot": false,
"headline": "Merge pull request #11 from Komugisama/Komugisama-patch-1",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-11-11T13:44:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5b6d5cfce9b5062aefc2e554c28f04ef66099e8",
"body": null,
"is_bot": false,
"headline": "support using absolute path",
"author_name": "Tianxiang Chen",
"author_login": "Komugisama",
"committed_at": "2020-11-11T08:17:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a4a1f7aee64e031c7b0b06a537532953b85a6cf",
"body": "Conflicts:\n\tpyzxing/reader.py",
"is_bot": false,
"headline": "Merge branch 'master' of https://www.github.com/ChenjieXu/pyzxing",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-11-06T01:10:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8ec352369872fa0b799f3dc0b375392a0be1723",
"body": null,
"is_bot": false,
"headline": "Update code formatting",
"author_name": "许晨杰",
"author_login": null,
"committed_at": "2020-11-06T00:50:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4cc5731cf109cfbf2811ce5f3fdb40838719688",
"body": null,
"is_bot": false,
"headline": "Update result parse method. fix #6",
"author_name": "许晨杰",
"author_login": null,
"committed_at": "2020-11-06T00:48:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8124379e246560291dcd3470a76dfccf743fbb7",
"body": null,
"is_bot": false,
"headline": "add Chinese version of README",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-09-07T01:54:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b2de5bcc50edf62320c4b65011fb16570fb8093",
"body": null,
"is_bot": false,
"headline": "fix badge link",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-09-07T00:54:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b082dd0ab7d77b2edfbe6d0cd89c272924c7b2fe",
"body": null,
"is_bot": false,
"headline": "update version to 0.3.2 to test workflow",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-09-07T00:48:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "660a1450b47c4f14ed931847399efe05afb2bf64",
"body": null,
"is_bot": false,
"headline": "add pypi workflow",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-09-07T00:46:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dbf471429d25aa4ea373ebc7bc1a332db15fc65",
"body": null,
"is_bot": false,
"headline": "fix typo、",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-09-01T00:41:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98b52c017c3bffb22bece9ee4f0e77f9612eebcb",
"body": null,
"is_bot": false,
"headline": "add requirements.txt on pypi. fix #4",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-08-14T08:42:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa69e3b264ff8d5748e09642d24c7461bd2c79cb",
"body": null,
"is_bot": false,
"headline": "release v0.3.1",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-07-28T02:23:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7dd8250613f207c05f399fc39c3f9527422eb90",
"body": null,
"is_bot": false,
"headline": "optimize cache logic. add download progress bar.",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-06-06T15:39:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24685eee2e95aa8a68f81729acd854fd8feb73b9",
"body": null,
"is_bot": false,
"headline": "add command line runner",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-31T13:01:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "132109b531f7b13c39e005807a566cd3402c562f",
"body": null,
"is_bot": false,
"headline": "scan multiple files in parallel",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-31T10:56:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "578950f61efc4a487b4afd75bd0c9e5c63745f5f",
"body": null,
"is_bot": false,
"headline": "support read multiple barcodes in a picture",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-31T07:34:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13bd4c092fb83c2eff8a08c1ef4414f30aa2feca",
"body": null,
"is_bot": false,
"headline": "add nobarcodefile test case",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-30T14:45:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58170567cee813f622b8ab9fda9ad755252f3d9b",
"body": null,
"is_bot": false,
"headline": "fix linux runtime error",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-30T14:33:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79d4e055afc3f5f104475a1b2afb60cdd3b75755",
"body": null,
"is_bot": false,
"headline": "support Travis CI",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-30T08:43:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbf92fb2e392f90550cb33d17df9f5cceb25c380",
"body": null,
"is_bot": false,
"headline": "minor test case structure change",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-30T04:03:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce04d7b2cbeb14ed16fa51533e2227ec816d1dca",
"body": null,
"is_bot": false,
"headline": "improve test case, achieved 100 precent coverage",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-29T14:42:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50dc7ec3e03b3c9af297f650e09f474740e02960",
"body": null,
"is_bot": false,
"headline": "fix code style",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-29T14:06:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2af2f9e46a6b773d3d89814279a8b973b6172e6a",
"body": null,
"is_bot": false,
"headline": "improve unittest",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-29T14:06:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a531bec3c15644ca17e4e41561e8fbfbdcd2a0fd",
"body": null,
"is_bot": false,
"headline": "unit test",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-29T13:27:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7357959fd7a21a8aa3066641539c86a2a6ba1631",
"body": null,
"is_bot": false,
"headline": "release v0.2 features",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-29T13:26:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea99b039f8b3d4f4144d55ced7393606b9fd738b",
"body": null,
"is_bot": false,
"headline": "fix code style",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-29T13:24:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd4e41f0e5fcdc4a0ad57688ca2b9c4e33ca20da",
"body": null,
"is_bot": false,
"headline": "Improve README",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-29T13:20:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ee2dbc203715b7f37a3e9af9c1f411459dd6c3a",
"body": null,
"is_bot": false,
"headline": "Initial release",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-29T04:10:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a946522e7fdc57467a1ddee483e58788b80ecc54",
"body": null,
"is_bot": false,
"headline": "fix typo",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-29T04:10:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcea2175c704917719a4dbd4090c7bd4a8f1b0fb",
"body": null,
"is_bot": false,
"headline": "github release include pre-release",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-29T02:30:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fd1fbcb75d958ff0398ef0bdef5470c29bc1acf",
"body": null,
"is_bot": false,
"headline": "add badges",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-29T02:15:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63595e471809b3cfbc87955425fdff84d331e6ca",
"body": null,
"is_bot": false,
"headline": "support pypi installation",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-29T02:15:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec15d8fc186a91b26dbb1504b4b893b5242bf737",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-28T15:47:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8008835a0dcbda198067692bb67d2dfc907e97f6",
"body": null,
"is_bot": false,
"headline": "add TODOS in README",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-28T15:46:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61602f5a3978b8122554a08f24b68bf74839a5d2",
"body": "pre-alpha version",
"is_bot": false,
"headline": "Merge pull request #1 from ChenjieXu/develop",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-28T15:37:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79ed8bcd492c3ee5b53900cce45000a422d3ff00",
"body": null,
"is_bot": false,
"headline": "add simple description",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-28T15:35:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d3aaa4b3f007800b72d8bf71aae5db3aea6c8fe",
"body": null,
"is_bot": false,
"headline": "Quick implementation",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-28T15:34:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f168e5a425e8e9f01583391374ba48e3c33523c7",
"body": null,
"is_bot": false,
"headline": "add zxing as submodule",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-28T14:45:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56f419b61f04951df6cc93cbeccf785abe4c3af1",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Chenjie Xu",
"author_login": "ChenjieXu",
"committed_at": "2020-05-28T14:27:31Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 29,
"latest_release_at": "2026-07-17T13:30:08Z",
"latest_release_tag": "v1.2.2",
"releases_from_tags": false,
"days_since_last_push": 7,
"active_weeks_last_year": 4,
"days_since_latest_release": 7,
"mean_days_between_releases": 0
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "pyzxing",
"exists": true,
"license": "MIT",
"keywords": [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Financial and Insurance Industry",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/pyzxing/",
"is_deprecated": false,
"latest_version": "1.2.2",
"repository_url": "https://github.com/ChenjieXu/pyzxing",
"versions_count": 17,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 510840,
"first_published_at": "2020-05-29T01:09:20.058491Z",
"latest_published_at": "2026-07-17T13:38:35.870540Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
}
]
},
"popularity": {
"forks": 26,
"stars": 184,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2020-08-23",
"count": 1
},
{
"date": "2020-08-27",
"count": 1
},
{
"date": "2020-11-03",
"count": 1
},
{
"date": "2020-11-11",
"count": 1
},
{
"date": "2020-11-13",
"count": 1
},
{
"date": "2020-11-16",
"count": 1
},
{
"date": "2021-04-09",
"count": 1
},
{
"date": "2021-08-16",
"count": 1
},
{
"date": "2021-08-21",
"count": 1
},
{
"date": "2021-08-28",
"count": 1
},
{
"date": "2021-09-07",
"count": 1
},
{
"date": "2021-09-23",
"count": 1
},
{
"date": "2021-10-21",
"count": 1
},
{
"date": "2021-12-14",
"count": 1
},
{
"date": "2022-03-09",
"count": 1
},
{
"date": "2022-07-12",
"count": 1
},
{
"date": "2022-08-16",
"count": 1
},
{
"date": "2022-09-25",
"count": 1
},
{
"date": "2022-11-24",
"count": 1
},
{
"date": "2023-12-18",
"count": 1
},
{
"date": "2024-07-08",
"count": 1
},
{
"date": "2024-09-06",
"count": 1
},
{
"date": "2024-12-11",
"count": 1
},
{
"date": "2025-01-07",
"count": 1
},
{
"date": "2025-09-11",
"count": 1
}
],
"complete": true,
"collected": 25,
"total_forks": 26
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"java-runner/pom.xml"
],
"largest_source_bytes": 24371,
"source_files_sampled": 28,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"docs/requirements.txt",
"java-runner/pom.xml",
"pyproject.toml",
"requirements.txt"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 2,
"malicious_count": 0,
"assessed_package": "pypi:pyzxing@1.2.2",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"maven",
"pypi"
],
"dependencies": [
{
"name": "com.google.zxing:core",
"manifest": "java-runner/pom.xml",
"ecosystem": "maven",
"version_constraint": "${zxing.version}"
},
{
"name": "com.google.zxing:javase",
"manifest": "java-runner/pom.xml",
"ecosystem": "maven",
"version_constraint": "${zxing.version}"
},
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"manifest": "java-runner/pom.xml",
"ecosystem": "maven",
"version_constraint": "${jackson.version}"
},
{
"name": "joblib",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
},
{
"name": "numpy",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"direct": true,
"version": "2.18.9",
"ecosystem": "maven"
},
{
"name": "com.google.zxing:core",
"direct": true,
"version": "3.5.4",
"ecosystem": "maven"
},
{
"name": "com.google.zxing:javase",
"direct": true,
"version": "3.5.4",
"ecosystem": "maven"
},
{
"name": "joblib",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "numpy",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "org.apache.maven.plugins:maven-clean-plugin",
"direct": false,
"version": "3.4.1",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-compiler-plugin",
"direct": false,
"version": "3.13.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-jar-plugin",
"direct": false,
"version": "3.4.2",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-resources-plugin",
"direct": false,
"version": "3.3.1",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-shade-plugin",
"direct": false,
"version": "3.6.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-surefire-plugin",
"direct": false,
"version": "3.5.2",
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter",
"direct": false,
"version": "5.11.4",
"ecosystem": "maven"
},
{
"name": "build",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "psutil",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest-cov",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "ruff",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "setuptools",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "sphinx",
"direct": false,
"version": "9.1.0",
"ecosystem": "pypi"
},
{
"name": "sphinx-rtd-theme",
"direct": false,
"version": "3.1.0",
"ecosystem": "pypi"
},
{
"name": "twine",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 21,
"direct_count": 5,
"indirect_count": 16
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 24,
"open_issues": 2,
"closed_ratio": 0.949,
"closed_issues": 37,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ChenjieXu",
"commits": 95,
"avatar_url": "https://avatars.githubusercontent.com/u/31937673?v=4"
},
{
"type": "User",
"login": "Komugisama",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/34230015?v=4"
},
{
"type": "User",
"login": "dillondrobena",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/4689087?v=4"
},
{
"type": "User",
"login": "xiyaowong",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/47070852?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.969
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci-cd.yml",
"prepare-runner.yml",
"publish-release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/28 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "7 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 4,
"reason": "dependency not pinned by hash detected -- score normalized to 4",
"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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"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": "0f7e3138f0ac3eaaa2c970dcdb52e4a580a4ebda",
"ran_at": "2026-07-24T21:14:36Z",
"aggregate_score": 5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-17T13:38:39Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-17T13:17:53Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 35,
"created_at": "2022-04-28T06:08:24Z",
"last_comment_at": "2026-07-16T10:42:35Z",
"last_comment_author": "ChenjieXu"
},
{
"number": 36,
"created_at": "2022-09-03T04:22:22Z",
"last_comment_at": "2026-07-16T10:42:33Z",
"last_comment_author": "ChenjieXu"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ChenjieXu/pyzxing",
"host": "github.com",
"name": "pyzxing",
"owner": "ChenjieXu"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"security": 60,
"vitality": 73,
"community": 62,
"governance": 58,
"engineering": 81
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 73,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"commits_last_year": 29,
"human_commit_share": 1,
"days_since_last_push": 7,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "29 commits in the last year",
"points": 13.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 29
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "7 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v1.2.2",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 7,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 7 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 7
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 62,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"forks": 26,
"stars": 184,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "184 stars",
"points": 36.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 184
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "26 forks",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 26
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 95,
"inputs": {
"packages": [
"pyzxing"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 510840
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "510,840 downloads/month across pypi",
"points": 76.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 510840,
"ecosystems": "pypi"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"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": 58,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.969
},
"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 97% of commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 97
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"merged_prs": 24,
"open_issues": 2,
"closed_issues": 37,
"issue_closed_ratio": 0.949,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "95% of issues closed",
"points": 44.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 95
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "24/26 decided PRs merged",
"points": 35.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 24,
"decided": 26
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"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": 49,
"inputs": {
"followers": 11,
"owner_type": "User",
"is_verified": null,
"owner_login": "ChenjieXu",
"public_repos": 18,
"account_age_days": 3236
},
"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": "11 followers of ChenjieXu",
"points": 7.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 11,
"login": "ChenjieXu"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "18 public repos, account ~8 yr old",
"points": 21.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 18
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"pyzxing"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 7
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 7 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 7
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "17 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 17
}
}
],
"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": 81,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"zxing",
"barcode",
"python-wrapper",
"qrcode",
"python"
],
"has_wiki": true,
"homepage": "https://pyzxing.readthedocs.io/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://pyzxing.readthedocs.io/",
"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": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"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": 60,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"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": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "7 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 4",
"points": 2,
"status": "partial",
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"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": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:pyzxing@1.2.2 runtime dependency closure — what installing the published package pulls in — 2 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "pypi:pyzxing@1.2.2",
"assessed": 2
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 2,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 2,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 4
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 35,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.35,
"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": "35 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 35,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"java-runner/pom.xml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "java-runner/pom.xml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "java-runner/pom.xml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 4",
"points": 4,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 24371,
"source_files_sampled": 28,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/28 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 28,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch maven package 'io.github.chenjiexu:pyzxing-runner' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-24T21:14:45.960586Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/ChenjieXu/pyzxing.svg",
"full_name": "ChenjieXu/pyzxing",
"license_state": "standard",
"license_spdx": "MIT"
}