{"id":45007015,"url":"https://github.com/learningequality/ricecooker","last_synced_at":"2026-02-18T23:04:40.642Z","repository":{"id":10763897,"uuid":"66887069","full_name":"learningequality/ricecooker","owner":"learningequality","description":"Python library for creating Kolibri channels and uploading to Studio","archived":false,"fork":false,"pushed_at":"2026-02-11T05:46:18.000Z","size":61760,"stargazers_count":24,"open_issues_count":42,"forks_count":76,"subscribers_count":11,"default_branch":"main","last_synced_at":"2026-02-11T13:22:57.365Z","etag":null,"topics":["sdg-4"],"latest_commit_sha":null,"homepage":"https://ricecooker.readthedocs.io/","language":"Python","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/learningequality.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-08-29T23:02:41.000Z","updated_at":"2026-02-11T05:46:15.000Z","dependencies_parsed_at":"2025-05-30T15:48:15.846Z","dependency_job_id":"e5942d43-f044-4b58-93c7-9d2ca800a45e","html_url":"https://github.com/learningequality/ricecooker","commit_stats":{"total_commits":1088,"total_committers":29,"mean_commits":37.51724137931034,"dds":0.7095588235294117,"last_synced_commit":"6db33e577f25be8aea3f980080884860c20822e1"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/learningequality/ricecooker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learningequality%2Fricecooker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learningequality%2Fricecooker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learningequality%2Fricecooker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learningequality%2Fricecooker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/learningequality","download_url":"https://codeload.github.com/learningequality/ricecooker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learningequality%2Fricecooker/sbom","scorecard":{"id":506926,"data":{"date":"2025-08-11","repo":{"name":"github.com/learningequality/ricecooker","commit":"1271dde287283c1d06ec2764ee5505b480fcbafb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.7,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 3 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":"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":"Code-Review","score":5,"reason":"Found 6/12 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":"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":"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/call-contributor-issue-comment.yml:1","Warn: no topLevel permission defined: .github/workflows/call-manage-issue-header.yml:1","Warn: no topLevel permission defined: .github/workflows/community-contribution-labeling.yml:1","Warn: no topLevel permission defined: .github/workflows/pre-commit.yml:1","Warn: no topLevel permission defined: .github/workflows/python-publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pythontest.yml:1","Warn: no topLevel permission defined: .github/workflows/unassign-inactive.yaml:1","Warn: no topLevel permission defined: .github/workflows/update-pr-spreadsheet.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":"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":"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":"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":"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":"Vulnerabilities","score":4,"reason":"6 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-29gw-9793-fvw7","Warn: Project is vulnerable to: PYSEC-2015-24 / GHSA-4vwq-x64q-j4cj","Warn: Project is vulnerable to: PYSEC-2017-46 / GHSA-66gw-5xpf-gfp5","Warn: Project is vulnerable to: PYSEC-2015-25 / GHSA-92mr-v722-f48m","Warn: Project is vulnerable to: PYSEC-2022-12 / GHSA-pq7m-3gw7-gq5x","Warn: Project is vulnerable to: PYSEC-2017-47"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"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/call-contributor-issue-comment.yml:7: update your workflow using https://app.stepsecurity.io/secureworkflow/learningequality/ricecooker/call-contributor-issue-comment.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/call-manage-issue-header.yml:8: update your workflow using https://app.stepsecurity.io/secureworkflow/learningequality/ricecooker/call-manage-issue-header.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/community-contribution-labeling.yml:7: update your workflow using https://app.stepsecurity.io/secureworkflow/learningequality/ricecooker/community-contribution-labeling.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pre-commit.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/learningequality/ricecooker/pre-commit.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre-commit.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/learningequality/ricecooker/pre-commit.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre-commit.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/learningequality/ricecooker/pre-commit.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pre-commit.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/learningequality/ricecooker/pre-commit.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/learningequality/ricecooker/python-publish.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-publish.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/learningequality/ricecooker/python-publish.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/python-publish.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/learningequality/ricecooker/python-publish.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pythontest.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/learningequality/ricecooker/pythontest.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythontest.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/learningequality/ricecooker/pythontest.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythontest.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/learningequality/ricecooker/pythontest.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythontest.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/learningequality/ricecooker/pythontest.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythontest.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/learningequality/ricecooker/pythontest.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythontest.yml:115: update your workflow using https://app.stepsecurity.io/secureworkflow/learningequality/ricecooker/pythontest.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythontest.yml:126: update your workflow using https://app.stepsecurity.io/secureworkflow/learningequality/ricecooker/pythontest.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/unassign-inactive.yaml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/learningequality/ricecooker/unassign-inactive.yaml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-pr-spreadsheet.yml:7: update your workflow using https://app.stepsecurity.io/secureworkflow/learningequality/ricecooker/update-pr-spreadsheet.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/python-publish.yml:21","Warn: pipCommand not pinned by hash: .github/workflows/python-publish.yml:22","Warn: pipCommand not pinned by hash: .github/workflows/pythontest.yml:122","Warn: pipCommand not pinned by hash: .github/workflows/pythontest.yml:123","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   9 third-party GitHubAction dependencies pinned","Info:   0 out of   4 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":"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"}},{"name":"Branch-Protection","score":4,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'develop'","Info: 'force pushes' disabled on branch 'develop'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'develop'","Warn: 'stale review dismissal' is disabled on branch 'develop'","Warn: required approving review count is 1 on branch 'develop'","Warn: codeowners review is not required on branch 'develop'","Warn: 'last push approval' is disabled on branch 'develop'","Warn: 'up-to-date branches' is disabled on branch 'develop'","Info: status check found to merge onto on branch 'develop'","Info: PRs are required in order to make changes on branch 'develop'"],"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"}}]},"last_synced_at":"2025-08-19T23:27:01.612Z","repository_id":10763897,"created_at":"2025-08-19T23:27:01.612Z","updated_at":"2025-08-19T23:27:01.612Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29597854,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T22:25:43.180Z","status":"ssl_error","status_checked_at":"2026-02-18T22:25:42.766Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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"}},"keywords":["sdg-4"],"created_at":"2026-02-18T23:04:34.871Z","updated_at":"2026-02-18T23:04:35.631Z","avatar_url":"https://github.com/learningequality.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":null,"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flearningequality%2Fricecooker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flearningequality%2Fricecooker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flearningequality%2Fricecooker/lists"}