{"id":5229,"url":"https://github.com/denosaurs/deno_json_op","last_synced_at":"2026-08-30T18:22:38.310Z","repository":{"id":57617806,"uuid":"312260765","full_name":"denosaurs/deno_json_op","owner":"denosaurs","description":"📋 A macro for easing the development of deno plugins","archived":true,"fork":false,"pushed_at":"2020-11-12T17:49:55.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-08-22T12:31:27.199Z","etag":null,"topics":["deno","deno-plugin","deno-plugins","macro"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/deno_json_op","language":"Rust","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/denosaurs.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}},"created_at":"2020-11-12T11:47:49.000Z","updated_at":"2023-01-28T09:04:15.000Z","dependencies_parsed_at":"2022-09-08T11:20:22.313Z","dependency_job_id":null,"html_url":"https://github.com/denosaurs/deno_json_op","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/denosaurs/deno_json_op","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Fdeno_json_op","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Fdeno_json_op/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Fdeno_json_op/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Fdeno_json_op/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denosaurs","download_url":"https://codeload.github.com/denosaurs/deno_json_op/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Fdeno_json_op/sbom","scorecard":{"id":334442,"data":{"date":"2025-08-11","repo":{"name":"github.com/denosaurs/deno_json_op","commit":"b30e3f9b1da7f8e7ad69d0dbb858b89f775cd17b"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Dangerous-Workflow","score":-1,"reason":"no workflows found","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":-1,"reason":"No tokens found","details":null,"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":-1,"reason":"no dependencies found","details":null,"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":"Code-Review","score":0,"reason":"Found 0/7 approved changesets -- score normalized to 0","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":"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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"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":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: RUSTSEC-2024-0421 / GHSA-h97m-ww89-6jmq","Warn: Project is vulnerable to: RUSTSEC-2021-0003 / GHSA-43w2-9j62-hq99"],"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-18T04:23:30.117Z","repository_id":57617806,"created_at":"2025-08-18T04:23:30.117Z","updated_at":"2025-08-18T04:23:30.117Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36988044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-30T02:00:08.400Z","response_time":126,"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":["deno","deno-plugin","deno-plugins","macro"],"created_at":"2024-01-11T17:20:41.132Z","updated_at":"2026-08-30T18:22:38.217Z","avatar_url":"https://github.com/denosaurs.png","language":"Rust","project_url":"https://opencollective.ecosyste.ms/api/v1/projects/5229","html_url":"https://opencollective.ecosyste.ms/projects/5229","collective":{"id":1741,"uuid":"dgm9bnk8-0437xqr0-5d5qvzeo-ljdayw5r","slug":"denosaurs","name":"Denosaurs","description":"Developing deno modules like denon","website":"https://denosaurs.land","github":"denosaurs","twitter":null,"repository_url":null,"social_links":[{"type":"WEBSITE","url":"https://denosaurs.land"},{"type":"TWITTER","url":"https://twitter.com/denosaurs"},{"type":"GITHUB","url":"https://github.com/denosaurs"}],"currency":"USD","projects_count":61,"last_synced_at":"2026-08-30T12:15:10.198Z","created_at":"2024-01-10T13:17:50.637Z","updated_at":"2026-08-30T12:15:10.418Z","transactions_count":99,"balance":2643.3400000000006,"account_type":"COLLECTIVE","owner":{"login":"denosaurs","name":"Denosaurs","uuid":"65427464","kind":"organization","description":"Developing deno.land modules such as denon, created by @notfilippo \u0026 @eliassjogreen","email":"contact@denosaurs.land","website":"https://denosaurs.land","location":"Cretaceous","twitter":"denosaurs","company":null,"icon_url":"https://avatars.githubusercontent.com/u/65427464?v=4","repositories_count":62,"last_synced_at":"2026-01-29T13:51:56.222Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/denosaurs","funding_links":["https://github.com/sponsors/denosaurs"],"total_stars":3830,"followers":226,"following":0,"created_at":"2022-11-14T05:57:21.023Z","updated_at":"2026-01-29T13:51:56.222Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denosaurs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denosaurs/repositories"},"last_project_activity_at":"2026-07-27T04:00:14.000Z","archived":false,"no_funding":false,"no_license":false,"host":"opensource","collective_created_at":"2020-07-15T10:22:26.461Z","collective_updated_at":"2024-11-25T12:32:35.884Z","html_url":"https://opencollective.com/denosaurs","icon_url":"https://images.opencollective.com/denosaurs/logo/40.png","total_donations":3344.52,"total_expenses":-1056.2800000000002,"current_balance":2643.3400000000006,"api_url":"https://opencollective.ecosyste.ms/api/v1/collectives/denosaurs","url":"https://opencollective.ecosyste.ms/collectives/denosaurs","projects_url":"https://opencollective.ecosyste.ms/api/v1/collectives/denosaurs/projects"}}