{"id":20325766,"url":"https://github.com/aboutcode-org/scorecode","last_synced_at":"2026-01-26T11:33:30.607Z","repository":{"id":247258681,"uuid":"806676192","full_name":"aboutcode-org/scorecode","owner":"aboutcode-org","description":"A library to fetch and store various software package score, like OpenSSF Scorecard data.","archived":false,"fork":false,"pushed_at":"2024-08-23T13:12:08.000Z","size":110,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-11-08T15:18:57.247Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aboutcode-org.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.rst","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-27T16:58:34.000Z","updated_at":"2024-08-23T14:17:19.000Z","dependencies_parsed_at":"2024-08-23T12:51:10.934Z","dependency_job_id":null,"html_url":"https://github.com/aboutcode-org/scorecode","commit_stats":null,"previous_names":["nexb/scorecode","aboutcode-org/scorecode"],"tags_count":1,"template":false,"template_full_name":"aboutcode-org/skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutcode-org%2Fscorecode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutcode-org%2Fscorecode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutcode-org%2Fscorecode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutcode-org%2Fscorecode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aboutcode-org","download_url":"https://codeload.github.com/aboutcode-org/scorecode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224683560,"owners_count":17352570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T19:41:33.479Z","updated_at":"2026-01-26T11:33:30.579Z","avatar_url":"https://github.com/aboutcode-org.png","language":"Python","readme":"=============================\nScoreCode\n=============================\n\nScoreCode is a tool for assessing the security and compliance of software projects. It\nevaluates various aspects of a project's security posture and generates a scorecard to help organizations understand the security risks associated with the software.\n\n**Features:**\n- Automated security assessment\n- Comprehensive scoring based on multiple criteria\n- Easy integration with existing workflows\n- Supports various platforms and repositories\n\nInstallation\n------------\n\nTo install Scorecard, you can use pip:\n\n.. code-block:: bash\n\n    pip install scorecode\n\nUsage\n-----\n\nTo use Scorecard, you need to call the `fetch_scorecard` function with the appropriate parameters. Below is a basic usage example:\n\n.. code-block:: python\n\n    from scorecode.ossf_scorecard import fetch_scorecard\n\n    # Fetch the scorecard data for a specific platform org and repo\n    data = fetch_scorecard(platform=\"github.com\", org=\"nexB\", repo=\"scancode-toolkit\")\n\n    # Print the results\n    print(\"Scoring Tool:\", data.scoring_tool)\n    print(\"Scoring Tool Version:\", data.scoring_tool_version)\n    print(\"Score Date:\", data.score_date)\n    print(\"Score:\", data.score)\n    print(\"Documentation URL:\", data.scoring_tool_documentation_url)\n\n\nTesting\n-------\n\nTo run the tests, use pytest. Ensure that all dependencies are installed and then execute:\n\n.. code-block:: bash\n\n    make test\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faboutcode-org%2Fscorecode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faboutcode-org%2Fscorecode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faboutcode-org%2Fscorecode/lists"}