{"id":13749059,"url":"https://github.com/mungell/awesome-for-beginners","last_synced_at":"2025-10-05T20:30:59.029Z","repository":{"id":37268602,"uuid":"44882201","full_name":"MunGell/awesome-for-beginners","owner":"MunGell","description":"A list of awesome beginners-friendly projects.","archived":false,"fork":false,"pushed_at":"2025-09-26T10:48:23.000Z","size":901,"stargazers_count":77985,"open_issues_count":41,"forks_count":7450,"subscribers_count":1294,"default_branch":"main","last_synced_at":"2025-09-26T12:27:55.326Z","etag":null,"topics":["awesome","awesome-list","beginner-project","beginners-friendly","list"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MunGell.png","metadata":{"files":{"readme":".github/README-template.j2","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"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":["MunGell"]}},"created_at":"2015-10-24T19:53:36.000Z","updated_at":"2025-09-26T10:48:27.000Z","dependencies_parsed_at":"2023-02-17T16:16:10.362Z","dependency_job_id":"6bb20e4a-fb01-4df4-951a-032c28b8520f","html_url":"https://github.com/MunGell/awesome-for-beginners","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MunGell/awesome-for-beginners","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunGell%2Fawesome-for-beginners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunGell%2Fawesome-for-beginners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunGell%2Fawesome-for-beginners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunGell%2Fawesome-for-beginners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MunGell","download_url":"https://codeload.github.com/MunGell/awesome-for-beginners/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunGell%2Fawesome-for-beginners/sbom","scorecard":{"id":97241,"data":{"date":"2025-08-11","repo":{"name":"github.com/MunGell/awesome-for-beginners","commit":"bfb53e1b9ab263f79b1c91c63109800ebdab349f"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.7,"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":"23 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":"Code-Review","score":2,"reason":"Found 5/17 approved changesets -- score normalized to 2","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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build.yml:1","Warn: no topLevel permission defined: .github/workflows/invalid.yml:1","Info: no jobLevel write permissions found"],"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":"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/build.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/MunGell/awesome-for-beginners/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/invalid.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/MunGell/awesome-for-beginners/invalid.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:18","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 pipCommand 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":"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":"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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"License","score":0,"reason":"license file not detected","details":["Warn: project does not have a license file"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"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":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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 22 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-15T09:19:16.360Z","repository_id":37268602,"created_at":"2025-08-15T09:19:16.360Z","updated_at":"2025-08-15T09:19:16.360Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278513235,"owners_count":25999430,"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-10-05T02:00:06.059Z","response_time":54,"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":["awesome","awesome-list","beginner-project","beginners-friendly","list"],"created_at":"2024-08-03T07:00:54.673Z","updated_at":"2025-10-05T20:30:59.023Z","avatar_url":"https://github.com/MunGell.png","language":null,"funding_links":["https://github.com/sponsors/MunGell"],"categories":["Repositories Supporting First Timers","🔓 Open Source Websites","Index"],"sub_categories":["\u003ca name=\"hacktoberfest\"\u003eHacktoberfest\u003c/a\u003e"],"readme":"\u003c!-- DO NOT EDIT THIS FILE (`README.md`) --\u003e\n\u003c!-- ALL ENTRIES SHOULD BE ADDED TO AND REMOVED FROM `data.json` --\u003e\n\u003c!-- SEE THE CONTRIBUTING GUIDE (`CONTRIBUTING.md`) FOR MORE GUIDANCE --\u003e\n\u003c!-- YOU MAY IGNORE THIS MESSAGE IF YOU ARE EDITING `README-template.j2` --\u003e\n\n# Awesome First Pull Request Opportunities [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)\n\nInspired by [First Timers Only](https://kentcdodds.com/blog/first-timers-only) blog post.\n\nIf you are a maintainer of open-source projects, add the label `first-timers-only` (or similar) to your project and list it here so that people can find it.\n\nIf you are not a programmer but would like to contribute, check out the [Awesome for non-programmers](https://github.com/szabgab/awesome-for-non-programmers) list.\n\nIf you would like to be guided through how to contribute to a repository on GitHub, check out [the First Contributions repository](https://github.com/firstcontributions/first-contributions).\n\n\u003e [!TIP]\n\u003e All links open in the same tab. If you want to open in a new tab, use `Ctrl + Click` (Windows/Linux) or `Cmd + Click` (Mac).\n## Table of Contents:\n\n||Languages|\n|--|--|{% for category_group, categories in category_groups.items() %}\n|{{ category_group }}|{% for category in categories %}[{{ category.title }}](#{{ category.link_id }}){% if loop.index \u003c (categories | length) %}, {% endif %}{% endfor %}|{% endfor %}\n{% for category in categories %}\n## {{ category.title }}\n{% for entry in category.entries %}\n- [{{ entry.name }}]({{ entry.link }}) _(label: {% if entry.label is defined %}{{ entry.label }}{% else %}n/a{% endif %})_ \u003cbr\u003e {{ entry.description }}{% endfor %}\n{% endfor %}\n\n## Contribute\n\nContributions are welcome! See the [contributing guidelines](CONTRIBUTING.md).\n\n## Thanks to GitHub Sponsors\n\n\u003ctable\u003e\u003ctr\u003e{% for sponsor in sponsors %}{% if loop.index != 1 and (loop.index - 1) % 6 == 0 %}\u003c/tr\u003e\u003ctr\u003e{% endif %}\u003ctd align=\"center\"\u003e\u003ca href=\"{{ sponsor.link }}\"\u003e\u003cimg src=\"{{ sponsor.image }}\" width=\"60px;\" alt=\"\"/\u003e\u003cbr/\u003e\u003csub\u003e\u003cb\u003e{{ sponsor.name }}\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003c/td\u003e{% endfor %}\u003c/tr\u003e\u003c/table\u003e\n\n## License\n\n[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)\n\nTo the extent possible under law, the author has waived all copyrights and related or neighboring rights to this work.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmungell%2Fawesome-for-beginners","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmungell%2Fawesome-for-beginners","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmungell%2Fawesome-for-beginners/lists"}