{"id":179596,"url":"https://github.com/exercism/pr-commenter-action","last_synced_at":"2026-07-18T00:20:37.351Z","repository":{"id":39863271,"uuid":"356854530","full_name":"exercism/pr-commenter-action","owner":"exercism","description":"The PR Commenter GitHub action posts comments on a PR that can vary depending on which files are being changed in the PR.","archived":false,"fork":false,"pushed_at":"2024-11-01T10:46:29.000Z","size":289,"stargazers_count":44,"open_issues_count":5,"forks_count":16,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-20T14:45:33.889Z","etag":null,"topics":["community-contributions-accepted"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/exercism.png","metadata":{"funding":{"github":["exercism"],"custom":["https://exercism.org/donate"]},"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2021-04-11T11:55:19.000Z","updated_at":"2025-07-12T12:55:56.000Z","dependencies_parsed_at":"2023-02-06T06:46:52.115Z","dependency_job_id":"52ca42c2-c4c6-429c-9c0d-64ce50cbb3fe","html_url":"https://github.com/exercism/pr-commenter-action","commit_stats":{"total_commits":100,"total_committers":10,"mean_commits":10.0,"dds":"0.31999999999999995","last_synced_commit":"7d7179a693565f49de898d01cfd23fd2decab440"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/exercism/pr-commenter-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fpr-commenter-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fpr-commenter-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fpr-commenter-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fpr-commenter-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exercism","download_url":"https://codeload.github.com/exercism/pr-commenter-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fpr-commenter-action/sbom","scorecard":{"id":387838,"data":{"date":"2025-08-11","repo":{"name":"github.com/exercism/pr-commenter-action","commit":"cabf41680c202911bb583c4e2ea2c89ba80c9141"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.1,"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":"Code-Review","score":5,"reason":"Found 4/8 approved changesets -- score normalized to 5","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":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.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: third-party GitHubAction not pinned by hash: .github/workflows/sync-labels.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/exercism/pr-commenter-action/sync-labels.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/exercism/pr-commenter-action/test.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/test.yml:20","Info:   1 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand 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":"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":"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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 27 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"}},{"name":"Vulnerabilities","score":1,"reason":"9 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92","Warn: Project is vulnerable to: GHSA-h5c3-5r3r-rr8q","Warn: Project is vulnerable to: GHSA-rmvr-2pp2-xj38","Warn: Project is vulnerable to: GHSA-xx4v-prfh-6cgc","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T17:06:15.575Z","repository_id":39863271,"created_at":"2025-08-18T17:06:15.575Z","updated_at":"2025-08-18T17:06:15.575Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276115214,"owners_count":25587906,"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-20T02:00:10.207Z","response_time":63,"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":["community-contributions-accepted"],"created_at":"2024-02-02T07:32:55.127Z","updated_at":"2025-09-22T00:25:55.495Z","avatar_url":"https://github.com/exercism.png","language":"JavaScript","project_url":"https://opencollective.ecosyste.ms/api/v1/projects/179596","html_url":"https://opencollective.ecosyste.ms/projects/179596","collective":{"id":2668,"uuid":"53kzxy4v-07wlr6mv-n7y6mj9n-o8agdbe5","slug":"exercism","name":"exercism","description":null,"website":"","github":"exercism","twitter":null,"repository_url":null,"social_links":[{"type":"GITHUB","url":"https://github.com/exercism"}],"currency":"USD","projects_count":368,"last_synced_at":"2026-07-28T18:15:09.322Z","created_at":"2024-01-10T13:17:52.680Z","updated_at":"2026-07-28T18:15:09.575Z","transactions_count":114,"balance":704.9800000000017,"account_type":"COLLECTIVE","owner":{"login":"exercim","name":"Exercim Oy","uuid":"136696204","kind":"organization","description":"","email":"info@exercim.eu","website":"www.exercim.eu","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/136696204?v=4","repositories_count":1,"last_synced_at":"2024-10-29T21:13:44.366Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/exercim","funding_links":[],"total_stars":1,"followers":0,"following":0,"created_at":"2023-07-28T21:30:25.621Z","updated_at":"2024-10-29T21:13:44.367Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exercim","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exercim/repositories"},"last_project_activity_at":"2026-03-01T18:19:51.000Z","archived":false,"no_funding":false,"no_license":false,"host":"opensource","collective_created_at":"2019-01-05T22:04:11.355Z","collective_updated_at":"2019-04-04T11:11:13.098Z","html_url":"https://opencollective.com/exercism","icon_url":"https://images.opencollective.com/exercism/logo/40.png","total_donations":704.9800000000007,"total_expenses":-72.45000000000005,"current_balance":704.9800000000017,"api_url":"https://opencollective.ecosyste.ms/api/v1/collectives/exercism","url":"https://opencollective.ecosyste.ms/collectives/exercism","projects_url":"https://opencollective.ecosyste.ms/api/v1/collectives/exercism/projects"}}