{"id":3204,"url":"https://github.com/Dynamoid/dynamoid","last_synced_at":"2026-07-03T18:20:35.555Z","repository":{"id":31182452,"uuid":"34742968","full_name":"Dynamoid/dynamoid","owner":"Dynamoid","description":"Ruby ORM for Amazon's DynamoDB. ","archived":false,"fork":false,"pushed_at":"2025-09-06T21:11:27.000Z","size":27613,"stargazers_count":598,"open_issues_count":78,"forks_count":198,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-09-06T22:15:01.531Z","etag":null,"topics":["aws-dynamodb","dynamodb","hacktoberfest","orm","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/Dynamoid.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"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":["Dynamoid","pboling"],"patreon":null,"open_collective":"dynamoid","ko_fi":null,"tidelift":"rubygems/dynamoid","community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2015-04-28T16:39:36.000Z","updated_at":"2025-09-06T20:13:44.000Z","dependencies_parsed_at":"2023-11-08T00:32:42.105Z","dependency_job_id":"daf164c5-5d1d-46d3-b592-5cc88f228b25","html_url":"https://github.com/Dynamoid/dynamoid","commit_stats":{"total_commits":1364,"total_committers":121,"mean_commits":"11.272727272727273","dds":0.5857771260997067,"last_synced_commit":"d0662dbaab0fef0219d2c109f95b70b4762e961f"},"previous_names":[],"tags_count":46,"template":false,"template_full_name":null,"purl":"pkg:github/Dynamoid/dynamoid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamoid%2Fdynamoid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamoid%2Fdynamoid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamoid%2Fdynamoid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamoid%2Fdynamoid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dynamoid","download_url":"https://codeload.github.com/Dynamoid/dynamoid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamoid%2Fdynamoid/sbom","scorecard":{"id":43125,"data":{"date":"2025-08-11","repo":{"name":"github.com/Dynamoid/dynamoid","commit":"e3444020cfa3476214d9cd8493f908e617753a00"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.4,"checks":[{"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":"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":4,"reason":"Found 3/7 approved changesets -- score normalized to 4","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: 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":"Maintained","score":10,"reason":"27 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":"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":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:28","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:29","Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Warn: no topLevel permission defined: .github/workflows/coverage.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/dependency-review.yml:11","Warn: no topLevel permission defined: .github/workflows/style.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/ci.yml:190: update your workflow using https://app.stepsecurity.io/secureworkflow/Dynamoid/dynamoid/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:193: update your workflow using https://app.stepsecurity.io/secureworkflow/Dynamoid/dynamoid/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/Dynamoid/dynamoid/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/Dynamoid/dynamoid/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/Dynamoid/dynamoid/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/Dynamoid/dynamoid/codeql.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/coverage.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/Dynamoid/dynamoid/coverage.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/coverage.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/Dynamoid/dynamoid/coverage.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/coverage.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/Dynamoid/dynamoid/coverage.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/coverage.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/Dynamoid/dynamoid/coverage.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/coverage.yml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/Dynamoid/dynamoid/coverage.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/coverage.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/Dynamoid/dynamoid/coverage.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dependency-review.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/Dynamoid/dynamoid/dependency-review.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dependency-review.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/Dynamoid/dynamoid/dependency-review.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/style.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/Dynamoid/dynamoid/style.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/style.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/Dynamoid/dynamoid/style.yml/master?enable=pin","Info:   0 out of   9 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   7 third-party 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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: MIT License: LICENSE.txt:0"],"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":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-mqcp-p2hv-vw6x","Warn: Project is vulnerable to: GHSA-8mq4-9jjh-9xrc"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (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-14T22:02:40.834Z","repository_id":31182452,"created_at":"2025-08-14T22:02:40.834Z","updated_at":"2025-08-14T22:02:40.834Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274045976,"owners_count":25212978,"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":["aws-dynamodb","dynamodb","hacktoberfest","orm","ruby"],"created_at":"2024-01-11T16:44:03.369Z","updated_at":"2025-09-08T00:23:37.509Z","avatar_url":"https://github.com/Dynamoid.png","language":"Ruby","project_url":"https://opencollective.ecosyste.ms/api/v1/projects/3204","html_url":"https://opencollective.ecosyste.ms/projects/3204","collective":{"id":646,"uuid":"ax8emk7l-nw54q75w-83mpgyvj-0o93zdrb","slug":"dynamoid","name":"Dynamoid, the Ruby DynamoDB ORM","description":"Supports the development of Dynamoid, the Ruby DynamoDB ORM.","website":"","github":"Dynamoid","twitter":null,"repository_url":null,"social_links":[{"type":"GITHUB","url":"https://github.com/Dynamoid"}],"currency":"USD","projects_count":1,"last_synced_at":"2026-07-26T12:15:17.864Z","created_at":"2024-01-10T13:17:48.096Z","updated_at":"2026-07-26T12:15:18.066Z","transactions_count":33,"balance":843.9700000000006,"account_type":"COLLECTIVE","owner":{"login":"Dynamoid","name":"Dynamoid, the Ruby ORM for AWS DynamoDB","uuid":"4839245","kind":"organization","description":"Ruby ORM for AWS DynamoDB, built with ❤️ in 🇺🇦 ","email":null,"website":null,"location":"Ukraine","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4839245?v=4","repositories_count":1,"last_synced_at":"2024-10-29T15:54:07.520Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/Dynamoid","funding_links":["https://github.com/sponsors/Dynamoid"],"total_stars":566,"followers":6,"following":0,"created_at":"2022-11-12T12:02:36.798Z","updated_at":"2024-10-29T15:54:07.520Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dynamoid","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dynamoid/repositories"},"last_project_activity_at":"2025-09-06T21:11:27.000Z","archived":false,"no_funding":false,"no_license":false,"host":"opensource","collective_created_at":"2022-03-24T04:50:55.458Z","collective_updated_at":"2023-02-07T17:17:38.422Z","html_url":"https://opencollective.com/dynamoid","icon_url":"https://images.opencollective.com/dynamoid/logo/40.png","total_donations":1572.35,"total_expenses":-808.0300000000002,"current_balance":843.9700000000006,"api_url":"https://opencollective.ecosyste.ms/api/v1/collectives/dynamoid","url":"https://opencollective.ecosyste.ms/collectives/dynamoid","projects_url":"https://opencollective.ecosyste.ms/api/v1/collectives/dynamoid/projects"}}