{"id":870244,"name":"@codewars/codemirror-agda","ecosystem":"npm","description":"CodeMirror extension for editing Agda","homepage":"https://github.com/codewars/codemirror-agda#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/codewars/codemirror-agda","keywords_array":[],"namespace":"codewars","versions_count":2,"first_release_published_at":"2020-04-30T01:09:28.360Z","latest_release_published_at":"2021-03-14T23:14:03.613Z","latest_release_number":"0.2.0","last_synced_at":"2026-05-31T08:55:16.334Z","created_at":"2022-04-07T15:01:39.856Z","updated_at":"2026-05-31T08:55:16.334Z","registry_url":"https://www.npmjs.com/package/@codewars/codemirror-agda","install_command":"npm install @codewars/codemirror-agda","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"0.2.0"}},"repo_metadata":{"id":47077447,"uuid":"175536286","full_name":"codewars/codemirror-agda","owner":"codewars","description":"Agda mode and input helper for CodeMirror used on Codewars","archived":false,"fork":false,"pushed_at":"2024-09-27T06:36:30.000Z","size":65,"stargazers_count":6,"open_issues_count":2,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-09-20T16:24:09.261Z","etag":null,"topics":["agda","codemirror"],"latest_commit_sha":null,"homepage":"https://codewars.github.io/codemirror-agda/","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/codewars.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2019-03-14T02:46:58.000Z","updated_at":"2023-03-14T09:25:45.000Z","dependencies_parsed_at":"2025-04-29T04:31:59.207Z","dependency_job_id":null,"html_url":"https://github.com/codewars/codemirror-agda","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/codewars/codemirror-agda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fcodemirror-agda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fcodemirror-agda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fcodemirror-agda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fcodemirror-agda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewars","download_url":"https://codeload.github.com/codewars/codemirror-agda/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fcodemirror-agda/sbom","scorecard":{"id":297943,"data":{"date":"2025-08-11","repo":{"name":"github.com/codewars/codemirror-agda","commit":"2c2cfa89476dc255e6a5fcb4b73f5c56627fc501"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.7,"checks":[{"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish_demo.yml:1","Warn: no topLevel permission defined: .github/workflows/publish_package.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":"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":"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":"Code-Review","score":0,"reason":"Found 1/18 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":"Pinned-Dependencies","score":5,"reason":"dependency not pinned by hash detected -- score normalized to 5","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish_demo.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/codewars/codemirror-agda/publish_demo.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish_demo.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/codewars/codemirror-agda/publish_demo.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish_demo.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/codewars/codemirror-agda/publish_demo.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish_package.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/codewars/codemirror-agda/publish_package.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish_package.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/codewars/codemirror-agda/publish_package.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish_package.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/codewars/codemirror-agda/publish_package.yml/master?enable=pin","Info:   0 out of   5 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   2 out of   2 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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"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":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-gcx4-mw62-g8wm"],"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":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 20 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-17T19:59:26.092Z","repository_id":47077447,"created_at":"2025-08-17T19:59:26.092Z","updated_at":"2025-08-17T19:59:26.092Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281137777,"owners_count":26450127,"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-10-26T02:00:06.575Z","response_time":61,"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"},"owner_record":{"login":"codewars","name":"Codewars","uuid":"5387632","kind":"organization","description":"Achieve Mastery through Challenge","email":"info@codewars.com","website":"https://codewars.com","location":null,"twitter":"codewars","company":null,"icon_url":"https://avatars.githubusercontent.com/u/5387632?v=4","repositories_count":88,"last_synced_at":"2024-04-15T07:33:21.036Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/codewars","funding_links":[],"total_stars":2874,"followers":5268,"following":0,"created_at":"2022-11-06T06:50:48.747Z","updated_at":"2024-04-15T07:33:48.530Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewars","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewars/repositories"},"tags":[{"name":"v0.2.0","sha":"38025667f27c843e7882c13f382608a8f49228d3","kind":"commit","published_at":"2021-03-14T23:10:15.000Z","download_url":"https://codeload.github.com/codewars/codemirror-agda/tar.gz/v0.2.0","html_url":"https://github.com/codewars/codemirror-agda/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/codewars/codemirror-agda@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fcodemirror-agda/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fcodemirror-agda/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"285a4fc557ec4e478bc56318a8c1c1338c20b07b","kind":"commit","published_at":"2020-04-30T01:07:17.000Z","download_url":"https://codeload.github.com/codewars/codemirror-agda/tar.gz/v0.1.0","html_url":"https://github.com/codewars/codemirror-agda/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/codewars/codemirror-agda@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fcodemirror-agda/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fcodemirror-agda/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"38877b87fa30d4d3ed2c523057eb075111bbeb83","kind":"commit","published_at":"2019-03-21T03:35:49.000Z","download_url":"https://codeload.github.com/codewars/codemirror-agda/tar.gz/v0.0.3","html_url":"https://github.com/codewars/codemirror-agda/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/codewars/codemirror-agda@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fcodemirror-agda/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fcodemirror-agda/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"97137d8f4afb5e81390e9084ef64dc298067b80a","kind":"commit","published_at":"2019-03-18T01:14:52.000Z","download_url":"https://codeload.github.com/codewars/codemirror-agda/tar.gz/v0.0.2","html_url":"https://github.com/codewars/codemirror-agda/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/codewars/codemirror-agda@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fcodemirror-agda/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fcodemirror-agda/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"245b6863e70f8b16f67581d651d51afbc53eef8a","kind":"commit","published_at":"2019-03-16T03:21:14.000Z","download_url":"https://codeload.github.com/codewars/codemirror-agda/tar.gz/v0.0.1","html_url":"https://github.com/codewars/codemirror-agda/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/codewars/codemirror-agda@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fcodemirror-agda/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fcodemirror-agda/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2025-10-26T16:36:40.443Z","dependent_packages_count":1,"downloads":63,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":18.013881398669955,"dependent_repos_count":25.32799796580169,"dependent_packages_count":32.89382871786066,"stargazers_count":13.87857388168627,"forks_count":11.315802943269496,"average":20.286016981457614},"purl":"pkg:npm/%40codewars/codemirror-agda","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@codewars/codemirror-agda","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@codewars/codemirror-agda","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@codewars/codemirror-agda/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-14T15:47:56.824Z","issues_count":4,"pull_requests_count":13,"avg_time_to_close_issue":891933.3333333334,"avg_time_to_close_pull_request":26891.75,"issues_closed_count":3,"pull_requests_closed_count":12,"pull_request_authors_count":3,"issue_authors_count":3,"avg_comments_per_issue":1.75,"avg_comments_per_pull_request":0.15384615384615385,"merged_pull_requests_count":11,"bot_issues_count":0,"bot_pull_requests_count":5,"past_year_issues_count":0,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":253572.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":2,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fcodemirror-agda/issues","maintainers":[{"login":"kazk","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kazk"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@codewars%2Fcodemirror-agda/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@codewars%2Fcodemirror-agda/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@codewars%2Fcodemirror-agda/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@codewars%2Fcodemirror-agda/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@codewars%2Fcodemirror-agda/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@codewars%2Fcodemirror-agda/codemeta","maintainers":[{"uuid":"spencer.jentzsch","login":"spencer.jentzsch","name":null,"email":"Spencer.Jentzsch@andela.com","url":null,"packages_count":17,"html_url":"https://www.npmjs.com/~spencer.jentzsch","role":null,"created_at":"2026-04-30T03:18:45.266Z","updated_at":"2026-04-30T03:18:45.266Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/spencer.jentzsch/packages"},{"uuid":"wesandela","login":"wesandela","name":null,"email":"wes.winler@andela.com","url":null,"packages_count":8,"html_url":"https://www.npmjs.com/~wesandela","role":null,"created_at":"2026-04-30T03:18:45.189Z","updated_at":"2026-04-30T03:18:45.189Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/wesandela/packages"}]}