{"id":5800683,"name":"skaut/wordpress-version-checker","ecosystem":"actions","description":"A GitHub app to automatically create issues when a plugin \"tested up to\" version doesn't match the latest WordPress version.","homepage":"https://github.com/marketplace/actions/wordpress-version-checker","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/skaut/wordpress-version-checker","keywords_array":["actions","autoupdate","wordpress"],"namespace":"skaut","versions_count":17,"first_release_published_at":"2019-11-18T10:56:43.000Z","latest_release_published_at":"2025-02-19T10:48:56.000Z","latest_release_number":"v2.2.3","last_synced_at":"2026-05-28T08:16:12.755Z","created_at":"2023-01-04T12:21:18.741Z","updated_at":"2026-05-28T08:16:12.756Z","registry_url":"https://github.com/skaut/wordpress-version-checker","install_command":null,"documentation_url":null,"metadata":{"name":"WordPress version checker","description":"A GitHub app to automatically create issues when a plugin \"tested up to\" version doesn't match the latest WordPress version.","author":"Junák – český skaut","branding":{"icon":"bell","color":"gray-dark"},"inputs":{"repo-token":{"description":"GitHub token","required":true}},"runs":{"using":"node20","main":"dist/index.js"},"default_branch":"master","path":null},"repo_metadata":{"id":35170509,"uuid":"193328608","full_name":"skaut/wordpress-version-checker","owner":"skaut","description":"A GitHub action to automatically create issues when a plugin \"tested up to\" version doesn't match the latest WordPress version.","archived":false,"fork":false,"pushed_at":"2026-02-16T03:19:50.000Z","size":131783,"stargazers_count":29,"open_issues_count":3,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-02-16T10:23:14.301Z","etag":null,"topics":["actions","autoupdate","wordpress"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/wordpress-version-checker","language":"TypeScript","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/skaut.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2019-06-23T09:19:47.000Z","updated_at":"2026-02-16T03:19:08.000Z","dependencies_parsed_at":"2023-10-02T04:23:19.625Z","dependency_job_id":"798457b5-2f1d-446c-8a14-5eca41071bcb","html_url":"https://github.com/skaut/wordpress-version-checker","commit_stats":{"total_commits":1555,"total_committers":4,"mean_commits":388.75,"dds":"0.40192926045016075","last_synced_commit":"4f9b9957d462c161bbd0ae6822eb582b46c974da"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/skaut/wordpress-version-checker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skaut%2Fwordpress-version-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skaut%2Fwordpress-version-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skaut%2Fwordpress-version-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skaut%2Fwordpress-version-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skaut","download_url":"https://codeload.github.com/skaut/wordpress-version-checker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skaut%2Fwordpress-version-checker/sbom","scorecard":{"id":213064,"data":{"date":"2025-08-04","repo":{"name":"github.com/skaut/wordpress-version-checker","commit":"12cca37e5758a658c487b079d3c09d8f4c6d1b00"},"scorecard":{"version":"v5.2.1-28-gc1d103a9","commit":"c1d103a9bb9f635ec7260bf9aa0699466fa4be0e"},"score":5.6,"checks":[{"name":"Code-Review","score":-1,"reason":"Found no human activity in the last 15 changesets","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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#maintained"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#packaging"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/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/CI.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/dependabot-auto-merge.yml:6","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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":6,"reason":"dependency not pinned by hash detected -- score normalized to 6","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/skaut/wordpress-version-checker/CI.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/skaut/wordpress-version-checker/CI.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/skaut/wordpress-version-checker/CI.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/skaut/wordpress-version-checker/CI.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/skaut/wordpress-version-checker/CI.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:64: update your workflow using https://app.stepsecurity.io/secureworkflow/skaut/wordpress-version-checker/CI.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/skaut/wordpress-version-checker/CI.yml/master?enable=pin","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   3 out of   3 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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#cii-best-practices"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#security-policy"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#fuzzing"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#license"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#branch-protection"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#signed-releases"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-17T01:06:48.486Z","repository_id":35170509,"created_at":"2025-08-17T01:06:48.486Z","updated_at":"2025-08-17T01:06:48.486Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29512256,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"},"owner_record":{"login":"skaut","name":"Junák - český skaut","uuid":"9989352","kind":"organization","description":"Nejrůznější profesionálně i dobrovolnicky řešené skautské projekty sloužící především skautům.","email":"apps@skaut.cz","website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/9989352?v=4","repositories_count":45,"last_synced_at":"2024-04-15T22:04:27.954Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/skaut","funding_links":[],"total_stars":199,"followers":16,"following":0,"created_at":"2022-11-02T16:42:20.771Z","updated_at":"2024-04-15T22:04:43.938Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skaut","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skaut/repositories"},"tags":[]},"repo_metadata_updated_at":"2026-02-16T16:09:57.559Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":18,"rankings":{"downloads":null,"dependent_repos_count":9.741720804943748,"dependent_packages_count":0.0,"stargazers_count":8.049437490096658,"forks_count":11.015686895896055,"docker_downloads_count":null,"average":7.201711297734115},"purl":"pkg:githubactions/skaut/wordpress-version-checker","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/skaut/wordpress-version-checker","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/skaut/wordpress-version-checker","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/skaut/wordpress-version-checker/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-02-16T06:01:06.559Z","issues_count":21,"pull_requests_count":946,"avg_time_to_close_issue":6356312.733333333,"avg_time_to_close_pull_request":144342.8297632469,"issues_closed_count":15,"pull_requests_closed_count":887,"pull_request_authors_count":3,"issue_authors_count":7,"avg_comments_per_issue":1.2857142857142858,"avg_comments_per_pull_request":0.8890063424947146,"merged_pull_requests_count":842,"bot_issues_count":3,"bot_pull_requests_count":863,"past_year_issues_count":1,"past_year_pull_requests_count":302,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":21088.93076923077,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":260,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.9205298013245033,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":292,"past_year_merged_pull_requests_count":242,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/skaut%2Fwordpress-version-checker/issues","maintainers":[{"login":"skylon07","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/skylon07"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/skaut%2Fwordpress-version-checker/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/skaut%2Fwordpress-version-checker/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/skaut%2Fwordpress-version-checker/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/skaut%2Fwordpress-version-checker/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/skaut%2Fwordpress-version-checker/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/skaut%2Fwordpress-version-checker/codemeta","maintainers":[]}