{"id":499,"url":"https://github.com/firstcontributions/first-contributions","last_synced_at":"2026-06-06T06:20:32.000Z","repository":{"id":37243313,"uuid":"68720867","full_name":"firstcontributions/first-contributions","owner":"firstcontributions","description":"🚀✨ Help beginners to contribute to open source projects","archived":false,"fork":false,"pushed_at":"2025-09-01T03:36:53.000Z","size":16799,"stargazers_count":50134,"open_issues_count":151,"forks_count":90468,"subscribers_count":516,"default_branch":"main","last_synced_at":"2025-09-01T05:53:38.732Z","etag":null,"topics":["beginner","beginner-friendly","contribute","contribution","contributions-welcome","good-first-contribution","good-first-issue","good-first-pr","open-source","tutorial"],"latest_commit_sha":null,"homepage":"https://firstcontributions.github.io","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/firstcontributions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["firstcontributions"],"open_collective":["firstcontributions"],"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2016-09-20T14:35:09.000Z","updated_at":"2025-09-01T04:34:06.000Z","dependencies_parsed_at":"2023-10-03T02:44:43.874Z","dependency_job_id":"e4555d84-5743-4204-90aa-1bfbb5acda59","html_url":"https://github.com/firstcontributions/first-contributions","commit_stats":{"total_commits":28080,"total_committers":25485,"mean_commits":1.101824602707475,"dds":0.9982193732193733,"last_synced_commit":"8435743e7db4b78df1b75d1a8234c16f7cb8d67a"},"previous_names":["roshanjossey/first-contributions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/firstcontributions/first-contributions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstcontributions%2Ffirst-contributions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstcontributions%2Ffirst-contributions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstcontributions%2Ffirst-contributions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstcontributions%2Ffirst-contributions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firstcontributions","download_url":"https://codeload.github.com/firstcontributions/first-contributions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstcontributions%2Ffirst-contributions/sbom","scorecard":{"id":320550,"data":{"date":"2025-08-11","repo":{"name":"github.com/firstcontributions/first-contributions","commit":"041aebb617cb76e061652b1fc8e9c54f29a0bb57"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.5,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: untrusted code checkout '${{ github.event.pull_request.head.sha }}': .github/workflows/auto-pr-merge.yml:18"],"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/auto-pr-merge.yml:12","Warn: no topLevel permission defined: .github/workflows/auto-pr-merge.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/auto-pr-merge.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/firstcontributions/first-contributions/auto-pr-merge.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/auto-pr-merge.yml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/firstcontributions/first-contributions/auto-pr-merge.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/auto-pr-merge.yml:184: update your workflow using https://app.stepsecurity.io/secureworkflow/firstcontributions/first-contributions/auto-pr-merge.yml/main?enable=pin","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-18T01:14:38.328Z","repository_id":37243313,"created_at":"2025-08-18T01:14:38.328Z","updated_at":"2025-08-18T01:14:38.328Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274075683,"owners_count":25218156,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["beginner","beginner-friendly","contribute","contribution","contributions-welcome","good-first-contribution","good-first-issue","good-first-pr","open-source","tutorial"],"created_at":"2024-01-11T15:56:28.432Z","updated_at":"2025-09-07T18:22:19.764Z","avatar_url":"https://github.com/firstcontributions.png","language":null,"project_url":"https://opencollective.ecosyste.ms/api/v1/projects/499","html_url":"https://opencollective.ecosyste.ms/projects/499","collective":{"id":150,"uuid":"vedj9wro-z3a56dg9-vj567blg-8x4m0ykn","slug":"firstcontributions","name":"First Contributions","description":"Help beginners to contribute to open source projects","website":"https://firstcontributions.github.io/","github":"firstcontributions/first-contributions","twitter":null,"repository_url":null,"social_links":[{"type":"WEBSITE","url":"https://firstcontributions.github.io/"}],"currency":"USD","projects_count":14,"last_synced_at":"2026-06-22T18:15:20.446Z","created_at":"2024-01-10T13:17:47.200Z","updated_at":"2026-06-22T18:15:20.572Z","transactions_count":6,"balance":30.599999999999998,"account_type":"COLLECTIVE","owner":{"login":"firstcontributions","name":"First Contributions","uuid":"37713493","kind":"organization","description":"","email":"firstcontributions@gmail.com","website":"https://firstcontributions.github.io/","location":null,"twitter":"1stContribution","company":null,"icon_url":"https://avatars.githubusercontent.com/u/37713493?v=4","repositories_count":14,"last_synced_at":"2024-10-30T03:50:13.180Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/firstcontributions","funding_links":["https://github.com/sponsors/firstcontributions"],"total_stars":45813,"followers":1768,"following":0,"created_at":"2022-11-12T10:51:04.992Z","updated_at":"2024-10-30T03:50:13.181Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firstcontributions","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firstcontributions/repositories"},"last_project_activity_at":"2025-09-30T21:26:50.000Z","archived":false,"no_funding":false,"no_license":false,"host":"opensource","collective_created_at":"2023-07-01T10:41:26.209Z","collective_updated_at":"2023-07-01T10:57:57.140Z","html_url":"https://opencollective.com/firstcontributions","icon_url":"https://images.opencollective.com/firstcontributions/logo/40.png","total_donations":30.6,"total_expenses":-3.4000000000000004,"current_balance":30.599999999999998,"api_url":"https://opencollective.ecosyste.ms/api/v1/collectives/firstcontributions","url":"https://opencollective.ecosyste.ms/collectives/firstcontributions","projects_url":"https://opencollective.ecosyste.ms/api/v1/collectives/firstcontributions/projects"}}