{"id":362675,"url":"https://github.com/mattn/go-isatty","last_synced_at":"2026-08-23T11:32:12.429Z","repository":{"id":15578904,"uuid":"18314451","full_name":"mattn/go-isatty","owner":"mattn","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-23T17:01:15.000Z","size":77,"stargazers_count":923,"open_issues_count":0,"forks_count":117,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-08-13T07:19:17.512Z","etag":null,"topics":["cygwin","go","golang","isatty","msys2","website"],"latest_commit_sha":null,"homepage":"http://godoc.org/github.com/mattn/go-isatty","language":"Go","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/mattn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-04-01T01:53:09.000Z","updated_at":"2026-08-10T08:59:27.000Z","dependencies_parsed_at":"2026-08-09T02:32:47.108Z","dependency_job_id":null,"html_url":"https://github.com/mattn/go-isatty","commit_stats":{"total_commits":94,"total_committers":29,"mean_commits":"3.2413793103448274","dds":0.5,"last_synced_commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/mattn/go-isatty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/sbom","scorecard":{"id":627733,"data":{"date":"2025-08-11","repo":{"name":"github.com/mattn/go-isatty","commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"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":"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":8,"reason":"Found 14/16 approved changesets -- score normalized to 8","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":"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/test.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/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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: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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"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-21T06:57:12.175Z","repository_id":15578904,"created_at":"2025-08-21T06:57:12.175Z","updated_at":"2025-08-21T06:57:12.175Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36601167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-13T02:00:06.325Z","response_time":111,"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":{"login":"mattn","name":"mattn","uuid":"10111","kind":"user","description":"Long-time Golang user\u0026contributor, Google Dev Expert for Go, and author of many Go tools, Vim plugin author. Windows hacker C#/Java/C/C++, ex-GitHubStars","email":"mattn.jp@gmail.com","website":"https://mattn.kaoriya.net/","location":"Osaka, Japan","twitter":"mattn_jp","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10111?u=4fb5caa72429300200740387758d9905611ab377\u0026v=4","repositories_count":2185,"last_synced_at":"2026-08-22T00:56:03.133Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"html_url":"https://github.com/mattn","funding_links":["https://github.com/sponsors/mattn"],"total_stars":58545,"followers":13508,"following":1692,"created_at":"2022-11-02T17:07:24.611Z","updated_at":"2026-08-22T00:56:03.147Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn/repositories"},"packages":[{"id":13475984,"name":"golang-github-mattn-go-isatty","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/mattn/go-isatty","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/mattn/go-isatty","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-10T04:15:23.972Z","latest_release_published_at":"2026-02-10T04:15:23.972Z","latest_release_number":"0.0.19-1","last_synced_at":"2026-08-06T15:05:49.740Z","created_at":"2026-02-10T04:15:23.675Z","updated_at":"2026-08-13T08:26:08.310Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-mattn-go-isatty","install_command":"apt-get install golang-github-mattn-go-isatty","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"golang-github-mattn-go-isatty-dev","standards_version":"4.6.2","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-golang-x-sys-dev (\u003e= 0.6.0)","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":15578904,"uuid":"18314451","full_name":"mattn/go-isatty","owner":"mattn","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-23T17:01:15.000Z","size":77,"stargazers_count":923,"open_issues_count":0,"forks_count":117,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-08-13T07:19:17.512Z","etag":null,"topics":["cygwin","go","golang","isatty","msys2","website"],"latest_commit_sha":null,"homepage":"http://godoc.org/github.com/mattn/go-isatty","language":"Go","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/mattn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-04-01T01:53:09.000Z","updated_at":"2026-08-10T08:59:27.000Z","dependencies_parsed_at":"2026-08-09T02:32:47.108Z","dependency_job_id":null,"html_url":"https://github.com/mattn/go-isatty","commit_stats":{"total_commits":94,"total_committers":29,"mean_commits":"3.2413793103448274","dds":0.5,"last_synced_commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/mattn/go-isatty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/sbom","scorecard":{"id":627733,"data":{"date":"2025-08-11","repo":{"name":"github.com/mattn/go-isatty","commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"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":"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":8,"reason":"Found 14/16 approved changesets -- score normalized to 8","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":"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/test.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/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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: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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"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-21T06:57:12.175Z","repository_id":15578904,"created_at":"2025-08-21T06:57:12.175Z","updated_at":"2025-08-21T06:57:12.175Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36601167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-13T02:00:06.325Z","response_time":111,"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":"mattn","name":"mattn","uuid":"10111","kind":"user","description":"Long-time Golang user\u0026contributor, Google Dev Expert for Go, and author of many Go tools, Vim plugin author. Windows hacker C#/Java/C/C++, ex-GitHubStars","email":"mattn.jp@gmail.com","website":"https://mattn.kaoriya.net/","location":"Osaka, Japan","twitter":"mattn_jp","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10111?u=4fb5caa72429300200740387758d9905611ab377\u0026v=4","repositories_count":2166,"last_synced_at":"2026-08-06T05:30:46.999Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"html_url":"https://github.com/mattn","funding_links":["https://github.com/sponsors/mattn"],"total_stars":58490,"followers":13492,"following":1693,"created_at":"2022-11-02T17:07:24.611Z","updated_at":"2026-08-06T05:30:47.012Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn/repositories"},"tags":[{"name":"v0.0.24","sha":"c44dc0b9c702c76577fdb7898032969e0611efc2","kind":"commit","published_at":"2026-07-23T16:45:22.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.24","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24/manifests"},{"name":"v0.0.23","sha":"4bc9b75fc8738b40f30b420ad17c00e8a151c3bf","kind":"commit","published_at":"2026-07-16T06:19:57.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.23","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23/manifests"},{"name":"v0.0.22","sha":"9a68506e239465d922dc18c0cd331c49b411fdb2","kind":"commit","published_at":"2026-04-27T03:32:30.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.22","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22/manifests"},{"name":"v0.0.21","sha":"4237fb15069af3284b50e5d91bcdd5403e584605","kind":"commit","published_at":"2026-04-08T12:56:32.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.21","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21/manifests"},{"name":"v0.0.20","sha":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11","kind":"commit","published_at":"2023-10-17T07:28:21.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.20","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20/manifests"},{"name":"v0.0.19","sha":"c067b4f3df49dfc0f376d884e16cfd784ea1874b","kind":"commit","published_at":"2023-03-22T15:51:17.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.19","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19/manifests"},{"name":"v0.0.18","sha":"72a590e157f100a8191f6a086e84d5f6f73da9d6","kind":"commit","published_at":"2023-03-22T12:37:56.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.18","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"ed75e619dc0f0489fd4062163a7d061eaa249b9c","kind":"commit","published_at":"2022-12-29T03:52:09.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.17","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8","kind":"commit","published_at":"2022-08-15T05:52:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.16","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"47c6087c85064a84e5c9c9c3b1bf832bac52b155","kind":"commit","published_at":"2022-08-15T05:50:25.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.15","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"504425e14f742f1f517c4586048b49b37f829c8e","kind":"commit","published_at":"2021-08-29T14:41:14.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.14","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"8b0c6d82fa8980f9bff874afff66860a0c3e9c5c","kind":"commit","published_at":"2021-05-26T14:20:38.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.13","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13/manifests"},{"name":"v0.0.12","sha":"7b513a986450394f7bbf1476909911b3aa3a55ce","kind":"commit","published_at":"2020-01-21T17:27:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.12","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"31745d66dd679ac0ac4f8d3ecff168fce6170c6a","kind":"commit","published_at":"2019-12-11T04:17:45.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.11","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"88ba11cfdc67c7588b30042edf244b2875f892b6","kind":"commit","published_at":"2019-10-09T10:07:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.10","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"e1f7b56ace729e4a73a29a6b4fac6cd5fcda7ab3","kind":"commit","published_at":"2019-08-15T16:42:47.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.9","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"1311e847b0cb909da63b5fecfb5370aa66236465","kind":"commit","published_at":"2019-05-22T01:25:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.8","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"c2a7a6ca930a4cd0bc33a3f298eb71960732a3a7","kind":"commit","published_at":"2019-03-12T13:58:54.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.7","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"369ecd8cea9851e459abb67eb171853e3986591e","kind":"commit","published_at":"2019-02-25T17:38:24.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.6","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"a6dda38a851a575e6799957cdd53ffe0b3fdd90f","kind":"commit","published_at":"2019-02-22T15:22:59.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.5","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c","kind":"commit","published_at":"2017-11-07T05:05:31.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.4","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0360b2af4f38e8d38c7fce2a9f4e702702d73a39","kind":"commit","published_at":"2017-09-25T05:34:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.3","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"fc9e8d8ef48496124e79ae0df75490096eccf6fe","kind":"commit","published_at":"2017-03-22T23:44:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.2","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"3a115632dcd687f9c8cd01679c83a06a0e21c1f3","kind":"commit","published_at":"2015-12-12T12:33:44.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.1","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-13T08:26:08.310Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/golang-github-mattn-go-isatty?arch=source\u0026distro=ubuntu-23.10\u0026repository_url=https://launchpad.net/ubuntu/mantic","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-github-mattn-go-isatty","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-mattn-go-isatty","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-mattn-go-isatty/dependencies","status":null,"funding_links":["https://github.com/sponsors/mattn"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-11T00:51:58.602Z","issues_count":37,"pull_requests_count":61,"avg_time_to_close_issue":41681827.027027026,"avg_time_to_close_pull_request":8940763.316666666,"issues_closed_count":37,"pull_requests_closed_count":60,"pull_request_authors_count":40,"issue_authors_count":34,"avg_comments_per_issue":3.243243243243243,"avg_comments_per_pull_request":2.6557377049180326,"merged_pull_requests_count":46,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":3,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":2448461.6666666665,"past_year_avg_time_to_close_pull_request":97107.6,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":1.6666666666666667,"past_year_avg_comments_per_pull_request":1.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/issues","maintainers":[{"login":"mattn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}],"active_maintainers":[{"login":"mattn","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-mattn-go-isatty/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-mattn-go-isatty/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-mattn-go-isatty/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-mattn-go-isatty/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-mattn-go-isatty/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-mattn-go-isatty/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.10","url":"https://launchpad.net/ubuntu/mantic","ecosystem":"ubuntu","default":false,"packages_count":36642,"maintainers_count":0,"namespaces_count":4,"keywords_count":2213,"github":"ubuntu","metadata":{"codename":"mantic","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":1328},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.636Z","updated_at":"2026-08-23T05:05:48.760Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/namespaces"}},{"id":13546133,"name":"golang-github-mattn-go-isatty","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/mattn/go-isatty","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/mattn/go-isatty","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-11T02:07:45.171Z","latest_release_published_at":"2026-02-11T02:07:45.171Z","latest_release_number":"0.0.17-1","last_synced_at":"2026-03-11T20:18:00.276Z","created_at":"2026-02-11T02:07:45.003Z","updated_at":"2026-08-13T08:26:08.349Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-mattn-go-isatty","install_command":"apt-get install golang-github-mattn-go-isatty","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"golang-github-mattn-go-isatty-dev","standards_version":"4.6.2","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-golang-x-sys-dev (\u003e= 0.0~git20220811.fbc7d0a)","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":15578904,"uuid":"18314451","full_name":"mattn/go-isatty","owner":"mattn","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-23T17:01:15.000Z","size":77,"stargazers_count":923,"open_issues_count":0,"forks_count":117,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-08-13T07:19:17.512Z","etag":null,"topics":["cygwin","go","golang","isatty","msys2","website"],"latest_commit_sha":null,"homepage":"http://godoc.org/github.com/mattn/go-isatty","language":"Go","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/mattn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-04-01T01:53:09.000Z","updated_at":"2026-08-10T08:59:27.000Z","dependencies_parsed_at":"2026-08-09T02:32:47.108Z","dependency_job_id":null,"html_url":"https://github.com/mattn/go-isatty","commit_stats":{"total_commits":94,"total_committers":29,"mean_commits":"3.2413793103448274","dds":0.5,"last_synced_commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/mattn/go-isatty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/sbom","scorecard":{"id":627733,"data":{"date":"2025-08-11","repo":{"name":"github.com/mattn/go-isatty","commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"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":"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":8,"reason":"Found 14/16 approved changesets -- score normalized to 8","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":"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/test.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/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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: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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"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-21T06:57:12.175Z","repository_id":15578904,"created_at":"2025-08-21T06:57:12.175Z","updated_at":"2025-08-21T06:57:12.175Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36601167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-13T02:00:06.325Z","response_time":111,"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":"mattn","name":"mattn","uuid":"10111","kind":"user","description":"Long-time Golang user\u0026contributor, Google Dev Expert for Go, and author of many Go tools, Vim plugin author. Windows hacker C#/Java/C/C++, ex-GitHubStars","email":"mattn.jp@gmail.com","website":"https://mattn.kaoriya.net/","location":"Osaka, Japan","twitter":"mattn_jp","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10111?u=4fb5caa72429300200740387758d9905611ab377\u0026v=4","repositories_count":2166,"last_synced_at":"2026-08-06T05:30:46.999Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"html_url":"https://github.com/mattn","funding_links":["https://github.com/sponsors/mattn"],"total_stars":58490,"followers":13492,"following":1693,"created_at":"2022-11-02T17:07:24.611Z","updated_at":"2026-08-06T05:30:47.012Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn/repositories"},"tags":[{"name":"v0.0.24","sha":"c44dc0b9c702c76577fdb7898032969e0611efc2","kind":"commit","published_at":"2026-07-23T16:45:22.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.24","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24/manifests"},{"name":"v0.0.23","sha":"4bc9b75fc8738b40f30b420ad17c00e8a151c3bf","kind":"commit","published_at":"2026-07-16T06:19:57.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.23","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23/manifests"},{"name":"v0.0.22","sha":"9a68506e239465d922dc18c0cd331c49b411fdb2","kind":"commit","published_at":"2026-04-27T03:32:30.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.22","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22/manifests"},{"name":"v0.0.21","sha":"4237fb15069af3284b50e5d91bcdd5403e584605","kind":"commit","published_at":"2026-04-08T12:56:32.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.21","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21/manifests"},{"name":"v0.0.20","sha":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11","kind":"commit","published_at":"2023-10-17T07:28:21.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.20","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20/manifests"},{"name":"v0.0.19","sha":"c067b4f3df49dfc0f376d884e16cfd784ea1874b","kind":"commit","published_at":"2023-03-22T15:51:17.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.19","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19/manifests"},{"name":"v0.0.18","sha":"72a590e157f100a8191f6a086e84d5f6f73da9d6","kind":"commit","published_at":"2023-03-22T12:37:56.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.18","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"ed75e619dc0f0489fd4062163a7d061eaa249b9c","kind":"commit","published_at":"2022-12-29T03:52:09.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.17","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8","kind":"commit","published_at":"2022-08-15T05:52:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.16","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"47c6087c85064a84e5c9c9c3b1bf832bac52b155","kind":"commit","published_at":"2022-08-15T05:50:25.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.15","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"504425e14f742f1f517c4586048b49b37f829c8e","kind":"commit","published_at":"2021-08-29T14:41:14.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.14","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"8b0c6d82fa8980f9bff874afff66860a0c3e9c5c","kind":"commit","published_at":"2021-05-26T14:20:38.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.13","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13/manifests"},{"name":"v0.0.12","sha":"7b513a986450394f7bbf1476909911b3aa3a55ce","kind":"commit","published_at":"2020-01-21T17:27:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.12","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"31745d66dd679ac0ac4f8d3ecff168fce6170c6a","kind":"commit","published_at":"2019-12-11T04:17:45.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.11","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"88ba11cfdc67c7588b30042edf244b2875f892b6","kind":"commit","published_at":"2019-10-09T10:07:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.10","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"e1f7b56ace729e4a73a29a6b4fac6cd5fcda7ab3","kind":"commit","published_at":"2019-08-15T16:42:47.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.9","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"1311e847b0cb909da63b5fecfb5370aa66236465","kind":"commit","published_at":"2019-05-22T01:25:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.8","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"c2a7a6ca930a4cd0bc33a3f298eb71960732a3a7","kind":"commit","published_at":"2019-03-12T13:58:54.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.7","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"369ecd8cea9851e459abb67eb171853e3986591e","kind":"commit","published_at":"2019-02-25T17:38:24.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.6","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"a6dda38a851a575e6799957cdd53ffe0b3fdd90f","kind":"commit","published_at":"2019-02-22T15:22:59.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.5","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c","kind":"commit","published_at":"2017-11-07T05:05:31.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.4","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0360b2af4f38e8d38c7fce2a9f4e702702d73a39","kind":"commit","published_at":"2017-09-25T05:34:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.3","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"fc9e8d8ef48496124e79ae0df75490096eccf6fe","kind":"commit","published_at":"2017-03-22T23:44:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.2","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"3a115632dcd687f9c8cd01679c83a06a0e21c1f3","kind":"commit","published_at":"2015-12-12T12:33:44.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.1","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-13T08:26:08.348Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/golang-github-mattn-go-isatty?arch=source\u0026distro=ubuntu-23.04\u0026repository_url=https://launchpad.net/ubuntu/lunar","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-github-mattn-go-isatty","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-mattn-go-isatty","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-mattn-go-isatty/dependencies","status":null,"funding_links":["https://github.com/sponsors/mattn"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-11T00:51:58.602Z","issues_count":37,"pull_requests_count":61,"avg_time_to_close_issue":41681827.027027026,"avg_time_to_close_pull_request":8940763.316666666,"issues_closed_count":37,"pull_requests_closed_count":60,"pull_request_authors_count":40,"issue_authors_count":34,"avg_comments_per_issue":3.243243243243243,"avg_comments_per_pull_request":2.6557377049180326,"merged_pull_requests_count":46,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":3,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":2448461.6666666665,"past_year_avg_time_to_close_pull_request":97107.6,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":1.6666666666666667,"past_year_avg_comments_per_pull_request":1.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/issues","maintainers":[{"login":"mattn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}],"active_maintainers":[{"login":"mattn","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-mattn-go-isatty/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-mattn-go-isatty/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-mattn-go-isatty/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-mattn-go-isatty/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-mattn-go-isatty/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-mattn-go-isatty/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.04","url":"https://launchpad.net/ubuntu/lunar","ecosystem":"ubuntu","default":false,"packages_count":36116,"maintainers_count":0,"namespaces_count":4,"keywords_count":999,"github":"ubuntu","metadata":{"codename":"lunar","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":1092},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:49.117Z","updated_at":"2026-08-23T05:05:50.135Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/namespaces"}},{"id":13581368,"name":"golang-github-mattn-go-isatty","ecosystem":"debian","description":null,"homepage":"https://github.com/mattn/go-isatty","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/mattn/go-isatty","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-11T08:53:13.595Z","latest_release_published_at":"2026-02-11T08:53:13.595Z","latest_release_number":"0.0.7+really0.0.4-1","last_synced_at":"2026-03-13T04:09:06.919Z","created_at":"2026-02-11T08:53:13.388Z","updated_at":"2026-08-13T08:26:08.349Z","registry_url":"https://tracker.debian.org/pkg/golang-github-mattn-go-isatty","install_command":"apt-get install golang-github-mattn-go-isatty","documentation_url":"https://packages.debian.org/buster/golang-github-mattn-go-isatty","metadata":{"component":"main","architecture":"all","priority":"optional","binary":"golang-github-mattn-go-isatty-dev","standards_version":"4.2.1","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper (\u003e= 11~), dh-golang (\u003e= 1.17~), golang-any, golang-golang-x-sys-dev","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":15578904,"uuid":"18314451","full_name":"mattn/go-isatty","owner":"mattn","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-23T17:01:15.000Z","size":77,"stargazers_count":923,"open_issues_count":0,"forks_count":117,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-08-13T07:19:17.512Z","etag":null,"topics":["cygwin","go","golang","isatty","msys2","website"],"latest_commit_sha":null,"homepage":"http://godoc.org/github.com/mattn/go-isatty","language":"Go","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/mattn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-04-01T01:53:09.000Z","updated_at":"2026-08-10T08:59:27.000Z","dependencies_parsed_at":"2026-08-09T02:32:47.108Z","dependency_job_id":null,"html_url":"https://github.com/mattn/go-isatty","commit_stats":{"total_commits":94,"total_committers":29,"mean_commits":"3.2413793103448274","dds":0.5,"last_synced_commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/mattn/go-isatty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/sbom","scorecard":{"id":627733,"data":{"date":"2025-08-11","repo":{"name":"github.com/mattn/go-isatty","commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"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":"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":8,"reason":"Found 14/16 approved changesets -- score normalized to 8","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":"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/test.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/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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: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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"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-21T06:57:12.175Z","repository_id":15578904,"created_at":"2025-08-21T06:57:12.175Z","updated_at":"2025-08-21T06:57:12.175Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36601167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-13T02:00:06.325Z","response_time":111,"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":"mattn","name":"mattn","uuid":"10111","kind":"user","description":"Long-time Golang user\u0026contributor, Google Dev Expert for Go, and author of many Go tools, Vim plugin author. Windows hacker C#/Java/C/C++, ex-GitHubStars","email":"mattn.jp@gmail.com","website":"https://mattn.kaoriya.net/","location":"Osaka, Japan","twitter":"mattn_jp","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10111?u=4fb5caa72429300200740387758d9905611ab377\u0026v=4","repositories_count":2166,"last_synced_at":"2026-08-06T05:30:46.999Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"html_url":"https://github.com/mattn","funding_links":["https://github.com/sponsors/mattn"],"total_stars":58490,"followers":13492,"following":1693,"created_at":"2022-11-02T17:07:24.611Z","updated_at":"2026-08-06T05:30:47.012Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn/repositories"},"tags":[{"name":"v0.0.24","sha":"c44dc0b9c702c76577fdb7898032969e0611efc2","kind":"commit","published_at":"2026-07-23T16:45:22.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.24","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24/manifests"},{"name":"v0.0.23","sha":"4bc9b75fc8738b40f30b420ad17c00e8a151c3bf","kind":"commit","published_at":"2026-07-16T06:19:57.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.23","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23/manifests"},{"name":"v0.0.22","sha":"9a68506e239465d922dc18c0cd331c49b411fdb2","kind":"commit","published_at":"2026-04-27T03:32:30.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.22","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22/manifests"},{"name":"v0.0.21","sha":"4237fb15069af3284b50e5d91bcdd5403e584605","kind":"commit","published_at":"2026-04-08T12:56:32.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.21","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21/manifests"},{"name":"v0.0.20","sha":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11","kind":"commit","published_at":"2023-10-17T07:28:21.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.20","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20/manifests"},{"name":"v0.0.19","sha":"c067b4f3df49dfc0f376d884e16cfd784ea1874b","kind":"commit","published_at":"2023-03-22T15:51:17.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.19","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19/manifests"},{"name":"v0.0.18","sha":"72a590e157f100a8191f6a086e84d5f6f73da9d6","kind":"commit","published_at":"2023-03-22T12:37:56.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.18","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"ed75e619dc0f0489fd4062163a7d061eaa249b9c","kind":"commit","published_at":"2022-12-29T03:52:09.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.17","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8","kind":"commit","published_at":"2022-08-15T05:52:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.16","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"47c6087c85064a84e5c9c9c3b1bf832bac52b155","kind":"commit","published_at":"2022-08-15T05:50:25.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.15","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"504425e14f742f1f517c4586048b49b37f829c8e","kind":"commit","published_at":"2021-08-29T14:41:14.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.14","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"8b0c6d82fa8980f9bff874afff66860a0c3e9c5c","kind":"commit","published_at":"2021-05-26T14:20:38.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.13","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13/manifests"},{"name":"v0.0.12","sha":"7b513a986450394f7bbf1476909911b3aa3a55ce","kind":"commit","published_at":"2020-01-21T17:27:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.12","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"31745d66dd679ac0ac4f8d3ecff168fce6170c6a","kind":"commit","published_at":"2019-12-11T04:17:45.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.11","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"88ba11cfdc67c7588b30042edf244b2875f892b6","kind":"commit","published_at":"2019-10-09T10:07:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.10","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"e1f7b56ace729e4a73a29a6b4fac6cd5fcda7ab3","kind":"commit","published_at":"2019-08-15T16:42:47.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.9","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"1311e847b0cb909da63b5fecfb5370aa66236465","kind":"commit","published_at":"2019-05-22T01:25:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.8","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"c2a7a6ca930a4cd0bc33a3f298eb71960732a3a7","kind":"commit","published_at":"2019-03-12T13:58:54.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.7","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"369ecd8cea9851e459abb67eb171853e3986591e","kind":"commit","published_at":"2019-02-25T17:38:24.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.6","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"a6dda38a851a575e6799957cdd53ffe0b3fdd90f","kind":"commit","published_at":"2019-02-22T15:22:59.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.5","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c","kind":"commit","published_at":"2017-11-07T05:05:31.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.4","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0360b2af4f38e8d38c7fce2a9f4e702702d73a39","kind":"commit","published_at":"2017-09-25T05:34:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.3","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"fc9e8d8ef48496124e79ae0df75490096eccf6fe","kind":"commit","published_at":"2017-03-22T23:44:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.2","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"3a115632dcd687f9c8cd01679c83a06a0e21c1f3","kind":"commit","published_at":"2015-12-12T12:33:44.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.1","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-13T08:26:08.349Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/golang-github-mattn-go-isatty?arch=source\u0026distro=debian-10\u0026repository_url=https://packages.debian.org/buster","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/golang-github-mattn-go-isatty","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/golang-github-mattn-go-isatty","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/golang-github-mattn-go-isatty/dependencies","status":null,"funding_links":["https://github.com/sponsors/mattn"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-11T00:51:58.602Z","issues_count":37,"pull_requests_count":61,"avg_time_to_close_issue":41681827.027027026,"avg_time_to_close_pull_request":8940763.316666666,"issues_closed_count":37,"pull_requests_closed_count":60,"pull_request_authors_count":40,"issue_authors_count":34,"avg_comments_per_issue":3.243243243243243,"avg_comments_per_pull_request":2.6557377049180326,"merged_pull_requests_count":46,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":3,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":2448461.6666666665,"past_year_avg_time_to_close_pull_request":97107.6,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":1.6666666666666667,"past_year_avg_comments_per_pull_request":1.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/issues","maintainers":[{"login":"mattn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}],"active_maintainers":[{"login":"mattn","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-github-mattn-go-isatty/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-github-mattn-go-isatty/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-github-mattn-go-isatty/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-github-mattn-go-isatty/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-github-mattn-go-isatty/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-github-mattn-go-isatty/codemeta","maintainers":[],"registry":{"name":"debian-10","url":"https://packages.debian.org/buster","ecosystem":"debian","default":false,"packages_count":28836,"maintainers_count":0,"namespaces_count":3,"keywords_count":903,"github":"debian","metadata":{"codename":"buster","mirror":"http://archive.debian.org/debian","funded_packages_count":602},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.156Z","updated_at":"2026-08-23T05:03:29.697Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/namespaces"}},{"id":13505133,"name":"golang-github-mattn-go-isatty","ecosystem":"debian","description":null,"homepage":"https://github.com/mattn/go-isatty","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/mattn/go-isatty","keywords_array":["golang"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-10T19:01:56.246Z","latest_release_published_at":"2026-02-10T19:01:56.246Z","latest_release_number":"0.0.12-1","last_synced_at":"2026-03-13T16:29:21.722Z","created_at":"2026-02-10T19:01:56.025Z","updated_at":"2026-08-13T08:26:08.423Z","registry_url":"https://tracker.debian.org/pkg/golang-github-mattn-go-isatty","install_command":"apt-get install golang-github-mattn-go-isatty","documentation_url":"https://packages.debian.org/bullseye/golang-github-mattn-go-isatty","metadata":{"component":"main","architecture":"all","priority":"extra","binary":"golang-github-mattn-go-isatty-dev","standards_version":"4.5.0","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 12), dh-golang (\u003e= 1.17), golang-any, golang-golang-x-sys-dev (\u003e= 0.0~git20200116.b775942)","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":15578904,"uuid":"18314451","full_name":"mattn/go-isatty","owner":"mattn","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-23T17:01:15.000Z","size":77,"stargazers_count":923,"open_issues_count":0,"forks_count":117,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-08-13T07:19:17.512Z","etag":null,"topics":["cygwin","go","golang","isatty","msys2","website"],"latest_commit_sha":null,"homepage":"http://godoc.org/github.com/mattn/go-isatty","language":"Go","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/mattn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-04-01T01:53:09.000Z","updated_at":"2026-08-10T08:59:27.000Z","dependencies_parsed_at":"2026-08-09T02:32:47.108Z","dependency_job_id":null,"html_url":"https://github.com/mattn/go-isatty","commit_stats":{"total_commits":94,"total_committers":29,"mean_commits":"3.2413793103448274","dds":0.5,"last_synced_commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/mattn/go-isatty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/sbom","scorecard":{"id":627733,"data":{"date":"2025-08-11","repo":{"name":"github.com/mattn/go-isatty","commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"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":"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":8,"reason":"Found 14/16 approved changesets -- score normalized to 8","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":"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/test.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/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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: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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"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-21T06:57:12.175Z","repository_id":15578904,"created_at":"2025-08-21T06:57:12.175Z","updated_at":"2025-08-21T06:57:12.175Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36601167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-13T02:00:06.325Z","response_time":111,"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":"mattn","name":"mattn","uuid":"10111","kind":"user","description":"Long-time Golang user\u0026contributor, Google Dev Expert for Go, and author of many Go tools, Vim plugin author. Windows hacker C#/Java/C/C++, ex-GitHubStars","email":"mattn.jp@gmail.com","website":"https://mattn.kaoriya.net/","location":"Osaka, Japan","twitter":"mattn_jp","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10111?u=4fb5caa72429300200740387758d9905611ab377\u0026v=4","repositories_count":2166,"last_synced_at":"2026-08-06T05:30:46.999Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"html_url":"https://github.com/mattn","funding_links":["https://github.com/sponsors/mattn"],"total_stars":58490,"followers":13492,"following":1693,"created_at":"2022-11-02T17:07:24.611Z","updated_at":"2026-08-06T05:30:47.012Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn/repositories"},"tags":[{"name":"v0.0.24","sha":"c44dc0b9c702c76577fdb7898032969e0611efc2","kind":"commit","published_at":"2026-07-23T16:45:22.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.24","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24/manifests"},{"name":"v0.0.23","sha":"4bc9b75fc8738b40f30b420ad17c00e8a151c3bf","kind":"commit","published_at":"2026-07-16T06:19:57.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.23","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23/manifests"},{"name":"v0.0.22","sha":"9a68506e239465d922dc18c0cd331c49b411fdb2","kind":"commit","published_at":"2026-04-27T03:32:30.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.22","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22/manifests"},{"name":"v0.0.21","sha":"4237fb15069af3284b50e5d91bcdd5403e584605","kind":"commit","published_at":"2026-04-08T12:56:32.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.21","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21/manifests"},{"name":"v0.0.20","sha":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11","kind":"commit","published_at":"2023-10-17T07:28:21.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.20","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20/manifests"},{"name":"v0.0.19","sha":"c067b4f3df49dfc0f376d884e16cfd784ea1874b","kind":"commit","published_at":"2023-03-22T15:51:17.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.19","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19/manifests"},{"name":"v0.0.18","sha":"72a590e157f100a8191f6a086e84d5f6f73da9d6","kind":"commit","published_at":"2023-03-22T12:37:56.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.18","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"ed75e619dc0f0489fd4062163a7d061eaa249b9c","kind":"commit","published_at":"2022-12-29T03:52:09.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.17","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8","kind":"commit","published_at":"2022-08-15T05:52:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.16","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"47c6087c85064a84e5c9c9c3b1bf832bac52b155","kind":"commit","published_at":"2022-08-15T05:50:25.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.15","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"504425e14f742f1f517c4586048b49b37f829c8e","kind":"commit","published_at":"2021-08-29T14:41:14.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.14","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"8b0c6d82fa8980f9bff874afff66860a0c3e9c5c","kind":"commit","published_at":"2021-05-26T14:20:38.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.13","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13/manifests"},{"name":"v0.0.12","sha":"7b513a986450394f7bbf1476909911b3aa3a55ce","kind":"commit","published_at":"2020-01-21T17:27:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.12","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"31745d66dd679ac0ac4f8d3ecff168fce6170c6a","kind":"commit","published_at":"2019-12-11T04:17:45.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.11","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"88ba11cfdc67c7588b30042edf244b2875f892b6","kind":"commit","published_at":"2019-10-09T10:07:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.10","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"e1f7b56ace729e4a73a29a6b4fac6cd5fcda7ab3","kind":"commit","published_at":"2019-08-15T16:42:47.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.9","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"1311e847b0cb909da63b5fecfb5370aa66236465","kind":"commit","published_at":"2019-05-22T01:25:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.8","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"c2a7a6ca930a4cd0bc33a3f298eb71960732a3a7","kind":"commit","published_at":"2019-03-12T13:58:54.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.7","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"369ecd8cea9851e459abb67eb171853e3986591e","kind":"commit","published_at":"2019-02-25T17:38:24.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.6","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"a6dda38a851a575e6799957cdd53ffe0b3fdd90f","kind":"commit","published_at":"2019-02-22T15:22:59.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.5","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c","kind":"commit","published_at":"2017-11-07T05:05:31.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.4","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0360b2af4f38e8d38c7fce2a9f4e702702d73a39","kind":"commit","published_at":"2017-09-25T05:34:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.3","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"fc9e8d8ef48496124e79ae0df75490096eccf6fe","kind":"commit","published_at":"2017-03-22T23:44:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.2","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"3a115632dcd687f9c8cd01679c83a06a0e21c1f3","kind":"commit","published_at":"2015-12-12T12:33:44.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.1","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-13T08:26:08.423Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/golang-github-mattn-go-isatty?arch=source\u0026distro=debian-11\u0026repository_url=https://packages.debian.org/bullseye","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/golang-github-mattn-go-isatty","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/golang-github-mattn-go-isatty","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/golang-github-mattn-go-isatty/dependencies","status":null,"funding_links":["https://github.com/sponsors/mattn"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-11T00:51:58.602Z","issues_count":37,"pull_requests_count":61,"avg_time_to_close_issue":41681827.027027026,"avg_time_to_close_pull_request":8940763.316666666,"issues_closed_count":37,"pull_requests_closed_count":60,"pull_request_authors_count":40,"issue_authors_count":34,"avg_comments_per_issue":3.243243243243243,"avg_comments_per_pull_request":2.6557377049180326,"merged_pull_requests_count":46,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":3,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":2448461.6666666665,"past_year_avg_time_to_close_pull_request":97107.6,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":1.6666666666666667,"past_year_avg_comments_per_pull_request":1.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/issues","maintainers":[{"login":"mattn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}],"active_maintainers":[{"login":"mattn","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-github-mattn-go-isatty/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-github-mattn-go-isatty/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-github-mattn-go-isatty/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-github-mattn-go-isatty/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-github-mattn-go-isatty/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-github-mattn-go-isatty/codemeta","maintainers":[],"registry":{"name":"debian-11","url":"https://packages.debian.org/bullseye","ecosystem":"debian","default":false,"packages_count":31268,"maintainers_count":0,"namespaces_count":3,"keywords_count":759,"github":"debian","metadata":{"codename":"bullseye","funded_packages_count":792},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.702Z","updated_at":"2026-08-23T05:05:53.786Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/namespaces"}},{"id":13438719,"name":"golang-github-mattn-go-isatty","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/mattn/go-isatty","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/mattn/go-isatty","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-08T01:46:52.116Z","latest_release_published_at":"2026-02-08T01:46:52.116Z","latest_release_number":"0.0.8-2","last_synced_at":"2026-03-08T02:59:00.337Z","created_at":"2026-02-08T01:46:51.772Z","updated_at":"2026-08-13T08:26:08.426Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-mattn-go-isatty","install_command":"apt-get install golang-github-mattn-go-isatty","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"golang-github-mattn-go-isatty-dev","standards_version":"4.4.0","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper (\u003e= 11~), dh-golang (\u003e= 1.17~), golang-any, golang-golang-x-sys-dev","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":15578904,"uuid":"18314451","full_name":"mattn/go-isatty","owner":"mattn","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-23T17:01:15.000Z","size":77,"stargazers_count":923,"open_issues_count":0,"forks_count":117,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-08-13T07:19:17.512Z","etag":null,"topics":["cygwin","go","golang","isatty","msys2","website"],"latest_commit_sha":null,"homepage":"http://godoc.org/github.com/mattn/go-isatty","language":"Go","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/mattn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-04-01T01:53:09.000Z","updated_at":"2026-08-10T08:59:27.000Z","dependencies_parsed_at":"2026-08-09T02:32:47.108Z","dependency_job_id":null,"html_url":"https://github.com/mattn/go-isatty","commit_stats":{"total_commits":94,"total_committers":29,"mean_commits":"3.2413793103448274","dds":0.5,"last_synced_commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/mattn/go-isatty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/sbom","scorecard":{"id":627733,"data":{"date":"2025-08-11","repo":{"name":"github.com/mattn/go-isatty","commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"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":"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":8,"reason":"Found 14/16 approved changesets -- score normalized to 8","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":"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/test.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/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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: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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"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-21T06:57:12.175Z","repository_id":15578904,"created_at":"2025-08-21T06:57:12.175Z","updated_at":"2025-08-21T06:57:12.175Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36601167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-13T02:00:06.325Z","response_time":111,"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":"mattn","name":"mattn","uuid":"10111","kind":"user","description":"Long-time Golang user\u0026contributor, Google Dev Expert for Go, and author of many Go tools, Vim plugin author. Windows hacker C#/Java/C/C++, ex-GitHubStars","email":"mattn.jp@gmail.com","website":"https://mattn.kaoriya.net/","location":"Osaka, Japan","twitter":"mattn_jp","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10111?u=4fb5caa72429300200740387758d9905611ab377\u0026v=4","repositories_count":2166,"last_synced_at":"2026-08-06T05:30:46.999Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"html_url":"https://github.com/mattn","funding_links":["https://github.com/sponsors/mattn"],"total_stars":58490,"followers":13492,"following":1693,"created_at":"2022-11-02T17:07:24.611Z","updated_at":"2026-08-06T05:30:47.012Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn/repositories"},"tags":[{"name":"v0.0.24","sha":"c44dc0b9c702c76577fdb7898032969e0611efc2","kind":"commit","published_at":"2026-07-23T16:45:22.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.24","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24/manifests"},{"name":"v0.0.23","sha":"4bc9b75fc8738b40f30b420ad17c00e8a151c3bf","kind":"commit","published_at":"2026-07-16T06:19:57.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.23","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23/manifests"},{"name":"v0.0.22","sha":"9a68506e239465d922dc18c0cd331c49b411fdb2","kind":"commit","published_at":"2026-04-27T03:32:30.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.22","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22/manifests"},{"name":"v0.0.21","sha":"4237fb15069af3284b50e5d91bcdd5403e584605","kind":"commit","published_at":"2026-04-08T12:56:32.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.21","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21/manifests"},{"name":"v0.0.20","sha":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11","kind":"commit","published_at":"2023-10-17T07:28:21.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.20","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20/manifests"},{"name":"v0.0.19","sha":"c067b4f3df49dfc0f376d884e16cfd784ea1874b","kind":"commit","published_at":"2023-03-22T15:51:17.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.19","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19/manifests"},{"name":"v0.0.18","sha":"72a590e157f100a8191f6a086e84d5f6f73da9d6","kind":"commit","published_at":"2023-03-22T12:37:56.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.18","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"ed75e619dc0f0489fd4062163a7d061eaa249b9c","kind":"commit","published_at":"2022-12-29T03:52:09.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.17","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8","kind":"commit","published_at":"2022-08-15T05:52:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.16","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"47c6087c85064a84e5c9c9c3b1bf832bac52b155","kind":"commit","published_at":"2022-08-15T05:50:25.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.15","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"504425e14f742f1f517c4586048b49b37f829c8e","kind":"commit","published_at":"2021-08-29T14:41:14.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.14","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"8b0c6d82fa8980f9bff874afff66860a0c3e9c5c","kind":"commit","published_at":"2021-05-26T14:20:38.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.13","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13/manifests"},{"name":"v0.0.12","sha":"7b513a986450394f7bbf1476909911b3aa3a55ce","kind":"commit","published_at":"2020-01-21T17:27:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.12","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"31745d66dd679ac0ac4f8d3ecff168fce6170c6a","kind":"commit","published_at":"2019-12-11T04:17:45.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.11","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"88ba11cfdc67c7588b30042edf244b2875f892b6","kind":"commit","published_at":"2019-10-09T10:07:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.10","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"e1f7b56ace729e4a73a29a6b4fac6cd5fcda7ab3","kind":"commit","published_at":"2019-08-15T16:42:47.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.9","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"1311e847b0cb909da63b5fecfb5370aa66236465","kind":"commit","published_at":"2019-05-22T01:25:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.8","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"c2a7a6ca930a4cd0bc33a3f298eb71960732a3a7","kind":"commit","published_at":"2019-03-12T13:58:54.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.7","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"369ecd8cea9851e459abb67eb171853e3986591e","kind":"commit","published_at":"2019-02-25T17:38:24.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.6","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"a6dda38a851a575e6799957cdd53ffe0b3fdd90f","kind":"commit","published_at":"2019-02-22T15:22:59.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.5","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c","kind":"commit","published_at":"2017-11-07T05:05:31.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.4","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0360b2af4f38e8d38c7fce2a9f4e702702d73a39","kind":"commit","published_at":"2017-09-25T05:34:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.3","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"fc9e8d8ef48496124e79ae0df75490096eccf6fe","kind":"commit","published_at":"2017-03-22T23:44:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.2","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"3a115632dcd687f9c8cd01679c83a06a0e21c1f3","kind":"commit","published_at":"2015-12-12T12:33:44.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.1","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-13T08:26:08.426Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/golang-github-mattn-go-isatty?arch=source\u0026distro=ubuntu-20.04\u0026repository_url=https://launchpad.net/ubuntu/focal","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-github-mattn-go-isatty","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-mattn-go-isatty","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-mattn-go-isatty/dependencies","status":null,"funding_links":["https://github.com/sponsors/mattn"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-11T00:51:58.602Z","issues_count":37,"pull_requests_count":61,"avg_time_to_close_issue":41681827.027027026,"avg_time_to_close_pull_request":8940763.316666666,"issues_closed_count":37,"pull_requests_closed_count":60,"pull_request_authors_count":40,"issue_authors_count":34,"avg_comments_per_issue":3.243243243243243,"avg_comments_per_pull_request":2.6557377049180326,"merged_pull_requests_count":46,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":3,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":2448461.6666666665,"past_year_avg_time_to_close_pull_request":97107.6,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":1.6666666666666667,"past_year_avg_comments_per_pull_request":1.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/issues","maintainers":[{"login":"mattn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}],"active_maintainers":[{"login":"mattn","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-github-mattn-go-isatty/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-github-mattn-go-isatty/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-github-mattn-go-isatty/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-github-mattn-go-isatty/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-github-mattn-go-isatty/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-github-mattn-go-isatty/codemeta","maintainers":[],"registry":{"name":"ubuntu-20.04","url":"https://launchpad.net/ubuntu/focal","ecosystem":"ubuntu","default":false,"packages_count":30789,"maintainers_count":0,"namespaces_count":4,"keywords_count":1429,"github":"ubuntu","metadata":{"codename":"focal","funded_packages_count":746},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:47.233Z","updated_at":"2026-08-23T05:05:51.160Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/namespaces"}},{"id":13646162,"name":"golang-github-mattn-go-isatty","ecosystem":"debian","description":null,"homepage":"https://github.com/mattn/go-isatty","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/mattn/go-isatty","keywords_array":["golang"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T03:25:30.890Z","latest_release_published_at":"2026-02-12T03:25:30.890Z","latest_release_number":"0.0.20-1","last_synced_at":"2026-03-13T11:15:11.417Z","created_at":"2026-02-12T03:25:30.623Z","updated_at":"2026-08-13T08:26:08.460Z","registry_url":"https://tracker.debian.org/pkg/golang-github-mattn-go-isatty","install_command":"apt-get install golang-github-mattn-go-isatty","documentation_url":"https://packages.debian.org/trixie/golang-github-mattn-go-isatty","metadata":{"component":"main","architecture":"all","priority":"extra","binary":"golang-github-mattn-go-isatty-dev","standards_version":"4.6.2","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-golang-x-sys-dev (\u003e= 0.6.0)","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":15578904,"uuid":"18314451","full_name":"mattn/go-isatty","owner":"mattn","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-23T17:01:15.000Z","size":77,"stargazers_count":923,"open_issues_count":0,"forks_count":117,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-08-13T07:19:17.512Z","etag":null,"topics":["cygwin","go","golang","isatty","msys2","website"],"latest_commit_sha":null,"homepage":"http://godoc.org/github.com/mattn/go-isatty","language":"Go","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/mattn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-04-01T01:53:09.000Z","updated_at":"2026-08-10T08:59:27.000Z","dependencies_parsed_at":"2026-08-09T02:32:47.108Z","dependency_job_id":null,"html_url":"https://github.com/mattn/go-isatty","commit_stats":{"total_commits":94,"total_committers":29,"mean_commits":"3.2413793103448274","dds":0.5,"last_synced_commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/mattn/go-isatty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/sbom","scorecard":{"id":627733,"data":{"date":"2025-08-11","repo":{"name":"github.com/mattn/go-isatty","commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"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":"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":8,"reason":"Found 14/16 approved changesets -- score normalized to 8","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":"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/test.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/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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: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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"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-21T06:57:12.175Z","repository_id":15578904,"created_at":"2025-08-21T06:57:12.175Z","updated_at":"2025-08-21T06:57:12.175Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36601167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-13T02:00:06.325Z","response_time":111,"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":"mattn","name":"mattn","uuid":"10111","kind":"user","description":"Long-time Golang user\u0026contributor, Google Dev Expert for Go, and author of many Go tools, Vim plugin author. Windows hacker C#/Java/C/C++, ex-GitHubStars","email":"mattn.jp@gmail.com","website":"https://mattn.kaoriya.net/","location":"Osaka, Japan","twitter":"mattn_jp","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10111?u=4fb5caa72429300200740387758d9905611ab377\u0026v=4","repositories_count":2166,"last_synced_at":"2026-08-06T05:30:46.999Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"html_url":"https://github.com/mattn","funding_links":["https://github.com/sponsors/mattn"],"total_stars":58490,"followers":13492,"following":1693,"created_at":"2022-11-02T17:07:24.611Z","updated_at":"2026-08-06T05:30:47.012Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn/repositories"},"tags":[{"name":"v0.0.24","sha":"c44dc0b9c702c76577fdb7898032969e0611efc2","kind":"commit","published_at":"2026-07-23T16:45:22.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.24","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24/manifests"},{"name":"v0.0.23","sha":"4bc9b75fc8738b40f30b420ad17c00e8a151c3bf","kind":"commit","published_at":"2026-07-16T06:19:57.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.23","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23/manifests"},{"name":"v0.0.22","sha":"9a68506e239465d922dc18c0cd331c49b411fdb2","kind":"commit","published_at":"2026-04-27T03:32:30.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.22","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22/manifests"},{"name":"v0.0.21","sha":"4237fb15069af3284b50e5d91bcdd5403e584605","kind":"commit","published_at":"2026-04-08T12:56:32.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.21","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21/manifests"},{"name":"v0.0.20","sha":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11","kind":"commit","published_at":"2023-10-17T07:28:21.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.20","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20/manifests"},{"name":"v0.0.19","sha":"c067b4f3df49dfc0f376d884e16cfd784ea1874b","kind":"commit","published_at":"2023-03-22T15:51:17.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.19","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19/manifests"},{"name":"v0.0.18","sha":"72a590e157f100a8191f6a086e84d5f6f73da9d6","kind":"commit","published_at":"2023-03-22T12:37:56.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.18","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"ed75e619dc0f0489fd4062163a7d061eaa249b9c","kind":"commit","published_at":"2022-12-29T03:52:09.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.17","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8","kind":"commit","published_at":"2022-08-15T05:52:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.16","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"47c6087c85064a84e5c9c9c3b1bf832bac52b155","kind":"commit","published_at":"2022-08-15T05:50:25.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.15","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"504425e14f742f1f517c4586048b49b37f829c8e","kind":"commit","published_at":"2021-08-29T14:41:14.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.14","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"8b0c6d82fa8980f9bff874afff66860a0c3e9c5c","kind":"commit","published_at":"2021-05-26T14:20:38.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.13","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13/manifests"},{"name":"v0.0.12","sha":"7b513a986450394f7bbf1476909911b3aa3a55ce","kind":"commit","published_at":"2020-01-21T17:27:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.12","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"31745d66dd679ac0ac4f8d3ecff168fce6170c6a","kind":"commit","published_at":"2019-12-11T04:17:45.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.11","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"88ba11cfdc67c7588b30042edf244b2875f892b6","kind":"commit","published_at":"2019-10-09T10:07:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.10","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"e1f7b56ace729e4a73a29a6b4fac6cd5fcda7ab3","kind":"commit","published_at":"2019-08-15T16:42:47.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.9","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"1311e847b0cb909da63b5fecfb5370aa66236465","kind":"commit","published_at":"2019-05-22T01:25:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.8","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"c2a7a6ca930a4cd0bc33a3f298eb71960732a3a7","kind":"commit","published_at":"2019-03-12T13:58:54.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.7","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"369ecd8cea9851e459abb67eb171853e3986591e","kind":"commit","published_at":"2019-02-25T17:38:24.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.6","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"a6dda38a851a575e6799957cdd53ffe0b3fdd90f","kind":"commit","published_at":"2019-02-22T15:22:59.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.5","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c","kind":"commit","published_at":"2017-11-07T05:05:31.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.4","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0360b2af4f38e8d38c7fce2a9f4e702702d73a39","kind":"commit","published_at":"2017-09-25T05:34:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.3","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"fc9e8d8ef48496124e79ae0df75490096eccf6fe","kind":"commit","published_at":"2017-03-22T23:44:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.2","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"3a115632dcd687f9c8cd01679c83a06a0e21c1f3","kind":"commit","published_at":"2015-12-12T12:33:44.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.1","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-13T08:26:08.460Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/golang-github-mattn-go-isatty?arch=source\u0026distro=debian-13\u0026repository_url=https://packages.debian.org/trixie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/golang-github-mattn-go-isatty","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/golang-github-mattn-go-isatty","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/golang-github-mattn-go-isatty/dependencies","status":null,"funding_links":["https://github.com/sponsors/mattn"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-11T00:51:58.602Z","issues_count":37,"pull_requests_count":61,"avg_time_to_close_issue":41681827.027027026,"avg_time_to_close_pull_request":8940763.316666666,"issues_closed_count":37,"pull_requests_closed_count":60,"pull_request_authors_count":40,"issue_authors_count":34,"avg_comments_per_issue":3.243243243243243,"avg_comments_per_pull_request":2.6557377049180326,"merged_pull_requests_count":46,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":3,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":2448461.6666666665,"past_year_avg_time_to_close_pull_request":97107.6,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":1.6666666666666667,"past_year_avg_comments_per_pull_request":1.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/issues","maintainers":[{"login":"mattn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}],"active_maintainers":[{"login":"mattn","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-mattn-go-isatty/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-mattn-go-isatty/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-mattn-go-isatty/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-mattn-go-isatty/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-mattn-go-isatty/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-mattn-go-isatty/codemeta","maintainers":[],"registry":{"name":"debian-13","url":"https://packages.debian.org/trixie","ecosystem":"debian","default":false,"packages_count":38024,"maintainers_count":0,"namespaces_count":4,"keywords_count":1985,"github":"debian","metadata":{"codename":"trixie","funded_packages_count":1676},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-08-23T05:04:55.028Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/namespaces"}},{"id":13417982,"name":"golang-github-mattn-go-isatty","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/mattn/go-isatty","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/mattn/go-isatty","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-07T03:47:23.109Z","latest_release_published_at":"2026-02-07T03:47:23.109Z","latest_release_number":"0.0.14-1","last_synced_at":"2026-03-07T04:40:54.192Z","created_at":"2026-02-07T03:47:22.172Z","updated_at":"2026-08-13T08:26:08.464Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-mattn-go-isatty","install_command":"apt-get install golang-github-mattn-go-isatty","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"golang-github-mattn-go-isatty-dev","standards_version":"4.6.0","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-golang, golang-any, golang-golang-x-sys-dev (\u003e= 0.0~git20210630.0f9fa26)","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":15578904,"uuid":"18314451","full_name":"mattn/go-isatty","owner":"mattn","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-23T17:01:15.000Z","size":77,"stargazers_count":923,"open_issues_count":0,"forks_count":117,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-08-13T07:19:17.512Z","etag":null,"topics":["cygwin","go","golang","isatty","msys2","website"],"latest_commit_sha":null,"homepage":"http://godoc.org/github.com/mattn/go-isatty","language":"Go","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/mattn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-04-01T01:53:09.000Z","updated_at":"2026-08-10T08:59:27.000Z","dependencies_parsed_at":"2026-08-09T02:32:47.108Z","dependency_job_id":null,"html_url":"https://github.com/mattn/go-isatty","commit_stats":{"total_commits":94,"total_committers":29,"mean_commits":"3.2413793103448274","dds":0.5,"last_synced_commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/mattn/go-isatty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/sbom","scorecard":{"id":627733,"data":{"date":"2025-08-11","repo":{"name":"github.com/mattn/go-isatty","commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"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":"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":8,"reason":"Found 14/16 approved changesets -- score normalized to 8","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":"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/test.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/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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: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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"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-21T06:57:12.175Z","repository_id":15578904,"created_at":"2025-08-21T06:57:12.175Z","updated_at":"2025-08-21T06:57:12.175Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36601167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-13T02:00:06.325Z","response_time":111,"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":"mattn","name":"mattn","uuid":"10111","kind":"user","description":"Long-time Golang user\u0026contributor, Google Dev Expert for Go, and author of many Go tools, Vim plugin author. Windows hacker C#/Java/C/C++, ex-GitHubStars","email":"mattn.jp@gmail.com","website":"https://mattn.kaoriya.net/","location":"Osaka, Japan","twitter":"mattn_jp","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10111?u=4fb5caa72429300200740387758d9905611ab377\u0026v=4","repositories_count":2166,"last_synced_at":"2026-08-06T05:30:46.999Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"html_url":"https://github.com/mattn","funding_links":["https://github.com/sponsors/mattn"],"total_stars":58490,"followers":13492,"following":1693,"created_at":"2022-11-02T17:07:24.611Z","updated_at":"2026-08-06T05:30:47.012Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn/repositories"},"tags":[{"name":"v0.0.24","sha":"c44dc0b9c702c76577fdb7898032969e0611efc2","kind":"commit","published_at":"2026-07-23T16:45:22.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.24","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24/manifests"},{"name":"v0.0.23","sha":"4bc9b75fc8738b40f30b420ad17c00e8a151c3bf","kind":"commit","published_at":"2026-07-16T06:19:57.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.23","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23/manifests"},{"name":"v0.0.22","sha":"9a68506e239465d922dc18c0cd331c49b411fdb2","kind":"commit","published_at":"2026-04-27T03:32:30.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.22","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22/manifests"},{"name":"v0.0.21","sha":"4237fb15069af3284b50e5d91bcdd5403e584605","kind":"commit","published_at":"2026-04-08T12:56:32.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.21","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21/manifests"},{"name":"v0.0.20","sha":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11","kind":"commit","published_at":"2023-10-17T07:28:21.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.20","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20/manifests"},{"name":"v0.0.19","sha":"c067b4f3df49dfc0f376d884e16cfd784ea1874b","kind":"commit","published_at":"2023-03-22T15:51:17.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.19","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19/manifests"},{"name":"v0.0.18","sha":"72a590e157f100a8191f6a086e84d5f6f73da9d6","kind":"commit","published_at":"2023-03-22T12:37:56.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.18","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"ed75e619dc0f0489fd4062163a7d061eaa249b9c","kind":"commit","published_at":"2022-12-29T03:52:09.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.17","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8","kind":"commit","published_at":"2022-08-15T05:52:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.16","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"47c6087c85064a84e5c9c9c3b1bf832bac52b155","kind":"commit","published_at":"2022-08-15T05:50:25.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.15","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"504425e14f742f1f517c4586048b49b37f829c8e","kind":"commit","published_at":"2021-08-29T14:41:14.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.14","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"8b0c6d82fa8980f9bff874afff66860a0c3e9c5c","kind":"commit","published_at":"2021-05-26T14:20:38.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.13","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13/manifests"},{"name":"v0.0.12","sha":"7b513a986450394f7bbf1476909911b3aa3a55ce","kind":"commit","published_at":"2020-01-21T17:27:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.12","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"31745d66dd679ac0ac4f8d3ecff168fce6170c6a","kind":"commit","published_at":"2019-12-11T04:17:45.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.11","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"88ba11cfdc67c7588b30042edf244b2875f892b6","kind":"commit","published_at":"2019-10-09T10:07:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.10","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"e1f7b56ace729e4a73a29a6b4fac6cd5fcda7ab3","kind":"commit","published_at":"2019-08-15T16:42:47.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.9","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"1311e847b0cb909da63b5fecfb5370aa66236465","kind":"commit","published_at":"2019-05-22T01:25:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.8","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"c2a7a6ca930a4cd0bc33a3f298eb71960732a3a7","kind":"commit","published_at":"2019-03-12T13:58:54.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.7","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"369ecd8cea9851e459abb67eb171853e3986591e","kind":"commit","published_at":"2019-02-25T17:38:24.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.6","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"a6dda38a851a575e6799957cdd53ffe0b3fdd90f","kind":"commit","published_at":"2019-02-22T15:22:59.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.5","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c","kind":"commit","published_at":"2017-11-07T05:05:31.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.4","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0360b2af4f38e8d38c7fce2a9f4e702702d73a39","kind":"commit","published_at":"2017-09-25T05:34:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.3","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"fc9e8d8ef48496124e79ae0df75490096eccf6fe","kind":"commit","published_at":"2017-03-22T23:44:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.2","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"3a115632dcd687f9c8cd01679c83a06a0e21c1f3","kind":"commit","published_at":"2015-12-12T12:33:44.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.1","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-13T08:26:08.464Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/golang-github-mattn-go-isatty?arch=source\u0026distro=ubuntu-22.04\u0026repository_url=https://launchpad.net/ubuntu/jammy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-github-mattn-go-isatty","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-mattn-go-isatty","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-mattn-go-isatty/dependencies","status":null,"funding_links":["https://github.com/sponsors/mattn"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-11T00:51:58.602Z","issues_count":37,"pull_requests_count":61,"avg_time_to_close_issue":41681827.027027026,"avg_time_to_close_pull_request":8940763.316666666,"issues_closed_count":37,"pull_requests_closed_count":60,"pull_request_authors_count":40,"issue_authors_count":34,"avg_comments_per_issue":3.243243243243243,"avg_comments_per_pull_request":2.6557377049180326,"merged_pull_requests_count":46,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":3,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":2448461.6666666665,"past_year_avg_time_to_close_pull_request":97107.6,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":1.6666666666666667,"past_year_avg_comments_per_pull_request":1.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/issues","maintainers":[{"login":"mattn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}],"active_maintainers":[{"login":"mattn","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-github-mattn-go-isatty/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-github-mattn-go-isatty/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-github-mattn-go-isatty/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-github-mattn-go-isatty/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-github-mattn-go-isatty/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-github-mattn-go-isatty/codemeta","maintainers":[],"registry":{"name":"ubuntu-22.04","url":"https://launchpad.net/ubuntu/jammy","ecosystem":"ubuntu","default":false,"packages_count":34289,"maintainers_count":0,"namespaces_count":4,"keywords_count":1498,"github":"ubuntu","metadata":{"codename":"jammy","funded_packages_count":962},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:46.486Z","updated_at":"2026-08-23T05:05:44.430Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/namespaces"}},{"id":13962905,"name":"go-github-com-mattn-go-isatty","ecosystem":"guix","description":"Provide @code{isatty} for Golang","homepage":"https://github.com/mattn/go-isatty","licenses":"expat","normalized_licenses":["Other"],"repository_url":"https://github.com/mattn/go-isatty","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-03-02T22:43:46.990Z","latest_release_published_at":"2026-03-02T22:43:46.990Z","latest_release_number":"0.0.20","last_synced_at":"2026-04-27T18:10:48.242Z","created_at":"2026-03-02T22:43:46.811Z","updated_at":"2026-08-13T08:26:08.485Z","registry_url":"https://packages.guix.gnu.org/packages/go-github-com-mattn-go-isatty/0.0.20/","install_command":"guix install go-github-com-mattn-go-isatty","documentation_url":"https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/golang-xyz.scm#n17989","metadata":{"location":"gnu/packages/golang-xyz.scm:17989","variable_name":"go-github-com-mattn-go-isatty"},"repo_metadata":{"id":15578904,"uuid":"18314451","full_name":"mattn/go-isatty","owner":"mattn","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-23T17:01:15.000Z","size":77,"stargazers_count":923,"open_issues_count":0,"forks_count":117,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-08-13T07:19:17.512Z","etag":null,"topics":["cygwin","go","golang","isatty","msys2","website"],"latest_commit_sha":null,"homepage":"http://godoc.org/github.com/mattn/go-isatty","language":"Go","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/mattn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-04-01T01:53:09.000Z","updated_at":"2026-08-10T08:59:27.000Z","dependencies_parsed_at":"2026-08-09T02:32:47.108Z","dependency_job_id":null,"html_url":"https://github.com/mattn/go-isatty","commit_stats":{"total_commits":94,"total_committers":29,"mean_commits":"3.2413793103448274","dds":0.5,"last_synced_commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/mattn/go-isatty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/sbom","scorecard":{"id":627733,"data":{"date":"2025-08-11","repo":{"name":"github.com/mattn/go-isatty","commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"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":"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":8,"reason":"Found 14/16 approved changesets -- score normalized to 8","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":"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/test.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/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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: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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"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-21T06:57:12.175Z","repository_id":15578904,"created_at":"2025-08-21T06:57:12.175Z","updated_at":"2025-08-21T06:57:12.175Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36601167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-13T02:00:06.325Z","response_time":111,"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":"mattn","name":"mattn","uuid":"10111","kind":"user","description":"Long-time Golang user\u0026contributor, Google Dev Expert for Go, and author of many Go tools, Vim plugin author. Windows hacker C#/Java/C/C++, ex-GitHubStars","email":"mattn.jp@gmail.com","website":"https://mattn.kaoriya.net/","location":"Osaka, Japan","twitter":"mattn_jp","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10111?u=4fb5caa72429300200740387758d9905611ab377\u0026v=4","repositories_count":2166,"last_synced_at":"2026-08-06T05:30:46.999Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"html_url":"https://github.com/mattn","funding_links":["https://github.com/sponsors/mattn"],"total_stars":58490,"followers":13492,"following":1693,"created_at":"2022-11-02T17:07:24.611Z","updated_at":"2026-08-06T05:30:47.012Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn/repositories"},"tags":[{"name":"v0.0.24","sha":"c44dc0b9c702c76577fdb7898032969e0611efc2","kind":"commit","published_at":"2026-07-23T16:45:22.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.24","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24/manifests"},{"name":"v0.0.23","sha":"4bc9b75fc8738b40f30b420ad17c00e8a151c3bf","kind":"commit","published_at":"2026-07-16T06:19:57.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.23","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23/manifests"},{"name":"v0.0.22","sha":"9a68506e239465d922dc18c0cd331c49b411fdb2","kind":"commit","published_at":"2026-04-27T03:32:30.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.22","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22/manifests"},{"name":"v0.0.21","sha":"4237fb15069af3284b50e5d91bcdd5403e584605","kind":"commit","published_at":"2026-04-08T12:56:32.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.21","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21/manifests"},{"name":"v0.0.20","sha":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11","kind":"commit","published_at":"2023-10-17T07:28:21.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.20","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20/manifests"},{"name":"v0.0.19","sha":"c067b4f3df49dfc0f376d884e16cfd784ea1874b","kind":"commit","published_at":"2023-03-22T15:51:17.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.19","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19/manifests"},{"name":"v0.0.18","sha":"72a590e157f100a8191f6a086e84d5f6f73da9d6","kind":"commit","published_at":"2023-03-22T12:37:56.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.18","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"ed75e619dc0f0489fd4062163a7d061eaa249b9c","kind":"commit","published_at":"2022-12-29T03:52:09.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.17","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8","kind":"commit","published_at":"2022-08-15T05:52:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.16","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"47c6087c85064a84e5c9c9c3b1bf832bac52b155","kind":"commit","published_at":"2022-08-15T05:50:25.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.15","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"504425e14f742f1f517c4586048b49b37f829c8e","kind":"commit","published_at":"2021-08-29T14:41:14.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.14","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"8b0c6d82fa8980f9bff874afff66860a0c3e9c5c","kind":"commit","published_at":"2021-05-26T14:20:38.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.13","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13/manifests"},{"name":"v0.0.12","sha":"7b513a986450394f7bbf1476909911b3aa3a55ce","kind":"commit","published_at":"2020-01-21T17:27:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.12","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"31745d66dd679ac0ac4f8d3ecff168fce6170c6a","kind":"commit","published_at":"2019-12-11T04:17:45.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.11","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"88ba11cfdc67c7588b30042edf244b2875f892b6","kind":"commit","published_at":"2019-10-09T10:07:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.10","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"e1f7b56ace729e4a73a29a6b4fac6cd5fcda7ab3","kind":"commit","published_at":"2019-08-15T16:42:47.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.9","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"1311e847b0cb909da63b5fecfb5370aa66236465","kind":"commit","published_at":"2019-05-22T01:25:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.8","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"c2a7a6ca930a4cd0bc33a3f298eb71960732a3a7","kind":"commit","published_at":"2019-03-12T13:58:54.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.7","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"369ecd8cea9851e459abb67eb171853e3986591e","kind":"commit","published_at":"2019-02-25T17:38:24.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.6","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"a6dda38a851a575e6799957cdd53ffe0b3fdd90f","kind":"commit","published_at":"2019-02-22T15:22:59.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.5","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c","kind":"commit","published_at":"2017-11-07T05:05:31.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.4","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0360b2af4f38e8d38c7fce2a9f4e702702d73a39","kind":"commit","published_at":"2017-09-25T05:34:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.3","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"fc9e8d8ef48496124e79ae0df75490096eccf6fe","kind":"commit","published_at":"2017-03-22T23:44:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.2","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"3a115632dcd687f9c8cd01679c83a06a0e21c1f3","kind":"commit","published_at":"2015-12-12T12:33:44.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.1","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-13T08:26:08.484Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:guix/go-github-com-mattn-go-isatty","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/guix/go-github-com-mattn-go-isatty","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/guix/go-github-com-mattn-go-isatty","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/guix/go-github-com-mattn-go-isatty/dependencies","status":null,"funding_links":["https://github.com/sponsors/mattn"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-11T00:51:58.602Z","issues_count":37,"pull_requests_count":61,"avg_time_to_close_issue":41681827.027027026,"avg_time_to_close_pull_request":8940763.316666666,"issues_closed_count":37,"pull_requests_closed_count":60,"pull_request_authors_count":40,"issue_authors_count":34,"avg_comments_per_issue":3.243243243243243,"avg_comments_per_pull_request":2.6557377049180326,"merged_pull_requests_count":46,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":3,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":2448461.6666666665,"past_year_avg_time_to_close_pull_request":97107.6,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":1.6666666666666667,"past_year_avg_comments_per_pull_request":1.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/issues","maintainers":[{"login":"mattn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}],"active_maintainers":[{"login":"mattn","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-mattn-go-isatty/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-mattn-go-isatty/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-mattn-go-isatty/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-mattn-go-isatty/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-mattn-go-isatty/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-mattn-go-isatty/codemeta","maintainers":[],"registry":{"name":"guix","url":"https://guix.gnu.org","ecosystem":"guix","default":true,"packages_count":32314,"maintainers_count":0,"namespaces_count":0,"keywords_count":1654,"github":"guix-mirror","metadata":{"funded_packages_count":1213},"icon_url":"https://github.com/guix-mirror.png","created_at":"2026-03-02T16:23:46.981Z","updated_at":"2026-08-23T05:05:01.027Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/guix/namespaces"}},{"id":13388333,"name":"golang-github-mattn-go-isatty","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/mattn/go-isatty","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/mattn/go-isatty","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-05T16:28:45.730Z","latest_release_published_at":"2026-02-05T16:28:45.730Z","latest_release_number":"0.0.20-1","last_synced_at":"2026-08-13T22:43:39.282Z","created_at":"2026-02-05T16:28:44.944Z","updated_at":"2026-08-13T22:43:39.282Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-mattn-go-isatty","install_command":"apt-get install golang-github-mattn-go-isatty","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"golang-github-mattn-go-isatty-dev","standards_version":"4.6.2","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-golang-x-sys-dev (\u003e= 0.6.0)","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":15578904,"uuid":"18314451","full_name":"mattn/go-isatty","owner":"mattn","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-23T17:01:15.000Z","size":77,"stargazers_count":923,"open_issues_count":0,"forks_count":117,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-08-13T07:19:17.512Z","etag":null,"topics":["cygwin","go","golang","isatty","msys2","website"],"latest_commit_sha":null,"homepage":"http://godoc.org/github.com/mattn/go-isatty","language":"Go","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/mattn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-04-01T01:53:09.000Z","updated_at":"2026-08-10T08:59:27.000Z","dependencies_parsed_at":"2026-08-09T02:32:47.108Z","dependency_job_id":null,"html_url":"https://github.com/mattn/go-isatty","commit_stats":{"total_commits":94,"total_committers":29,"mean_commits":"3.2413793103448274","dds":0.5,"last_synced_commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/mattn/go-isatty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/sbom","scorecard":{"id":627733,"data":{"date":"2025-08-11","repo":{"name":"github.com/mattn/go-isatty","commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"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":"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":8,"reason":"Found 14/16 approved changesets -- score normalized to 8","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":"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/test.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/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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: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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"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-21T06:57:12.175Z","repository_id":15578904,"created_at":"2025-08-21T06:57:12.175Z","updated_at":"2025-08-21T06:57:12.175Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36601167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-13T02:00:06.325Z","response_time":111,"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":"mattn","name":"mattn","uuid":"10111","kind":"user","description":"Long-time Golang user\u0026contributor, Google Dev Expert for Go, and author of many Go tools, Vim plugin author. Windows hacker C#/Java/C/C++, ex-GitHubStars","email":"mattn.jp@gmail.com","website":"https://mattn.kaoriya.net/","location":"Osaka, Japan","twitter":"mattn_jp","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10111?u=4fb5caa72429300200740387758d9905611ab377\u0026v=4","repositories_count":2166,"last_synced_at":"2026-08-06T05:30:46.999Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"html_url":"https://github.com/mattn","funding_links":["https://github.com/sponsors/mattn"],"total_stars":58490,"followers":13492,"following":1693,"created_at":"2022-11-02T17:07:24.611Z","updated_at":"2026-08-06T05:30:47.012Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn/repositories"},"tags":[{"name":"v0.0.24","sha":"c44dc0b9c702c76577fdb7898032969e0611efc2","kind":"commit","published_at":"2026-07-23T16:45:22.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.24","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24/manifests"},{"name":"v0.0.23","sha":"4bc9b75fc8738b40f30b420ad17c00e8a151c3bf","kind":"commit","published_at":"2026-07-16T06:19:57.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.23","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23/manifests"},{"name":"v0.0.22","sha":"9a68506e239465d922dc18c0cd331c49b411fdb2","kind":"commit","published_at":"2026-04-27T03:32:30.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.22","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22/manifests"},{"name":"v0.0.21","sha":"4237fb15069af3284b50e5d91bcdd5403e584605","kind":"commit","published_at":"2026-04-08T12:56:32.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.21","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21/manifests"},{"name":"v0.0.20","sha":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11","kind":"commit","published_at":"2023-10-17T07:28:21.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.20","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20/manifests"},{"name":"v0.0.19","sha":"c067b4f3df49dfc0f376d884e16cfd784ea1874b","kind":"commit","published_at":"2023-03-22T15:51:17.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.19","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19/manifests"},{"name":"v0.0.18","sha":"72a590e157f100a8191f6a086e84d5f6f73da9d6","kind":"commit","published_at":"2023-03-22T12:37:56.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.18","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"ed75e619dc0f0489fd4062163a7d061eaa249b9c","kind":"commit","published_at":"2022-12-29T03:52:09.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.17","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8","kind":"commit","published_at":"2022-08-15T05:52:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.16","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"47c6087c85064a84e5c9c9c3b1bf832bac52b155","kind":"commit","published_at":"2022-08-15T05:50:25.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.15","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"504425e14f742f1f517c4586048b49b37f829c8e","kind":"commit","published_at":"2021-08-29T14:41:14.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.14","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"8b0c6d82fa8980f9bff874afff66860a0c3e9c5c","kind":"commit","published_at":"2021-05-26T14:20:38.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.13","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13/manifests"},{"name":"v0.0.12","sha":"7b513a986450394f7bbf1476909911b3aa3a55ce","kind":"commit","published_at":"2020-01-21T17:27:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.12","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"31745d66dd679ac0ac4f8d3ecff168fce6170c6a","kind":"commit","published_at":"2019-12-11T04:17:45.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.11","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"88ba11cfdc67c7588b30042edf244b2875f892b6","kind":"commit","published_at":"2019-10-09T10:07:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.10","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"e1f7b56ace729e4a73a29a6b4fac6cd5fcda7ab3","kind":"commit","published_at":"2019-08-15T16:42:47.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.9","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"1311e847b0cb909da63b5fecfb5370aa66236465","kind":"commit","published_at":"2019-05-22T01:25:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.8","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"c2a7a6ca930a4cd0bc33a3f298eb71960732a3a7","kind":"commit","published_at":"2019-03-12T13:58:54.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.7","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"369ecd8cea9851e459abb67eb171853e3986591e","kind":"commit","published_at":"2019-02-25T17:38:24.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.6","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"a6dda38a851a575e6799957cdd53ffe0b3fdd90f","kind":"commit","published_at":"2019-02-22T15:22:59.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.5","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c","kind":"commit","published_at":"2017-11-07T05:05:31.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.4","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0360b2af4f38e8d38c7fce2a9f4e702702d73a39","kind":"commit","published_at":"2017-09-25T05:34:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.3","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"fc9e8d8ef48496124e79ae0df75490096eccf6fe","kind":"commit","published_at":"2017-03-22T23:44:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.2","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"3a115632dcd687f9c8cd01679c83a06a0e21c1f3","kind":"commit","published_at":"2015-12-12T12:33:44.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.1","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-13T08:26:08.500Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/golang-github-mattn-go-isatty?arch=source\u0026distro=ubuntu-24.04","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-github-mattn-go-isatty","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-mattn-go-isatty","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-mattn-go-isatty/dependencies","status":null,"funding_links":["https://github.com/sponsors/mattn"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-11T00:51:58.602Z","issues_count":37,"pull_requests_count":61,"avg_time_to_close_issue":41681827.027027026,"avg_time_to_close_pull_request":8940763.316666666,"issues_closed_count":37,"pull_requests_closed_count":60,"pull_request_authors_count":40,"issue_authors_count":34,"avg_comments_per_issue":3.243243243243243,"avg_comments_per_pull_request":2.6557377049180326,"merged_pull_requests_count":46,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":3,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":2448461.6666666665,"past_year_avg_time_to_close_pull_request":97107.6,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":1.6666666666666667,"past_year_avg_comments_per_pull_request":1.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/issues","maintainers":[{"login":"mattn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}],"active_maintainers":[{"login":"mattn","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-mattn-go-isatty/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-mattn-go-isatty/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-mattn-go-isatty/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-mattn-go-isatty/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-mattn-go-isatty/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-mattn-go-isatty/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.04","url":"https://launchpad.net/ubuntu/noble","ecosystem":"ubuntu","default":true,"packages_count":37306,"maintainers_count":0,"namespaces_count":4,"keywords_count":1697,"github":"ubuntu","metadata":{"codename":"noble","funded_packages_count":1229},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:45.928Z","updated_at":"2026-08-23T05:05:47.254Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/namespaces"}},{"id":13448760,"name":"golang-github-mattn-go-isatty","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/mattn/go-isatty","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/mattn/go-isatty","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-08T16:00:20.225Z","latest_release_published_at":"2026-02-08T16:00:20.225Z","latest_release_number":"0.0.20-1","last_synced_at":"2026-02-08T16:02:31.641Z","created_at":"2026-02-08T16:00:19.897Z","updated_at":"2026-08-13T08:26:08.598Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-mattn-go-isatty","install_command":"apt-get install golang-github-mattn-go-isatty","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"golang-github-mattn-go-isatty-dev","standards_version":"4.6.2","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-golang-x-sys-dev (\u003e= 0.6.0)","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":15578904,"uuid":"18314451","full_name":"mattn/go-isatty","owner":"mattn","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-23T17:01:15.000Z","size":77,"stargazers_count":923,"open_issues_count":0,"forks_count":117,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-08-13T07:19:17.512Z","etag":null,"topics":["cygwin","go","golang","isatty","msys2","website"],"latest_commit_sha":null,"homepage":"http://godoc.org/github.com/mattn/go-isatty","language":"Go","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/mattn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-04-01T01:53:09.000Z","updated_at":"2026-08-10T08:59:27.000Z","dependencies_parsed_at":"2026-08-09T02:32:47.108Z","dependency_job_id":null,"html_url":"https://github.com/mattn/go-isatty","commit_stats":{"total_commits":94,"total_committers":29,"mean_commits":"3.2413793103448274","dds":0.5,"last_synced_commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/mattn/go-isatty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/sbom","scorecard":{"id":627733,"data":{"date":"2025-08-11","repo":{"name":"github.com/mattn/go-isatty","commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"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":"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":8,"reason":"Found 14/16 approved changesets -- score normalized to 8","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":"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/test.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/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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: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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"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-21T06:57:12.175Z","repository_id":15578904,"created_at":"2025-08-21T06:57:12.175Z","updated_at":"2025-08-21T06:57:12.175Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36601167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-13T02:00:06.325Z","response_time":111,"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":"mattn","name":"mattn","uuid":"10111","kind":"user","description":"Long-time Golang user\u0026contributor, Google Dev Expert for Go, and author of many Go tools, Vim plugin author. Windows hacker C#/Java/C/C++, ex-GitHubStars","email":"mattn.jp@gmail.com","website":"https://mattn.kaoriya.net/","location":"Osaka, Japan","twitter":"mattn_jp","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10111?u=4fb5caa72429300200740387758d9905611ab377\u0026v=4","repositories_count":2166,"last_synced_at":"2026-08-06T05:30:46.999Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"html_url":"https://github.com/mattn","funding_links":["https://github.com/sponsors/mattn"],"total_stars":58490,"followers":13492,"following":1693,"created_at":"2022-11-02T17:07:24.611Z","updated_at":"2026-08-06T05:30:47.012Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn/repositories"},"tags":[{"name":"v0.0.24","sha":"c44dc0b9c702c76577fdb7898032969e0611efc2","kind":"commit","published_at":"2026-07-23T16:45:22.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.24","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24/manifests"},{"name":"v0.0.23","sha":"4bc9b75fc8738b40f30b420ad17c00e8a151c3bf","kind":"commit","published_at":"2026-07-16T06:19:57.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.23","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23/manifests"},{"name":"v0.0.22","sha":"9a68506e239465d922dc18c0cd331c49b411fdb2","kind":"commit","published_at":"2026-04-27T03:32:30.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.22","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22/manifests"},{"name":"v0.0.21","sha":"4237fb15069af3284b50e5d91bcdd5403e584605","kind":"commit","published_at":"2026-04-08T12:56:32.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.21","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21/manifests"},{"name":"v0.0.20","sha":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11","kind":"commit","published_at":"2023-10-17T07:28:21.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.20","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20/manifests"},{"name":"v0.0.19","sha":"c067b4f3df49dfc0f376d884e16cfd784ea1874b","kind":"commit","published_at":"2023-03-22T15:51:17.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.19","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19/manifests"},{"name":"v0.0.18","sha":"72a590e157f100a8191f6a086e84d5f6f73da9d6","kind":"commit","published_at":"2023-03-22T12:37:56.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.18","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"ed75e619dc0f0489fd4062163a7d061eaa249b9c","kind":"commit","published_at":"2022-12-29T03:52:09.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.17","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8","kind":"commit","published_at":"2022-08-15T05:52:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.16","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"47c6087c85064a84e5c9c9c3b1bf832bac52b155","kind":"commit","published_at":"2022-08-15T05:50:25.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.15","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"504425e14f742f1f517c4586048b49b37f829c8e","kind":"commit","published_at":"2021-08-29T14:41:14.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.14","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"8b0c6d82fa8980f9bff874afff66860a0c3e9c5c","kind":"commit","published_at":"2021-05-26T14:20:38.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.13","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13/manifests"},{"name":"v0.0.12","sha":"7b513a986450394f7bbf1476909911b3aa3a55ce","kind":"commit","published_at":"2020-01-21T17:27:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.12","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"31745d66dd679ac0ac4f8d3ecff168fce6170c6a","kind":"commit","published_at":"2019-12-11T04:17:45.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.11","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"88ba11cfdc67c7588b30042edf244b2875f892b6","kind":"commit","published_at":"2019-10-09T10:07:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.10","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"e1f7b56ace729e4a73a29a6b4fac6cd5fcda7ab3","kind":"commit","published_at":"2019-08-15T16:42:47.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.9","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"1311e847b0cb909da63b5fecfb5370aa66236465","kind":"commit","published_at":"2019-05-22T01:25:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.8","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"c2a7a6ca930a4cd0bc33a3f298eb71960732a3a7","kind":"commit","published_at":"2019-03-12T13:58:54.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.7","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"369ecd8cea9851e459abb67eb171853e3986591e","kind":"commit","published_at":"2019-02-25T17:38:24.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.6","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"a6dda38a851a575e6799957cdd53ffe0b3fdd90f","kind":"commit","published_at":"2019-02-22T15:22:59.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.5","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c","kind":"commit","published_at":"2017-11-07T05:05:31.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.4","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0360b2af4f38e8d38c7fce2a9f4e702702d73a39","kind":"commit","published_at":"2017-09-25T05:34:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.3","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"fc9e8d8ef48496124e79ae0df75490096eccf6fe","kind":"commit","published_at":"2017-03-22T23:44:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.2","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"3a115632dcd687f9c8cd01679c83a06a0e21c1f3","kind":"commit","published_at":"2015-12-12T12:33:44.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.1","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-13T08:26:08.598Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:deb/ubuntu/golang-github-mattn-go-isatty?arch=source\u0026distro=ubuntu-24.10\u0026repository_url=https://launchpad.net/ubuntu/oracular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-github-mattn-go-isatty","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-mattn-go-isatty","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-mattn-go-isatty/dependencies","status":"removed","funding_links":["https://github.com/sponsors/mattn"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-11T00:51:58.602Z","issues_count":37,"pull_requests_count":61,"avg_time_to_close_issue":41681827.027027026,"avg_time_to_close_pull_request":8940763.316666666,"issues_closed_count":37,"pull_requests_closed_count":60,"pull_request_authors_count":40,"issue_authors_count":34,"avg_comments_per_issue":3.243243243243243,"avg_comments_per_pull_request":2.6557377049180326,"merged_pull_requests_count":46,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":3,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":2448461.6666666665,"past_year_avg_time_to_close_pull_request":97107.6,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":1.6666666666666667,"past_year_avg_comments_per_pull_request":1.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/issues","maintainers":[{"login":"mattn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}],"active_maintainers":[{"login":"mattn","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-mattn-go-isatty/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-mattn-go-isatty/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-mattn-go-isatty/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-mattn-go-isatty/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-mattn-go-isatty/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-mattn-go-isatty/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.10","url":"https://launchpad.net/ubuntu/oracular","ecosystem":"ubuntu","default":false,"packages_count":38437,"maintainers_count":0,"namespaces_count":4,"keywords_count":1440,"github":"ubuntu","metadata":{"codename":"oracular","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":1298},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-08-23T05:04:56.939Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/namespaces"}},{"id":13685267,"name":"golang-github-mattn-go-isatty","ecosystem":"debian","description":null,"homepage":"https://github.com/mattn/go-isatty","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/mattn/go-isatty","keywords_array":["golang"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T17:53:45.272Z","latest_release_published_at":"2026-02-12T17:53:45.272Z","latest_release_number":"0.0.17-1","last_synced_at":"2026-03-13T00:11:17.070Z","created_at":"2026-02-12T17:53:45.072Z","updated_at":"2026-08-13T08:26:08.602Z","registry_url":"https://tracker.debian.org/pkg/golang-github-mattn-go-isatty","install_command":"apt-get install golang-github-mattn-go-isatty","documentation_url":"https://packages.debian.org/bookworm/golang-github-mattn-go-isatty","metadata":{"component":"main","architecture":"all","priority":"extra","binary":"golang-github-mattn-go-isatty-dev","standards_version":"4.6.2","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-golang-x-sys-dev (\u003e= 0.0~git20220811.fbc7d0a)","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":15578904,"uuid":"18314451","full_name":"mattn/go-isatty","owner":"mattn","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-23T17:01:15.000Z","size":77,"stargazers_count":923,"open_issues_count":0,"forks_count":117,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-08-13T07:19:17.512Z","etag":null,"topics":["cygwin","go","golang","isatty","msys2","website"],"latest_commit_sha":null,"homepage":"http://godoc.org/github.com/mattn/go-isatty","language":"Go","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/mattn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-04-01T01:53:09.000Z","updated_at":"2026-08-10T08:59:27.000Z","dependencies_parsed_at":"2026-08-09T02:32:47.108Z","dependency_job_id":null,"html_url":"https://github.com/mattn/go-isatty","commit_stats":{"total_commits":94,"total_committers":29,"mean_commits":"3.2413793103448274","dds":0.5,"last_synced_commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/mattn/go-isatty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/sbom","scorecard":{"id":627733,"data":{"date":"2025-08-11","repo":{"name":"github.com/mattn/go-isatty","commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"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":"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":8,"reason":"Found 14/16 approved changesets -- score normalized to 8","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":"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/test.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/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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: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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"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-21T06:57:12.175Z","repository_id":15578904,"created_at":"2025-08-21T06:57:12.175Z","updated_at":"2025-08-21T06:57:12.175Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36601167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-13T02:00:06.325Z","response_time":111,"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":"mattn","name":"mattn","uuid":"10111","kind":"user","description":"Long-time Golang user\u0026contributor, Google Dev Expert for Go, and author of many Go tools, Vim plugin author. Windows hacker C#/Java/C/C++, ex-GitHubStars","email":"mattn.jp@gmail.com","website":"https://mattn.kaoriya.net/","location":"Osaka, Japan","twitter":"mattn_jp","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10111?u=4fb5caa72429300200740387758d9905611ab377\u0026v=4","repositories_count":2166,"last_synced_at":"2026-08-06T05:30:46.999Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"html_url":"https://github.com/mattn","funding_links":["https://github.com/sponsors/mattn"],"total_stars":58490,"followers":13492,"following":1693,"created_at":"2022-11-02T17:07:24.611Z","updated_at":"2026-08-06T05:30:47.012Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn/repositories"},"tags":[{"name":"v0.0.24","sha":"c44dc0b9c702c76577fdb7898032969e0611efc2","kind":"commit","published_at":"2026-07-23T16:45:22.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.24","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24/manifests"},{"name":"v0.0.23","sha":"4bc9b75fc8738b40f30b420ad17c00e8a151c3bf","kind":"commit","published_at":"2026-07-16T06:19:57.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.23","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23/manifests"},{"name":"v0.0.22","sha":"9a68506e239465d922dc18c0cd331c49b411fdb2","kind":"commit","published_at":"2026-04-27T03:32:30.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.22","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22/manifests"},{"name":"v0.0.21","sha":"4237fb15069af3284b50e5d91bcdd5403e584605","kind":"commit","published_at":"2026-04-08T12:56:32.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.21","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21/manifests"},{"name":"v0.0.20","sha":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11","kind":"commit","published_at":"2023-10-17T07:28:21.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.20","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20/manifests"},{"name":"v0.0.19","sha":"c067b4f3df49dfc0f376d884e16cfd784ea1874b","kind":"commit","published_at":"2023-03-22T15:51:17.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.19","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19/manifests"},{"name":"v0.0.18","sha":"72a590e157f100a8191f6a086e84d5f6f73da9d6","kind":"commit","published_at":"2023-03-22T12:37:56.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.18","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"ed75e619dc0f0489fd4062163a7d061eaa249b9c","kind":"commit","published_at":"2022-12-29T03:52:09.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.17","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8","kind":"commit","published_at":"2022-08-15T05:52:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.16","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"47c6087c85064a84e5c9c9c3b1bf832bac52b155","kind":"commit","published_at":"2022-08-15T05:50:25.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.15","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"504425e14f742f1f517c4586048b49b37f829c8e","kind":"commit","published_at":"2021-08-29T14:41:14.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.14","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"8b0c6d82fa8980f9bff874afff66860a0c3e9c5c","kind":"commit","published_at":"2021-05-26T14:20:38.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.13","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13/manifests"},{"name":"v0.0.12","sha":"7b513a986450394f7bbf1476909911b3aa3a55ce","kind":"commit","published_at":"2020-01-21T17:27:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.12","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"31745d66dd679ac0ac4f8d3ecff168fce6170c6a","kind":"commit","published_at":"2019-12-11T04:17:45.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.11","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"88ba11cfdc67c7588b30042edf244b2875f892b6","kind":"commit","published_at":"2019-10-09T10:07:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.10","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"e1f7b56ace729e4a73a29a6b4fac6cd5fcda7ab3","kind":"commit","published_at":"2019-08-15T16:42:47.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.9","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"1311e847b0cb909da63b5fecfb5370aa66236465","kind":"commit","published_at":"2019-05-22T01:25:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.8","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"c2a7a6ca930a4cd0bc33a3f298eb71960732a3a7","kind":"commit","published_at":"2019-03-12T13:58:54.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.7","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"369ecd8cea9851e459abb67eb171853e3986591e","kind":"commit","published_at":"2019-02-25T17:38:24.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.6","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"a6dda38a851a575e6799957cdd53ffe0b3fdd90f","kind":"commit","published_at":"2019-02-22T15:22:59.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.5","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c","kind":"commit","published_at":"2017-11-07T05:05:31.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.4","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0360b2af4f38e8d38c7fce2a9f4e702702d73a39","kind":"commit","published_at":"2017-09-25T05:34:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.3","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"fc9e8d8ef48496124e79ae0df75490096eccf6fe","kind":"commit","published_at":"2017-03-22T23:44:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.2","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"3a115632dcd687f9c8cd01679c83a06a0e21c1f3","kind":"commit","published_at":"2015-12-12T12:33:44.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.1","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-13T08:26:08.602Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/golang-github-mattn-go-isatty?arch=source\u0026distro=debian-12","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/golang-github-mattn-go-isatty","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/golang-github-mattn-go-isatty","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/golang-github-mattn-go-isatty/dependencies","status":null,"funding_links":["https://github.com/sponsors/mattn"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-11T00:51:58.602Z","issues_count":37,"pull_requests_count":61,"avg_time_to_close_issue":41681827.027027026,"avg_time_to_close_pull_request":8940763.316666666,"issues_closed_count":37,"pull_requests_closed_count":60,"pull_request_authors_count":40,"issue_authors_count":34,"avg_comments_per_issue":3.243243243243243,"avg_comments_per_pull_request":2.6557377049180326,"merged_pull_requests_count":46,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":3,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":2448461.6666666665,"past_year_avg_time_to_close_pull_request":97107.6,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":1.6666666666666667,"past_year_avg_comments_per_pull_request":1.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/issues","maintainers":[{"login":"mattn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}],"active_maintainers":[{"login":"mattn","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-mattn-go-isatty/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-mattn-go-isatty/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-mattn-go-isatty/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-mattn-go-isatty/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-mattn-go-isatty/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-mattn-go-isatty/codemeta","maintainers":[],"registry":{"name":"debian-12","url":"https://packages.debian.org/bookworm","ecosystem":"debian","default":true,"packages_count":34734,"maintainers_count":0,"namespaces_count":4,"keywords_count":2650,"github":"debian","metadata":{"codename":"bookworm","funded_packages_count":1227},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.459Z","updated_at":"2026-08-23T05:05:52.746Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/namespaces"}},{"id":12075599,"name":"github.com/mattN/go-isatty","ecosystem":"go","description":"Package isatty implements interface to isatty","homepage":"https://github.com/mattN/go-isatty","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/mattN/go-isatty","keywords_array":[],"namespace":"github.com/mattN","versions_count":21,"first_release_published_at":"2015-12-12T12:33:44.000Z","latest_release_published_at":"2026-04-08T12:56:32.000Z","latest_release_number":"v0.0.21","last_synced_at":"2026-08-23T01:07:12.686Z","created_at":"2025-09-05T08:19:24.599Z","updated_at":"2026-08-23T01:07:12.686Z","registry_url":"https://pkg.go.dev/github.com/mattN/go-isatty","install_command":"go get github.com/mattN/go-isatty","documentation_url":"https://pkg.go.dev/github.com/mattN/go-isatty#section-documentation","metadata":{},"repo_metadata":{"id":15578904,"uuid":"18314451","full_name":"mattn/go-isatty","owner":"mattn","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-23T17:01:15.000Z","size":77,"stargazers_count":923,"open_issues_count":0,"forks_count":117,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-08-13T07:19:17.512Z","etag":null,"topics":["cygwin","go","golang","isatty","msys2","website"],"latest_commit_sha":null,"homepage":"http://godoc.org/github.com/mattn/go-isatty","language":"Go","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/mattn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-04-01T01:53:09.000Z","updated_at":"2026-08-10T08:59:27.000Z","dependencies_parsed_at":"2026-08-09T02:32:47.108Z","dependency_job_id":null,"html_url":"https://github.com/mattn/go-isatty","commit_stats":{"total_commits":94,"total_committers":29,"mean_commits":"3.2413793103448274","dds":0.5,"last_synced_commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/mattn/go-isatty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/sbom","scorecard":{"id":627733,"data":{"date":"2025-08-11","repo":{"name":"github.com/mattn/go-isatty","commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"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":"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":8,"reason":"Found 14/16 approved changesets -- score normalized to 8","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":"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/test.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/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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: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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"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-21T06:57:12.175Z","repository_id":15578904,"created_at":"2025-08-21T06:57:12.175Z","updated_at":"2025-08-21T06:57:12.175Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36781315,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-19T02:00:06.185Z","response_time":54,"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":"mattn","name":"mattn","uuid":"10111","kind":"user","description":"Long-time Golang user\u0026contributor, Google Dev Expert for Go, and author of many Go tools, Vim plugin author. Windows hacker C#/Java/C/C++, ex-GitHubStars","email":"mattn.jp@gmail.com","website":"https://mattn.kaoriya.net/","location":"Osaka, Japan","twitter":"mattn_jp","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10111?u=4fb5caa72429300200740387758d9905611ab377\u0026v=4","repositories_count":2181,"last_synced_at":"2026-08-14T04:51:13.431Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"html_url":"https://github.com/mattn","funding_links":["https://github.com/sponsors/mattn"],"total_stars":58522,"followers":13497,"following":1693,"created_at":"2022-11-02T17:07:24.611Z","updated_at":"2026-08-14T04:51:13.445Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn/repositories"},"tags":[{"name":"v0.0.24","sha":"c44dc0b9c702c76577fdb7898032969e0611efc2","kind":"commit","published_at":"2026-07-23T16:45:22.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.24","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24/manifests"},{"name":"v0.0.23","sha":"4bc9b75fc8738b40f30b420ad17c00e8a151c3bf","kind":"commit","published_at":"2026-07-16T06:19:57.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.23","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23/manifests"},{"name":"v0.0.22","sha":"9a68506e239465d922dc18c0cd331c49b411fdb2","kind":"commit","published_at":"2026-04-27T03:32:30.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.22","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22/manifests"},{"name":"v0.0.21","sha":"4237fb15069af3284b50e5d91bcdd5403e584605","kind":"commit","published_at":"2026-04-08T12:56:32.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.21","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21/manifests"},{"name":"v0.0.20","sha":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11","kind":"commit","published_at":"2023-10-17T07:28:21.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.20","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20/manifests"},{"name":"v0.0.19","sha":"c067b4f3df49dfc0f376d884e16cfd784ea1874b","kind":"commit","published_at":"2023-03-22T15:51:17.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.19","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19/manifests"},{"name":"v0.0.18","sha":"72a590e157f100a8191f6a086e84d5f6f73da9d6","kind":"commit","published_at":"2023-03-22T12:37:56.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.18","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"ed75e619dc0f0489fd4062163a7d061eaa249b9c","kind":"commit","published_at":"2022-12-29T03:52:09.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.17","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8","kind":"commit","published_at":"2022-08-15T05:52:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.16","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"47c6087c85064a84e5c9c9c3b1bf832bac52b155","kind":"commit","published_at":"2022-08-15T05:50:25.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.15","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"504425e14f742f1f517c4586048b49b37f829c8e","kind":"commit","published_at":"2021-08-29T14:41:14.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.14","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"8b0c6d82fa8980f9bff874afff66860a0c3e9c5c","kind":"commit","published_at":"2021-05-26T14:20:38.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.13","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13/manifests"},{"name":"v0.0.12","sha":"7b513a986450394f7bbf1476909911b3aa3a55ce","kind":"commit","published_at":"2020-01-21T17:27:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.12","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"31745d66dd679ac0ac4f8d3ecff168fce6170c6a","kind":"commit","published_at":"2019-12-11T04:17:45.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.11","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"88ba11cfdc67c7588b30042edf244b2875f892b6","kind":"commit","published_at":"2019-10-09T10:07:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.10","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"e1f7b56ace729e4a73a29a6b4fac6cd5fcda7ab3","kind":"commit","published_at":"2019-08-15T16:42:47.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.9","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"1311e847b0cb909da63b5fecfb5370aa66236465","kind":"commit","published_at":"2019-05-22T01:25:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.8","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"c2a7a6ca930a4cd0bc33a3f298eb71960732a3a7","kind":"commit","published_at":"2019-03-12T13:58:54.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.7","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"369ecd8cea9851e459abb67eb171853e3986591e","kind":"commit","published_at":"2019-02-25T17:38:24.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.6","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"a6dda38a851a575e6799957cdd53ffe0b3fdd90f","kind":"commit","published_at":"2019-02-22T15:22:59.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.5","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c","kind":"commit","published_at":"2017-11-07T05:05:31.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.4","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0360b2af4f38e8d38c7fce2a9f4e702702d73a39","kind":"commit","published_at":"2017-09-25T05:34:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.3","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"fc9e8d8ef48496124e79ae0df75490096eccf6fe","kind":"commit","published_at":"2017-03-22T23:44:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.2","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"3a115632dcd687f9c8cd01679c83a06a0e21c1f3","kind":"commit","published_at":"2015-12-12T12:33:44.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.1","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-19T09:52:49.978Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.546528341978626,"dependent_packages_count":5.1976259680491275,"stargazers_count":2.6231347297567273,"forks_count":2.9018046953840164,"docker_downloads_count":null,"average":4.067273433792124},"purl":"pkg:golang/github.com/matt%21n/go-isatty","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/mattN/go-isatty","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/mattN/go-isatty","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/mattN/go-isatty/dependencies","status":null,"funding_links":["https://github.com/sponsors/mattn"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-19T00:53:07.044Z","issues_count":37,"pull_requests_count":61,"avg_time_to_close_issue":41681827.027027026,"avg_time_to_close_pull_request":8940763.316666666,"issues_closed_count":37,"pull_requests_closed_count":60,"pull_request_authors_count":40,"issue_authors_count":34,"avg_comments_per_issue":3.243243243243243,"avg_comments_per_pull_request":2.6557377049180326,"merged_pull_requests_count":46,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":3,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":2448461.6666666665,"past_year_avg_time_to_close_pull_request":97107.6,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":1.6666666666666667,"past_year_avg_comments_per_pull_request":1.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/issues","maintainers":[{"login":"mattn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}],"active_maintainers":[{"login":"mattn","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FmattN%2Fgo-isatty/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FmattN%2Fgo-isatty/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FmattN%2Fgo-isatty/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FmattN%2Fgo-isatty/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FmattN%2Fgo-isatty/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FmattN%2Fgo-isatty/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281883,"maintainers_count":0,"namespaces_count":839478,"keywords_count":124863,"github":"golang","metadata":{"funded_packages_count":67811,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-23T05:01:16.146Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":3492740,"name":"github.com/mattn/go-isatty","ecosystem":"go","description":"Package isatty implements interface to isatty","homepage":"https://github.com/mattn/go-isatty","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/mattn/go-isatty","keywords_array":[],"namespace":"github.com/mattn","versions_count":24,"first_release_published_at":"2015-12-12T12:33:44.000Z","latest_release_published_at":"2026-07-23T16:45:22.000Z","latest_release_number":"v0.0.24","last_synced_at":"2026-08-22T02:00:25.853Z","created_at":"2022-04-10T19:12:06.625Z","updated_at":"2026-08-22T02:00:25.853Z","registry_url":"https://pkg.go.dev/github.com/mattn/go-isatty","install_command":"go get github.com/mattn/go-isatty","documentation_url":"https://pkg.go.dev/github.com/mattn/go-isatty#section-documentation","metadata":{},"repo_metadata":{"id":15578904,"uuid":"18314451","full_name":"mattn/go-isatty","owner":"mattn","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-23T17:01:15.000Z","size":77,"stargazers_count":923,"open_issues_count":0,"forks_count":117,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-08-13T07:19:17.512Z","etag":null,"topics":["cygwin","go","golang","isatty","msys2","website"],"latest_commit_sha":null,"homepage":"http://godoc.org/github.com/mattn/go-isatty","language":"Go","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/mattn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-04-01T01:53:09.000Z","updated_at":"2026-08-10T08:59:27.000Z","dependencies_parsed_at":"2026-08-09T02:32:47.108Z","dependency_job_id":null,"html_url":"https://github.com/mattn/go-isatty","commit_stats":{"total_commits":94,"total_committers":29,"mean_commits":"3.2413793103448274","dds":0.5,"last_synced_commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/mattn/go-isatty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/sbom","scorecard":{"id":627733,"data":{"date":"2025-08-11","repo":{"name":"github.com/mattn/go-isatty","commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"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":"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":8,"reason":"Found 14/16 approved changesets -- score normalized to 8","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":"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/test.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/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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: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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"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-21T06:57:12.175Z","repository_id":15578904,"created_at":"2025-08-21T06:57:12.175Z","updated_at":"2025-08-21T06:57:12.175Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36601167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-13T02:00:06.325Z","response_time":111,"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":"mattn","name":"mattn","uuid":"10111","kind":"user","description":"Long-time Golang user\u0026contributor, Google Dev Expert for Go, and author of many Go tools, Vim plugin author. Windows hacker C#/Java/C/C++, ex-GitHubStars","email":"mattn.jp@gmail.com","website":"https://mattn.kaoriya.net/","location":"Osaka, Japan","twitter":"mattn_jp","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10111?u=4fb5caa72429300200740387758d9905611ab377\u0026v=4","repositories_count":2181,"last_synced_at":"2026-08-14T04:51:13.431Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"html_url":"https://github.com/mattn","funding_links":["https://github.com/sponsors/mattn"],"total_stars":58522,"followers":13497,"following":1693,"created_at":"2022-11-02T17:07:24.611Z","updated_at":"2026-08-14T04:51:13.445Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn/repositories"},"tags":[{"name":"v0.0.24","sha":"c44dc0b9c702c76577fdb7898032969e0611efc2","kind":"commit","published_at":"2026-07-23T16:45:22.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.24","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24/manifests"},{"name":"v0.0.23","sha":"4bc9b75fc8738b40f30b420ad17c00e8a151c3bf","kind":"commit","published_at":"2026-07-16T06:19:57.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.23","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23/manifests"},{"name":"v0.0.22","sha":"9a68506e239465d922dc18c0cd331c49b411fdb2","kind":"commit","published_at":"2026-04-27T03:32:30.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.22","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22/manifests"},{"name":"v0.0.21","sha":"4237fb15069af3284b50e5d91bcdd5403e584605","kind":"commit","published_at":"2026-04-08T12:56:32.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.21","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21/manifests"},{"name":"v0.0.20","sha":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11","kind":"commit","published_at":"2023-10-17T07:28:21.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.20","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20/manifests"},{"name":"v0.0.19","sha":"c067b4f3df49dfc0f376d884e16cfd784ea1874b","kind":"commit","published_at":"2023-03-22T15:51:17.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.19","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19/manifests"},{"name":"v0.0.18","sha":"72a590e157f100a8191f6a086e84d5f6f73da9d6","kind":"commit","published_at":"2023-03-22T12:37:56.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.18","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"ed75e619dc0f0489fd4062163a7d061eaa249b9c","kind":"commit","published_at":"2022-12-29T03:52:09.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.17","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8","kind":"commit","published_at":"2022-08-15T05:52:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.16","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"47c6087c85064a84e5c9c9c3b1bf832bac52b155","kind":"commit","published_at":"2022-08-15T05:50:25.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.15","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"504425e14f742f1f517c4586048b49b37f829c8e","kind":"commit","published_at":"2021-08-29T14:41:14.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.14","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"8b0c6d82fa8980f9bff874afff66860a0c3e9c5c","kind":"commit","published_at":"2021-05-26T14:20:38.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.13","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13/manifests"},{"name":"v0.0.12","sha":"7b513a986450394f7bbf1476909911b3aa3a55ce","kind":"commit","published_at":"2020-01-21T17:27:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.12","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"31745d66dd679ac0ac4f8d3ecff168fce6170c6a","kind":"commit","published_at":"2019-12-11T04:17:45.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.11","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"88ba11cfdc67c7588b30042edf244b2875f892b6","kind":"commit","published_at":"2019-10-09T10:07:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.10","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"e1f7b56ace729e4a73a29a6b4fac6cd5fcda7ab3","kind":"commit","published_at":"2019-08-15T16:42:47.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.9","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"1311e847b0cb909da63b5fecfb5370aa66236465","kind":"commit","published_at":"2019-05-22T01:25:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.8","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"c2a7a6ca930a4cd0bc33a3f298eb71960732a3a7","kind":"commit","published_at":"2019-03-12T13:58:54.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.7","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"369ecd8cea9851e459abb67eb171853e3986591e","kind":"commit","published_at":"2019-02-25T17:38:24.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.6","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"a6dda38a851a575e6799957cdd53ffe0b3fdd90f","kind":"commit","published_at":"2019-02-22T15:22:59.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.5","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c","kind":"commit","published_at":"2017-11-07T05:05:31.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.4","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0360b2af4f38e8d38c7fce2a9f4e702702d73a39","kind":"commit","published_at":"2017-09-25T05:34:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.3","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"fc9e8d8ef48496124e79ae0df75490096eccf6fe","kind":"commit","published_at":"2017-03-22T23:44:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.2","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"3a115632dcd687f9c8cd01679c83a06a0e21c1f3","kind":"commit","published_at":"2015-12-12T12:33:44.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.1","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-19T10:25:51.561Z","dependent_packages_count":49465,"downloads":null,"downloads_period":null,"dependent_repos_count":167492,"rankings":{"downloads":null,"dependent_repos_count":0.0021776958318901777,"dependent_packages_count":0.0015554970227786985,"stargazers_count":2.3258828482602283,"forks_count":2.6105388034287302,"docker_downloads_count":0.001970296228853018,"average":0.9884250281544962},"purl":"pkg:golang/github.com/mattn/go-isatty","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/mattn/go-isatty","docker_dependents_count":24141,"docker_downloads_count":67079001222,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/mattn/go-isatty","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/mattn/go-isatty/dependencies","status":null,"funding_links":["https://github.com/sponsors/mattn"],"critical":true,"issue_metadata":{"last_synced_at":"2026-08-19T00:53:07.044Z","issues_count":37,"pull_requests_count":61,"avg_time_to_close_issue":41681827.027027026,"avg_time_to_close_pull_request":8940763.316666666,"issues_closed_count":37,"pull_requests_closed_count":60,"pull_request_authors_count":40,"issue_authors_count":34,"avg_comments_per_issue":3.243243243243243,"avg_comments_per_pull_request":2.6557377049180326,"merged_pull_requests_count":46,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":3,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":2448461.6666666665,"past_year_avg_time_to_close_pull_request":97107.6,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":1.6666666666666667,"past_year_avg_comments_per_pull_request":1.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/issues","maintainers":[{"login":"mattn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}],"active_maintainers":[{"login":"mattn","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmattn%2Fgo-isatty/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmattn%2Fgo-isatty/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmattn%2Fgo-isatty/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmattn%2Fgo-isatty/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmattn%2Fgo-isatty/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmattn%2Fgo-isatty/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281883,"maintainers_count":0,"namespaces_count":839478,"keywords_count":124863,"github":"golang","metadata":{"funded_packages_count":67811,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-23T05:01:16.146Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":3495744,"name":"gopkg.in/mattn/go-isatty.v0","ecosystem":"go","description":"Package isatty implements interface to isatty","homepage":"https://github.com/mattn/go-isatty","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/mattn/go-isatty","keywords_array":[],"namespace":"gopkg.in/mattn","versions_count":4,"first_release_published_at":"2015-12-12T12:33:44.000Z","latest_release_published_at":"2017-11-07T05:05:31.000Z","latest_release_number":"v0.0.4","last_synced_at":"2026-08-23T01:18:33.344Z","created_at":"2022-04-10T19:35:57.159Z","updated_at":"2026-08-23T01:18:33.344Z","registry_url":"https://pkg.go.dev/gopkg.in/mattn/go-isatty.v0","install_command":"go get gopkg.in/mattn/go-isatty.v0","documentation_url":"https://pkg.go.dev/gopkg.in/mattn/go-isatty.v0#section-documentation","metadata":{},"repo_metadata":{"id":15578904,"uuid":"18314451","full_name":"mattn/go-isatty","owner":"mattn","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-23T17:01:15.000Z","size":77,"stargazers_count":923,"open_issues_count":0,"forks_count":117,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-08-13T07:19:17.512Z","etag":null,"topics":["cygwin","go","golang","isatty","msys2","website"],"latest_commit_sha":null,"homepage":"http://godoc.org/github.com/mattn/go-isatty","language":"Go","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/mattn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-04-01T01:53:09.000Z","updated_at":"2026-08-10T08:59:27.000Z","dependencies_parsed_at":"2026-08-09T02:32:47.108Z","dependency_job_id":null,"html_url":"https://github.com/mattn/go-isatty","commit_stats":{"total_commits":94,"total_committers":29,"mean_commits":"3.2413793103448274","dds":0.5,"last_synced_commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/mattn/go-isatty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/sbom","scorecard":{"id":627733,"data":{"date":"2025-08-11","repo":{"name":"github.com/mattn/go-isatty","commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"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":"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":8,"reason":"Found 14/16 approved changesets -- score normalized to 8","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":"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/test.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/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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: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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"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-21T06:57:12.175Z","repository_id":15578904,"created_at":"2025-08-21T06:57:12.175Z","updated_at":"2025-08-21T06:57:12.175Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36601167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-13T02:00:06.325Z","response_time":111,"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":"mattn","name":"mattn","uuid":"10111","kind":"user","description":"Long-time Golang user\u0026contributor, Google Dev Expert for Go, and author of many Go tools, Vim plugin author. Windows hacker C#/Java/C/C++, ex-GitHubStars","email":"mattn.jp@gmail.com","website":"https://mattn.kaoriya.net/","location":"Osaka, Japan","twitter":"mattn_jp","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10111?u=4fb5caa72429300200740387758d9905611ab377\u0026v=4","repositories_count":2181,"last_synced_at":"2026-08-14T04:51:13.431Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"html_url":"https://github.com/mattn","funding_links":["https://github.com/sponsors/mattn"],"total_stars":58522,"followers":13497,"following":1693,"created_at":"2022-11-02T17:07:24.611Z","updated_at":"2026-08-14T04:51:13.445Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn/repositories"},"tags":[{"name":"v0.0.24","sha":"c44dc0b9c702c76577fdb7898032969e0611efc2","kind":"commit","published_at":"2026-07-23T16:45:22.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.24","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24/manifests"},{"name":"v0.0.23","sha":"4bc9b75fc8738b40f30b420ad17c00e8a151c3bf","kind":"commit","published_at":"2026-07-16T06:19:57.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.23","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23/manifests"},{"name":"v0.0.22","sha":"9a68506e239465d922dc18c0cd331c49b411fdb2","kind":"commit","published_at":"2026-04-27T03:32:30.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.22","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22/manifests"},{"name":"v0.0.21","sha":"4237fb15069af3284b50e5d91bcdd5403e584605","kind":"commit","published_at":"2026-04-08T12:56:32.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.21","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21/manifests"},{"name":"v0.0.20","sha":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11","kind":"commit","published_at":"2023-10-17T07:28:21.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.20","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20/manifests"},{"name":"v0.0.19","sha":"c067b4f3df49dfc0f376d884e16cfd784ea1874b","kind":"commit","published_at":"2023-03-22T15:51:17.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.19","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19/manifests"},{"name":"v0.0.18","sha":"72a590e157f100a8191f6a086e84d5f6f73da9d6","kind":"commit","published_at":"2023-03-22T12:37:56.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.18","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"ed75e619dc0f0489fd4062163a7d061eaa249b9c","kind":"commit","published_at":"2022-12-29T03:52:09.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.17","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8","kind":"commit","published_at":"2022-08-15T05:52:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.16","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"47c6087c85064a84e5c9c9c3b1bf832bac52b155","kind":"commit","published_at":"2022-08-15T05:50:25.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.15","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"504425e14f742f1f517c4586048b49b37f829c8e","kind":"commit","published_at":"2021-08-29T14:41:14.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.14","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"8b0c6d82fa8980f9bff874afff66860a0c3e9c5c","kind":"commit","published_at":"2021-05-26T14:20:38.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.13","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13/manifests"},{"name":"v0.0.12","sha":"7b513a986450394f7bbf1476909911b3aa3a55ce","kind":"commit","published_at":"2020-01-21T17:27:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.12","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"31745d66dd679ac0ac4f8d3ecff168fce6170c6a","kind":"commit","published_at":"2019-12-11T04:17:45.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.11","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"88ba11cfdc67c7588b30042edf244b2875f892b6","kind":"commit","published_at":"2019-10-09T10:07:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.10","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"e1f7b56ace729e4a73a29a6b4fac6cd5fcda7ab3","kind":"commit","published_at":"2019-08-15T16:42:47.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.9","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"1311e847b0cb909da63b5fecfb5370aa66236465","kind":"commit","published_at":"2019-05-22T01:25:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.8","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"c2a7a6ca930a4cd0bc33a3f298eb71960732a3a7","kind":"commit","published_at":"2019-03-12T13:58:54.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.7","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"369ecd8cea9851e459abb67eb171853e3986591e","kind":"commit","published_at":"2019-02-25T17:38:24.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.6","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"a6dda38a851a575e6799957cdd53ffe0b3fdd90f","kind":"commit","published_at":"2019-02-22T15:22:59.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.5","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c","kind":"commit","published_at":"2017-11-07T05:05:31.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.4","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0360b2af4f38e8d38c7fce2a9f4e702702d73a39","kind":"commit","published_at":"2017-09-25T05:34:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.3","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"fc9e8d8ef48496124e79ae0df75490096eccf6fe","kind":"commit","published_at":"2017-03-22T23:44:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.2","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"3a115632dcd687f9c8cd01679c83a06a0e21c1f3","kind":"commit","published_at":"2015-12-12T12:33:44.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.1","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-19T10:17:59.903Z","dependent_packages_count":192,"downloads":null,"downloads_period":null,"dependent_repos_count":197,"rankings":{"downloads":null,"dependent_repos_count":0.4523266646319447,"dependent_packages_count":0.31637994318725865,"stargazers_count":2.38581120573233,"forks_count":2.6718691713694676,"docker_downloads_count":0.46998086962419483,"average":1.259273570909039},"purl":"pkg:golang/gopkg.in/mattn/go-isatty.v0","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/gopkg.in/mattn/go-isatty.v0","docker_dependents_count":13,"docker_downloads_count":49515493,"usage_url":"https://repos.ecosyste.ms/usage/go/gopkg.in/mattn/go-isatty.v0","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/gopkg.in/mattn/go-isatty.v0/dependencies","status":null,"funding_links":["https://github.com/sponsors/mattn"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-19T00:53:07.044Z","issues_count":37,"pull_requests_count":61,"avg_time_to_close_issue":41681827.027027026,"avg_time_to_close_pull_request":8940763.316666666,"issues_closed_count":37,"pull_requests_closed_count":60,"pull_request_authors_count":40,"issue_authors_count":34,"avg_comments_per_issue":3.243243243243243,"avg_comments_per_pull_request":2.6557377049180326,"merged_pull_requests_count":46,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":3,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":2448461.6666666665,"past_year_avg_time_to_close_pull_request":97107.6,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":1.6666666666666667,"past_year_avg_comments_per_pull_request":1.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/issues","maintainers":[{"login":"mattn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}],"active_maintainers":[{"login":"mattn","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fmattn%2Fgo-isatty.v0/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fmattn%2Fgo-isatty.v0/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fmattn%2Fgo-isatty.v0/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fmattn%2Fgo-isatty.v0/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fmattn%2Fgo-isatty.v0/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fmattn%2Fgo-isatty.v0/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281883,"maintainers_count":0,"namespaces_count":839478,"keywords_count":124863,"github":"golang","metadata":{"funded_packages_count":67811,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-23T05:01:16.146Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":14038883,"name":"github.com/mattn/go-Isatty","ecosystem":"go","description":"Package isatty implements interface to isatty","homepage":"https://github.com/mattn/go-Isatty","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/mattn/go-Isatty","keywords_array":[],"namespace":"github.com/mattn","versions_count":21,"first_release_published_at":"2015-12-12T12:33:44.000Z","latest_release_published_at":"2026-04-08T12:56:32.000Z","latest_release_number":"v0.0.21","last_synced_at":"2026-08-22T11:08:48.865Z","created_at":"2026-03-13T08:49:51.129Z","updated_at":"2026-08-22T11:08:48.866Z","registry_url":"https://pkg.go.dev/github.com/mattn/go-Isatty","install_command":"go get github.com/mattn/go-Isatty","documentation_url":"https://pkg.go.dev/github.com/mattn/go-Isatty#section-documentation","metadata":{},"repo_metadata":{"id":15578904,"uuid":"18314451","full_name":"mattn/go-isatty","owner":"mattn","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-23T17:01:15.000Z","size":77,"stargazers_count":923,"open_issues_count":0,"forks_count":117,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-08-13T07:19:17.512Z","etag":null,"topics":["cygwin","go","golang","isatty","msys2","website"],"latest_commit_sha":null,"homepage":"http://godoc.org/github.com/mattn/go-isatty","language":"Go","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/mattn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-04-01T01:53:09.000Z","updated_at":"2026-08-10T08:59:27.000Z","dependencies_parsed_at":"2026-08-09T02:32:47.108Z","dependency_job_id":null,"html_url":"https://github.com/mattn/go-isatty","commit_stats":{"total_commits":94,"total_committers":29,"mean_commits":"3.2413793103448274","dds":0.5,"last_synced_commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/mattn/go-isatty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/sbom","scorecard":{"id":627733,"data":{"date":"2025-08-11","repo":{"name":"github.com/mattn/go-isatty","commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"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":"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":8,"reason":"Found 14/16 approved changesets -- score normalized to 8","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":"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/test.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/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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: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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"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-21T06:57:12.175Z","repository_id":15578904,"created_at":"2025-08-21T06:57:12.175Z","updated_at":"2025-08-21T06:57:12.175Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36784064,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-19T02:00:06.185Z","response_time":54,"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":"mattn","name":"mattn","uuid":"10111","kind":"user","description":"Long-time Golang user\u0026contributor, Google Dev Expert for Go, and author of many Go tools, Vim plugin author. Windows hacker C#/Java/C/C++, ex-GitHubStars","email":"mattn.jp@gmail.com","website":"https://mattn.kaoriya.net/","location":"Osaka, Japan","twitter":"mattn_jp","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10111?u=4fb5caa72429300200740387758d9905611ab377\u0026v=4","repositories_count":2181,"last_synced_at":"2026-08-14T04:51:13.431Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"html_url":"https://github.com/mattn","funding_links":["https://github.com/sponsors/mattn"],"total_stars":58522,"followers":13497,"following":1693,"created_at":"2022-11-02T17:07:24.611Z","updated_at":"2026-08-14T04:51:13.445Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn/repositories"},"tags":[{"name":"v0.0.24","sha":"c44dc0b9c702c76577fdb7898032969e0611efc2","kind":"commit","published_at":"2026-07-23T16:45:22.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.24","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24/manifests"},{"name":"v0.0.23","sha":"4bc9b75fc8738b40f30b420ad17c00e8a151c3bf","kind":"commit","published_at":"2026-07-16T06:19:57.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.23","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23/manifests"},{"name":"v0.0.22","sha":"9a68506e239465d922dc18c0cd331c49b411fdb2","kind":"commit","published_at":"2026-04-27T03:32:30.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.22","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22/manifests"},{"name":"v0.0.21","sha":"4237fb15069af3284b50e5d91bcdd5403e584605","kind":"commit","published_at":"2026-04-08T12:56:32.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.21","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21/manifests"},{"name":"v0.0.20","sha":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11","kind":"commit","published_at":"2023-10-17T07:28:21.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.20","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20/manifests"},{"name":"v0.0.19","sha":"c067b4f3df49dfc0f376d884e16cfd784ea1874b","kind":"commit","published_at":"2023-03-22T15:51:17.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.19","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19/manifests"},{"name":"v0.0.18","sha":"72a590e157f100a8191f6a086e84d5f6f73da9d6","kind":"commit","published_at":"2023-03-22T12:37:56.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.18","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"ed75e619dc0f0489fd4062163a7d061eaa249b9c","kind":"commit","published_at":"2022-12-29T03:52:09.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.17","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8","kind":"commit","published_at":"2022-08-15T05:52:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.16","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"47c6087c85064a84e5c9c9c3b1bf832bac52b155","kind":"commit","published_at":"2022-08-15T05:50:25.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.15","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"504425e14f742f1f517c4586048b49b37f829c8e","kind":"commit","published_at":"2021-08-29T14:41:14.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.14","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"8b0c6d82fa8980f9bff874afff66860a0c3e9c5c","kind":"commit","published_at":"2021-05-26T14:20:38.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.13","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13/manifests"},{"name":"v0.0.12","sha":"7b513a986450394f7bbf1476909911b3aa3a55ce","kind":"commit","published_at":"2020-01-21T17:27:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.12","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"31745d66dd679ac0ac4f8d3ecff168fce6170c6a","kind":"commit","published_at":"2019-12-11T04:17:45.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.11","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"88ba11cfdc67c7588b30042edf244b2875f892b6","kind":"commit","published_at":"2019-10-09T10:07:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.10","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"e1f7b56ace729e4a73a29a6b4fac6cd5fcda7ab3","kind":"commit","published_at":"2019-08-15T16:42:47.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.9","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"1311e847b0cb909da63b5fecfb5370aa66236465","kind":"commit","published_at":"2019-05-22T01:25:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.8","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"c2a7a6ca930a4cd0bc33a3f298eb71960732a3a7","kind":"commit","published_at":"2019-03-12T13:58:54.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.7","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"369ecd8cea9851e459abb67eb171853e3986591e","kind":"commit","published_at":"2019-02-25T17:38:24.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.6","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"a6dda38a851a575e6799957cdd53ffe0b3fdd90f","kind":"commit","published_at":"2019-02-22T15:22:59.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.5","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c","kind":"commit","published_at":"2017-11-07T05:05:31.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.4","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0360b2af4f38e8d38c7fce2a9f4e702702d73a39","kind":"commit","published_at":"2017-09-25T05:34:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.3","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"fc9e8d8ef48496124e79ae0df75490096eccf6fe","kind":"commit","published_at":"2017-03-22T23:44:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.2","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"3a115632dcd687f9c8cd01679c83a06a0e21c1f3","kind":"commit","published_at":"2015-12-12T12:33:44.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.1","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-20T01:22:33.568Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.23548160009902,"dependent_packages_count":4.905882785242946,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":5.070682192670983},"purl":"pkg:golang/github.com/mattn/go-%21isatty","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/mattn/go-Isatty","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/mattn/go-Isatty","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/mattn/go-Isatty/dependencies","status":null,"funding_links":["https://github.com/sponsors/mattn"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-20T00:56:38.546Z","issues_count":37,"pull_requests_count":61,"avg_time_to_close_issue":41681827.027027026,"avg_time_to_close_pull_request":8940763.316666666,"issues_closed_count":37,"pull_requests_closed_count":60,"pull_request_authors_count":40,"issue_authors_count":34,"avg_comments_per_issue":3.243243243243243,"avg_comments_per_pull_request":2.6557377049180326,"merged_pull_requests_count":46,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":3,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":2448461.6666666665,"past_year_avg_time_to_close_pull_request":97107.6,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":1.6666666666666667,"past_year_avg_comments_per_pull_request":1.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/issues","maintainers":[{"login":"mattn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}],"active_maintainers":[{"login":"mattn","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmattn%2Fgo-Isatty/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmattn%2Fgo-Isatty/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmattn%2Fgo-Isatty/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmattn%2Fgo-Isatty/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmattn%2Fgo-Isatty/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmattn%2Fgo-Isatty/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281883,"maintainers_count":0,"namespaces_count":839478,"keywords_count":124863,"github":"golang","metadata":{"funded_packages_count":67811,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-23T05:01:16.146Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":10944109,"name":"github.com/mATTN/go-isatty","ecosystem":"go","description":"Package isatty implements interface to isatty","homepage":"https://github.com/mATTN/go-isatty","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/mATTN/go-isatty","keywords_array":[],"namespace":"github.com/mATTN","versions_count":24,"first_release_published_at":"2015-12-12T12:33:44.000Z","latest_release_published_at":"2026-07-23T16:45:22.000Z","latest_release_number":"v0.0.24","last_synced_at":"2026-08-22T11:12:32.909Z","created_at":"2024-10-03T06:12:25.322Z","updated_at":"2026-08-22T11:12:32.910Z","registry_url":"https://pkg.go.dev/github.com/mATTN/go-isatty","install_command":"go get github.com/mATTN/go-isatty","documentation_url":"https://pkg.go.dev/github.com/mATTN/go-isatty#section-documentation","metadata":{},"repo_metadata":{"id":15578904,"uuid":"18314451","full_name":"mattn/go-isatty","owner":"mattn","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-23T17:01:15.000Z","size":77,"stargazers_count":923,"open_issues_count":0,"forks_count":117,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-08-13T07:19:17.512Z","etag":null,"topics":["cygwin","go","golang","isatty","msys2","website"],"latest_commit_sha":null,"homepage":"http://godoc.org/github.com/mattn/go-isatty","language":"Go","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/mattn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-04-01T01:53:09.000Z","updated_at":"2026-08-10T08:59:27.000Z","dependencies_parsed_at":"2026-08-09T02:32:47.108Z","dependency_job_id":null,"html_url":"https://github.com/mattn/go-isatty","commit_stats":{"total_commits":94,"total_committers":29,"mean_commits":"3.2413793103448274","dds":0.5,"last_synced_commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/mattn/go-isatty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/sbom","scorecard":{"id":627733,"data":{"date":"2025-08-11","repo":{"name":"github.com/mattn/go-isatty","commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"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":"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":8,"reason":"Found 14/16 approved changesets -- score normalized to 8","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":"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/test.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/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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: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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"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-21T06:57:12.175Z","repository_id":15578904,"created_at":"2025-08-21T06:57:12.175Z","updated_at":"2025-08-21T06:57:12.175Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36784606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-20T02:00:06.210Z","response_time":54,"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":"mattn","name":"mattn","uuid":"10111","kind":"user","description":"Long-time Golang user\u0026contributor, Google Dev Expert for Go, and author of many Go tools, Vim plugin author. Windows hacker C#/Java/C/C++, ex-GitHubStars","email":"mattn.jp@gmail.com","website":"https://mattn.kaoriya.net/","location":"Osaka, Japan","twitter":"mattn_jp","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10111?u=4fb5caa72429300200740387758d9905611ab377\u0026v=4","repositories_count":2181,"last_synced_at":"2026-08-14T04:51:13.431Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"html_url":"https://github.com/mattn","funding_links":["https://github.com/sponsors/mattn"],"total_stars":58522,"followers":13497,"following":1693,"created_at":"2022-11-02T17:07:24.611Z","updated_at":"2026-08-14T04:51:13.445Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn/repositories"},"tags":[{"name":"v0.0.24","sha":"c44dc0b9c702c76577fdb7898032969e0611efc2","kind":"commit","published_at":"2026-07-23T16:45:22.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.24","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24/manifests"},{"name":"v0.0.23","sha":"4bc9b75fc8738b40f30b420ad17c00e8a151c3bf","kind":"commit","published_at":"2026-07-16T06:19:57.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.23","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23/manifests"},{"name":"v0.0.22","sha":"9a68506e239465d922dc18c0cd331c49b411fdb2","kind":"commit","published_at":"2026-04-27T03:32:30.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.22","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22/manifests"},{"name":"v0.0.21","sha":"4237fb15069af3284b50e5d91bcdd5403e584605","kind":"commit","published_at":"2026-04-08T12:56:32.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.21","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21/manifests"},{"name":"v0.0.20","sha":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11","kind":"commit","published_at":"2023-10-17T07:28:21.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.20","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20/manifests"},{"name":"v0.0.19","sha":"c067b4f3df49dfc0f376d884e16cfd784ea1874b","kind":"commit","published_at":"2023-03-22T15:51:17.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.19","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19/manifests"},{"name":"v0.0.18","sha":"72a590e157f100a8191f6a086e84d5f6f73da9d6","kind":"commit","published_at":"2023-03-22T12:37:56.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.18","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"ed75e619dc0f0489fd4062163a7d061eaa249b9c","kind":"commit","published_at":"2022-12-29T03:52:09.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.17","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8","kind":"commit","published_at":"2022-08-15T05:52:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.16","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"47c6087c85064a84e5c9c9c3b1bf832bac52b155","kind":"commit","published_at":"2022-08-15T05:50:25.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.15","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"504425e14f742f1f517c4586048b49b37f829c8e","kind":"commit","published_at":"2021-08-29T14:41:14.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.14","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"8b0c6d82fa8980f9bff874afff66860a0c3e9c5c","kind":"commit","published_at":"2021-05-26T14:20:38.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.13","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13/manifests"},{"name":"v0.0.12","sha":"7b513a986450394f7bbf1476909911b3aa3a55ce","kind":"commit","published_at":"2020-01-21T17:27:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.12","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"31745d66dd679ac0ac4f8d3ecff168fce6170c6a","kind":"commit","published_at":"2019-12-11T04:17:45.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.11","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"88ba11cfdc67c7588b30042edf244b2875f892b6","kind":"commit","published_at":"2019-10-09T10:07:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.10","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"e1f7b56ace729e4a73a29a6b4fac6cd5fcda7ab3","kind":"commit","published_at":"2019-08-15T16:42:47.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.9","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"1311e847b0cb909da63b5fecfb5370aa66236465","kind":"commit","published_at":"2019-05-22T01:25:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.8","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"c2a7a6ca930a4cd0bc33a3f298eb71960732a3a7","kind":"commit","published_at":"2019-03-12T13:58:54.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.7","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"369ecd8cea9851e459abb67eb171853e3986591e","kind":"commit","published_at":"2019-02-25T17:38:24.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.6","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"a6dda38a851a575e6799957cdd53ffe0b3fdd90f","kind":"commit","published_at":"2019-02-22T15:22:59.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.5","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c","kind":"commit","published_at":"2017-11-07T05:05:31.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.4","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0360b2af4f38e8d38c7fce2a9f4e702702d73a39","kind":"commit","published_at":"2017-09-25T05:34:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.3","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"fc9e8d8ef48496124e79ae0df75490096eccf6fe","kind":"commit","published_at":"2017-03-22T23:44:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.2","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"3a115632dcd687f9c8cd01679c83a06a0e21c1f3","kind":"commit","published_at":"2015-12-12T12:33:44.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.1","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-20T02:17:21.208Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.542811229543516,"dependent_packages_count":6.132457751420071,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.337634490481793},"purl":"pkg:golang/github.com/m%21a%21t%21t%21n/go-isatty","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/mATTN/go-isatty","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/mATTN/go-isatty","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/mATTN/go-isatty/dependencies","status":null,"funding_links":["https://github.com/sponsors/mattn"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-20T00:56:38.546Z","issues_count":37,"pull_requests_count":61,"avg_time_to_close_issue":41681827.027027026,"avg_time_to_close_pull_request":8940763.316666666,"issues_closed_count":37,"pull_requests_closed_count":60,"pull_request_authors_count":40,"issue_authors_count":34,"avg_comments_per_issue":3.243243243243243,"avg_comments_per_pull_request":2.6557377049180326,"merged_pull_requests_count":46,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":3,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":2448461.6666666665,"past_year_avg_time_to_close_pull_request":97107.6,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":1.6666666666666667,"past_year_avg_comments_per_pull_request":1.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/issues","maintainers":[{"login":"mattn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}],"active_maintainers":[{"login":"mattn","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FmATTN%2Fgo-isatty/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FmATTN%2Fgo-isatty/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FmATTN%2Fgo-isatty/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FmATTN%2Fgo-isatty/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FmATTN%2Fgo-isatty/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FmATTN%2Fgo-isatty/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281883,"maintainers_count":0,"namespaces_count":839478,"keywords_count":124863,"github":"golang","metadata":{"funded_packages_count":67811,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-23T05:01:16.146Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":14627486,"name":"github.com/Mattn/Go-isatty","ecosystem":"go","description":"Package isatty implements interface to isatty","homepage":"https://github.com/Mattn/Go-isatty","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/Mattn/Go-isatty","keywords_array":[],"namespace":"github.com/Mattn","versions_count":22,"first_release_published_at":"2015-12-12T12:33:44.000Z","latest_release_published_at":"2026-04-27T03:32:30.000Z","latest_release_number":"v0.0.22","last_synced_at":"2026-08-22T11:23:54.196Z","created_at":"2026-06-14T11:25:04.945Z","updated_at":"2026-08-22T11:23:54.196Z","registry_url":"https://pkg.go.dev/github.com/Mattn/Go-isatty","install_command":"go get github.com/Mattn/Go-isatty","documentation_url":"https://pkg.go.dev/github.com/Mattn/Go-isatty#section-documentation","metadata":{},"repo_metadata":{"id":15578904,"uuid":"18314451","full_name":"mattn/go-isatty","owner":"mattn","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-23T17:01:15.000Z","size":77,"stargazers_count":923,"open_issues_count":0,"forks_count":117,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-08-13T07:19:17.512Z","etag":null,"topics":["cygwin","go","golang","isatty","msys2","website"],"latest_commit_sha":null,"homepage":"http://godoc.org/github.com/mattn/go-isatty","language":"Go","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/mattn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-04-01T01:53:09.000Z","updated_at":"2026-08-10T08:59:27.000Z","dependencies_parsed_at":"2026-08-09T02:32:47.108Z","dependency_job_id":null,"html_url":"https://github.com/mattn/go-isatty","commit_stats":{"total_commits":94,"total_committers":29,"mean_commits":"3.2413793103448274","dds":0.5,"last_synced_commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/mattn/go-isatty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/sbom","scorecard":{"id":627733,"data":{"date":"2025-08-11","repo":{"name":"github.com/mattn/go-isatty","commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"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":"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":8,"reason":"Found 14/16 approved changesets -- score normalized to 8","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":"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/test.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/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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: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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"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-21T06:57:12.175Z","repository_id":15578904,"created_at":"2025-08-21T06:57:12.175Z","updated_at":"2025-08-21T06:57:12.175Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36784612,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-20T02:00:06.210Z","response_time":54,"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":"mattn","name":"mattn","uuid":"10111","kind":"user","description":"Long-time Golang user\u0026contributor, Google Dev Expert for Go, and author of many Go tools, Vim plugin author. Windows hacker C#/Java/C/C++, ex-GitHubStars","email":"mattn.jp@gmail.com","website":"https://mattn.kaoriya.net/","location":"Osaka, Japan","twitter":"mattn_jp","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10111?u=4fb5caa72429300200740387758d9905611ab377\u0026v=4","repositories_count":2181,"last_synced_at":"2026-08-14T04:51:13.431Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"html_url":"https://github.com/mattn","funding_links":["https://github.com/sponsors/mattn"],"total_stars":58522,"followers":13497,"following":1693,"created_at":"2022-11-02T17:07:24.611Z","updated_at":"2026-08-14T04:51:13.445Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn/repositories"},"tags":[{"name":"v0.0.24","sha":"c44dc0b9c702c76577fdb7898032969e0611efc2","kind":"commit","published_at":"2026-07-23T16:45:22.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.24","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24/manifests"},{"name":"v0.0.23","sha":"4bc9b75fc8738b40f30b420ad17c00e8a151c3bf","kind":"commit","published_at":"2026-07-16T06:19:57.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.23","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23/manifests"},{"name":"v0.0.22","sha":"9a68506e239465d922dc18c0cd331c49b411fdb2","kind":"commit","published_at":"2026-04-27T03:32:30.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.22","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22/manifests"},{"name":"v0.0.21","sha":"4237fb15069af3284b50e5d91bcdd5403e584605","kind":"commit","published_at":"2026-04-08T12:56:32.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.21","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21/manifests"},{"name":"v0.0.20","sha":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11","kind":"commit","published_at":"2023-10-17T07:28:21.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.20","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20/manifests"},{"name":"v0.0.19","sha":"c067b4f3df49dfc0f376d884e16cfd784ea1874b","kind":"commit","published_at":"2023-03-22T15:51:17.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.19","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19/manifests"},{"name":"v0.0.18","sha":"72a590e157f100a8191f6a086e84d5f6f73da9d6","kind":"commit","published_at":"2023-03-22T12:37:56.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.18","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"ed75e619dc0f0489fd4062163a7d061eaa249b9c","kind":"commit","published_at":"2022-12-29T03:52:09.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.17","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8","kind":"commit","published_at":"2022-08-15T05:52:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.16","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"47c6087c85064a84e5c9c9c3b1bf832bac52b155","kind":"commit","published_at":"2022-08-15T05:50:25.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.15","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"504425e14f742f1f517c4586048b49b37f829c8e","kind":"commit","published_at":"2021-08-29T14:41:14.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.14","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"8b0c6d82fa8980f9bff874afff66860a0c3e9c5c","kind":"commit","published_at":"2021-05-26T14:20:38.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.13","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13/manifests"},{"name":"v0.0.12","sha":"7b513a986450394f7bbf1476909911b3aa3a55ce","kind":"commit","published_at":"2020-01-21T17:27:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.12","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"31745d66dd679ac0ac4f8d3ecff168fce6170c6a","kind":"commit","published_at":"2019-12-11T04:17:45.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.11","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"88ba11cfdc67c7588b30042edf244b2875f892b6","kind":"commit","published_at":"2019-10-09T10:07:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.10","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"e1f7b56ace729e4a73a29a6b4fac6cd5fcda7ab3","kind":"commit","published_at":"2019-08-15T16:42:47.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.9","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"1311e847b0cb909da63b5fecfb5370aa66236465","kind":"commit","published_at":"2019-05-22T01:25:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.8","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"c2a7a6ca930a4cd0bc33a3f298eb71960732a3a7","kind":"commit","published_at":"2019-03-12T13:58:54.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.7","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"369ecd8cea9851e459abb67eb171853e3986591e","kind":"commit","published_at":"2019-02-25T17:38:24.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.6","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"a6dda38a851a575e6799957cdd53ffe0b3fdd90f","kind":"commit","published_at":"2019-02-22T15:22:59.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.5","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c","kind":"commit","published_at":"2017-11-07T05:05:31.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.4","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0360b2af4f38e8d38c7fce2a9f4e702702d73a39","kind":"commit","published_at":"2017-09-25T05:34:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.3","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"fc9e8d8ef48496124e79ae0df75490096eccf6fe","kind":"commit","published_at":"2017-03-22T23:44:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.2","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"3a115632dcd687f9c8cd01679c83a06a0e21c1f3","kind":"commit","published_at":"2015-12-12T12:33:44.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.1","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-20T02:57:03.388Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":4.992491782916858,"dependent_packages_count":4.678147146301194,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.835319464609026},"purl":"pkg:golang/github.com/%21mattn/%21go-isatty","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/Mattn/Go-isatty","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/Mattn/Go-isatty","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/Mattn/Go-isatty/dependencies","status":null,"funding_links":["https://github.com/sponsors/mattn"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-20T00:56:38.546Z","issues_count":37,"pull_requests_count":61,"avg_time_to_close_issue":41681827.027027026,"avg_time_to_close_pull_request":8940763.316666666,"issues_closed_count":37,"pull_requests_closed_count":60,"pull_request_authors_count":40,"issue_authors_count":34,"avg_comments_per_issue":3.243243243243243,"avg_comments_per_pull_request":2.6557377049180326,"merged_pull_requests_count":46,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":3,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":2448461.6666666665,"past_year_avg_time_to_close_pull_request":97107.6,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":1.6666666666666667,"past_year_avg_comments_per_pull_request":1.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/issues","maintainers":[{"login":"mattn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}],"active_maintainers":[{"login":"mattn","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FMattn%2FGo-isatty/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FMattn%2FGo-isatty/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FMattn%2FGo-isatty/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FMattn%2FGo-isatty/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FMattn%2FGo-isatty/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FMattn%2FGo-isatty/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281883,"maintainers_count":0,"namespaces_count":839478,"keywords_count":124863,"github":"golang","metadata":{"funded_packages_count":67811,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-23T05:01:16.146Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":14297616,"name":"github.com/MatTN/go-isatty","ecosystem":"go","description":"Package isatty implements interface to isatty","homepage":"https://github.com/MatTN/go-isatty","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/MatTN/go-isatty","keywords_array":[],"namespace":"github.com/MatTN","versions_count":22,"first_release_published_at":"2015-12-12T12:33:44.000Z","latest_release_published_at":"2026-04-27T03:32:30.000Z","latest_release_number":"v0.0.22","last_synced_at":"2026-08-22T12:01:57.759Z","created_at":"2026-04-22T10:04:42.086Z","updated_at":"2026-08-22T12:01:57.759Z","registry_url":"https://pkg.go.dev/github.com/MatTN/go-isatty","install_command":"go get github.com/MatTN/go-isatty","documentation_url":"https://pkg.go.dev/github.com/MatTN/go-isatty#section-documentation","metadata":{},"repo_metadata":{"id":15578904,"uuid":"18314451","full_name":"mattn/go-isatty","owner":"mattn","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-23T17:01:15.000Z","size":77,"stargazers_count":923,"open_issues_count":0,"forks_count":117,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-08-13T07:19:17.512Z","etag":null,"topics":["cygwin","go","golang","isatty","msys2","website"],"latest_commit_sha":null,"homepage":"http://godoc.org/github.com/mattn/go-isatty","language":"Go","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/mattn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-04-01T01:53:09.000Z","updated_at":"2026-08-10T08:59:27.000Z","dependencies_parsed_at":"2026-08-09T02:32:47.108Z","dependency_job_id":null,"html_url":"https://github.com/mattn/go-isatty","commit_stats":{"total_commits":94,"total_committers":29,"mean_commits":"3.2413793103448274","dds":0.5,"last_synced_commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/mattn/go-isatty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/sbom","scorecard":{"id":627733,"data":{"date":"2025-08-11","repo":{"name":"github.com/mattn/go-isatty","commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"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":"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":8,"reason":"Found 14/16 approved changesets -- score normalized to 8","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":"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/test.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/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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: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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"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-21T06:57:12.175Z","repository_id":15578904,"created_at":"2025-08-21T06:57:12.175Z","updated_at":"2025-08-21T06:57:12.175Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36788305,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-20T02:00:06.210Z","response_time":54,"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":"mattn","name":"mattn","uuid":"10111","kind":"user","description":"Long-time Golang user\u0026contributor, Google Dev Expert for Go, and author of many Go tools, Vim plugin author. Windows hacker C#/Java/C/C++, ex-GitHubStars","email":"mattn.jp@gmail.com","website":"https://mattn.kaoriya.net/","location":"Osaka, Japan","twitter":"mattn_jp","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10111?u=4fb5caa72429300200740387758d9905611ab377\u0026v=4","repositories_count":2181,"last_synced_at":"2026-08-14T04:51:13.431Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"html_url":"https://github.com/mattn","funding_links":["https://github.com/sponsors/mattn"],"total_stars":58522,"followers":13497,"following":1693,"created_at":"2022-11-02T17:07:24.611Z","updated_at":"2026-08-14T04:51:13.445Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn/repositories"},"tags":[{"name":"v0.0.24","sha":"c44dc0b9c702c76577fdb7898032969e0611efc2","kind":"commit","published_at":"2026-07-23T16:45:22.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.24","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24/manifests"},{"name":"v0.0.23","sha":"4bc9b75fc8738b40f30b420ad17c00e8a151c3bf","kind":"commit","published_at":"2026-07-16T06:19:57.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.23","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23/manifests"},{"name":"v0.0.22","sha":"9a68506e239465d922dc18c0cd331c49b411fdb2","kind":"commit","published_at":"2026-04-27T03:32:30.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.22","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22/manifests"},{"name":"v0.0.21","sha":"4237fb15069af3284b50e5d91bcdd5403e584605","kind":"commit","published_at":"2026-04-08T12:56:32.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.21","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21/manifests"},{"name":"v0.0.20","sha":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11","kind":"commit","published_at":"2023-10-17T07:28:21.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.20","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20/manifests"},{"name":"v0.0.19","sha":"c067b4f3df49dfc0f376d884e16cfd784ea1874b","kind":"commit","published_at":"2023-03-22T15:51:17.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.19","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19/manifests"},{"name":"v0.0.18","sha":"72a590e157f100a8191f6a086e84d5f6f73da9d6","kind":"commit","published_at":"2023-03-22T12:37:56.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.18","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"ed75e619dc0f0489fd4062163a7d061eaa249b9c","kind":"commit","published_at":"2022-12-29T03:52:09.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.17","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8","kind":"commit","published_at":"2022-08-15T05:52:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.16","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"47c6087c85064a84e5c9c9c3b1bf832bac52b155","kind":"commit","published_at":"2022-08-15T05:50:25.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.15","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"504425e14f742f1f517c4586048b49b37f829c8e","kind":"commit","published_at":"2021-08-29T14:41:14.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.14","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"8b0c6d82fa8980f9bff874afff66860a0c3e9c5c","kind":"commit","published_at":"2021-05-26T14:20:38.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.13","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13/manifests"},{"name":"v0.0.12","sha":"7b513a986450394f7bbf1476909911b3aa3a55ce","kind":"commit","published_at":"2020-01-21T17:27:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.12","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"31745d66dd679ac0ac4f8d3ecff168fce6170c6a","kind":"commit","published_at":"2019-12-11T04:17:45.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.11","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"88ba11cfdc67c7588b30042edf244b2875f892b6","kind":"commit","published_at":"2019-10-09T10:07:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.10","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"e1f7b56ace729e4a73a29a6b4fac6cd5fcda7ab3","kind":"commit","published_at":"2019-08-15T16:42:47.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.9","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"1311e847b0cb909da63b5fecfb5370aa66236465","kind":"commit","published_at":"2019-05-22T01:25:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.8","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"c2a7a6ca930a4cd0bc33a3f298eb71960732a3a7","kind":"commit","published_at":"2019-03-12T13:58:54.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.7","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"369ecd8cea9851e459abb67eb171853e3986591e","kind":"commit","published_at":"2019-02-25T17:38:24.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.6","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"a6dda38a851a575e6799957cdd53ffe0b3fdd90f","kind":"commit","published_at":"2019-02-22T15:22:59.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.5","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c","kind":"commit","published_at":"2017-11-07T05:05:31.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.4","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0360b2af4f38e8d38c7fce2a9f4e702702d73a39","kind":"commit","published_at":"2017-09-25T05:34:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.3","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"fc9e8d8ef48496124e79ae0df75490096eccf6fe","kind":"commit","published_at":"2017-03-22T23:44:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.2","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"3a115632dcd687f9c8cd01679c83a06a0e21c1f3","kind":"commit","published_at":"2015-12-12T12:33:44.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.1","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-20T06:14:04.864Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.1476275343213995,"dependent_packages_count":4.823416941952518,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.985522238136959},"purl":"pkg:golang/github.com/%21mat%21t%21n/go-isatty","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/MatTN/go-isatty","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/MatTN/go-isatty","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/MatTN/go-isatty/dependencies","status":null,"funding_links":["https://github.com/sponsors/mattn"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-20T00:56:38.546Z","issues_count":37,"pull_requests_count":61,"avg_time_to_close_issue":41681827.027027026,"avg_time_to_close_pull_request":8940763.316666666,"issues_closed_count":37,"pull_requests_closed_count":60,"pull_request_authors_count":40,"issue_authors_count":34,"avg_comments_per_issue":3.243243243243243,"avg_comments_per_pull_request":2.6557377049180326,"merged_pull_requests_count":46,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":3,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":2448461.6666666665,"past_year_avg_time_to_close_pull_request":97107.6,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":1.6666666666666667,"past_year_avg_comments_per_pull_request":1.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/issues","maintainers":[{"login":"mattn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}],"active_maintainers":[{"login":"mattn","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FMatTN%2Fgo-isatty/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FMatTN%2Fgo-isatty/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FMatTN%2Fgo-isatty/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FMatTN%2Fgo-isatty/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FMatTN%2Fgo-isatty/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FMatTN%2Fgo-isatty/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281883,"maintainers_count":0,"namespaces_count":839478,"keywords_count":124863,"github":"golang","metadata":{"funded_packages_count":67811,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-23T05:01:16.146Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":12555017,"name":"github.com/Mattn/go-isatty","ecosystem":"go","description":"Package isatty implements interface to isatty","homepage":"https://github.com/Mattn/go-isatty","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/Mattn/go-isatty","keywords_array":[],"namespace":"github.com/Mattn","versions_count":22,"first_release_published_at":"2015-12-12T12:33:44.000Z","latest_release_published_at":"2026-04-27T03:32:30.000Z","latest_release_number":"v0.0.22","last_synced_at":"2026-08-22T12:08:05.852Z","created_at":"2025-12-05T10:35:04.790Z","updated_at":"2026-08-22T12:08:05.852Z","registry_url":"https://pkg.go.dev/github.com/Mattn/go-isatty","install_command":"go get github.com/Mattn/go-isatty","documentation_url":"https://pkg.go.dev/github.com/Mattn/go-isatty#section-documentation","metadata":{},"repo_metadata":{"id":15578904,"uuid":"18314451","full_name":"mattn/go-isatty","owner":"mattn","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-23T17:01:15.000Z","size":77,"stargazers_count":923,"open_issues_count":0,"forks_count":117,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-08-13T07:19:17.512Z","etag":null,"topics":["cygwin","go","golang","isatty","msys2","website"],"latest_commit_sha":null,"homepage":"http://godoc.org/github.com/mattn/go-isatty","language":"Go","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/mattn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-04-01T01:53:09.000Z","updated_at":"2026-08-10T08:59:27.000Z","dependencies_parsed_at":"2026-08-09T02:32:47.108Z","dependency_job_id":null,"html_url":"https://github.com/mattn/go-isatty","commit_stats":{"total_commits":94,"total_committers":29,"mean_commits":"3.2413793103448274","dds":0.5,"last_synced_commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/mattn/go-isatty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/sbom","scorecard":{"id":627733,"data":{"date":"2025-08-11","repo":{"name":"github.com/mattn/go-isatty","commit":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"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":"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":8,"reason":"Found 14/16 approved changesets -- score normalized to 8","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":"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/test.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/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/mattn/go-isatty/test.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"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: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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"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-21T06:57:12.175Z","repository_id":15578904,"created_at":"2025-08-21T06:57:12.175Z","updated_at":"2025-08-21T06:57:12.175Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36785962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-20T02:00:06.210Z","response_time":54,"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":"mattn","name":"mattn","uuid":"10111","kind":"user","description":"Long-time Golang user\u0026contributor, Google Dev Expert for Go, and author of many Go tools, Vim plugin author. Windows hacker C#/Java/C/C++, ex-GitHubStars","email":"mattn.jp@gmail.com","website":"https://mattn.kaoriya.net/","location":"Osaka, Japan","twitter":"mattn_jp","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10111?u=4fb5caa72429300200740387758d9905611ab377\u0026v=4","repositories_count":2181,"last_synced_at":"2026-08-14T04:51:13.431Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"html_url":"https://github.com/mattn","funding_links":["https://github.com/sponsors/mattn"],"total_stars":58522,"followers":13497,"following":1693,"created_at":"2022-11-02T17:07:24.611Z","updated_at":"2026-08-14T04:51:13.445Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn/repositories"},"tags":[{"name":"v0.0.24","sha":"c44dc0b9c702c76577fdb7898032969e0611efc2","kind":"commit","published_at":"2026-07-23T16:45:22.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.24","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.24/manifests"},{"name":"v0.0.23","sha":"4bc9b75fc8738b40f30b420ad17c00e8a151c3bf","kind":"commit","published_at":"2026-07-16T06:19:57.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.23","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.23/manifests"},{"name":"v0.0.22","sha":"9a68506e239465d922dc18c0cd331c49b411fdb2","kind":"commit","published_at":"2026-04-27T03:32:30.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.22","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.22/manifests"},{"name":"v0.0.21","sha":"4237fb15069af3284b50e5d91bcdd5403e584605","kind":"commit","published_at":"2026-04-08T12:56:32.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.21","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.21/manifests"},{"name":"v0.0.20","sha":"a7c02353c47bc4ec6b30dc9628154ae4fe760c11","kind":"commit","published_at":"2023-10-17T07:28:21.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.20","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.20/manifests"},{"name":"v0.0.19","sha":"c067b4f3df49dfc0f376d884e16cfd784ea1874b","kind":"commit","published_at":"2023-03-22T15:51:17.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.19","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.19/manifests"},{"name":"v0.0.18","sha":"72a590e157f100a8191f6a086e84d5f6f73da9d6","kind":"commit","published_at":"2023-03-22T12:37:56.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.18","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"ed75e619dc0f0489fd4062163a7d061eaa249b9c","kind":"commit","published_at":"2022-12-29T03:52:09.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.17","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8","kind":"commit","published_at":"2022-08-15T05:52:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.16","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"47c6087c85064a84e5c9c9c3b1bf832bac52b155","kind":"commit","published_at":"2022-08-15T05:50:25.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.15","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"504425e14f742f1f517c4586048b49b37f829c8e","kind":"commit","published_at":"2021-08-29T14:41:14.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.14","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"8b0c6d82fa8980f9bff874afff66860a0c3e9c5c","kind":"commit","published_at":"2021-05-26T14:20:38.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.13","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.13/manifests"},{"name":"v0.0.12","sha":"7b513a986450394f7bbf1476909911b3aa3a55ce","kind":"commit","published_at":"2020-01-21T17:27:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.12","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"31745d66dd679ac0ac4f8d3ecff168fce6170c6a","kind":"commit","published_at":"2019-12-11T04:17:45.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.11","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"88ba11cfdc67c7588b30042edf244b2875f892b6","kind":"commit","published_at":"2019-10-09T10:07:20.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.10","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"e1f7b56ace729e4a73a29a6b4fac6cd5fcda7ab3","kind":"commit","published_at":"2019-08-15T16:42:47.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.9","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"1311e847b0cb909da63b5fecfb5370aa66236465","kind":"commit","published_at":"2019-05-22T01:25:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.8","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"c2a7a6ca930a4cd0bc33a3f298eb71960732a3a7","kind":"commit","published_at":"2019-03-12T13:58:54.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.7","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"369ecd8cea9851e459abb67eb171853e3986591e","kind":"commit","published_at":"2019-02-25T17:38:24.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.6","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"a6dda38a851a575e6799957cdd53ffe0b3fdd90f","kind":"commit","published_at":"2019-02-22T15:22:59.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.5","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c","kind":"commit","published_at":"2017-11-07T05:05:31.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.4","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"0360b2af4f38e8d38c7fce2a9f4e702702d73a39","kind":"commit","published_at":"2017-09-25T05:34:41.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.3","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"fc9e8d8ef48496124e79ae0df75490096eccf6fe","kind":"commit","published_at":"2017-03-22T23:44:13.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.2","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"3a115632dcd687f9c8cd01679c83a06a0e21c1f3","kind":"commit","published_at":"2015-12-12T12:33:44.000Z","download_url":"https://codeload.github.com/mattn/go-isatty/tar.gz/v0.0.1","html_url":"https://github.com/mattn/go-isatty/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattn/go-isatty@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-20T04:46:34.419Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.401430650277893,"dependent_packages_count":5.061502796397982,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":5.231466723337938},"purl":"pkg:golang/github.com/%21mattn/go-isatty","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/Mattn/go-isatty","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/Mattn/go-isatty","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/Mattn/go-isatty/dependencies","status":null,"funding_links":["https://github.com/sponsors/mattn"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-20T00:56:38.546Z","issues_count":37,"pull_requests_count":61,"avg_time_to_close_issue":41681827.027027026,"avg_time_to_close_pull_request":8940763.316666666,"issues_closed_count":37,"pull_requests_closed_count":60,"pull_request_authors_count":40,"issue_authors_count":34,"avg_comments_per_issue":3.243243243243243,"avg_comments_per_pull_request":2.6557377049180326,"merged_pull_requests_count":46,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":3,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":2448461.6666666665,"past_year_avg_time_to_close_pull_request":97107.6,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":1.6666666666666667,"past_year_avg_comments_per_pull_request":1.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/issues","maintainers":[{"login":"mattn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}],"active_maintainers":[{"login":"mattn","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FMattn%2Fgo-isatty/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FMattn%2Fgo-isatty/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FMattn%2Fgo-isatty/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FMattn%2Fgo-isatty/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FMattn%2Fgo-isatty/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FMattn%2Fgo-isatty/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281883,"maintainers_count":0,"namespaces_count":839478,"keywords_count":124863,"github":"golang","metadata":{"funded_packages_count":67811,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-23T05:01:16.146Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}}],"commits":{"id":7777,"full_name":"mattn/go-isatty","default_branch":"master","total_commits":105,"total_committers":30,"total_bot_commits":3,"total_bot_committers":1,"mean_commits":3.5,"dds":0.4571428571428572,"past_year_total_commits":11,"past_year_total_committers":2,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":5.5,"past_year_dds":0.09090909090909094,"last_synced_at":"2026-08-19T09:32:56.057Z","last_synced_commit":"c44dc0b9c702c76577fdb7898032969e0611efc2","created_at":"2023-03-07T09:46:32.641Z","updated_at":"2026-08-19T09:32:54.751Z","committers":[{"name":"Yasuhiro Matsumoto","email":"mattn.jp@gmail.com","login":"mattn","count":57},{"name":"Tobias Klauser","email":"tklauser@distanz.ch","login":"tklauser","count":8},{"name":"Marcelo Pires","email":"thesyncim@gmail.com","login":"thesyncim","count":6},{"name":"Olivier Mengué","email":"dolmen@cpan.org","login":"dolmen","count":5},{"name":"renovate[bot]","email":"29139614+renovate[bot]","login":"renovate[bot]","count":3},{"name":"Ichinose Shogo","email":"shogo82148@gmail.com","login":"shogo82148","count":2},{"name":"Clément Chigot","email":"clement.chigot@atos.net","login":null,"count":1},{"name":"Fazal Majid","email":"majid@apsalar.com","login":null,"count":1},{"name":"Fernando Ike","email":"fike@midstorm.org","login":null,"count":1},{"name":"Aaron Eppert","email":"aeppert@gmail.com","login":"aeppert","count":1},{"name":"Alexander Grafov","email":"grafov@gmail.com","login":"grafov","count":1},{"name":"CarlosEDP","email":"me@carlosedp.com","login":"carlosedp","count":1},{"name":"Chen Lei","email":"my@mysq.to","login":"mysqto","count":1},{"name":"Dan Kegel","email":"dkegel@fastly.com","login":"dkegel-fastly","count":1},{"name":"Dmitri Goutnik","email":"5332688+dmgk","login":"dmgk","count":1},{"name":"Drew DeVault","email":"sir@cmpwn.com","login":"ddevault","count":1},{"name":"Fabian Raetz","email":"fabian.raetz@gmail.com","login":"Mischi","count":1},{"name":"Fatih Arslan","email":"ftharsln@gmail.com","login":"fatih","count":1},{"name":"Henry Yee","email":"henry@yearning.io","login":"cookieY","count":1},{"name":"Luis","email":"luis@helloeave.com","login":"lgonzalez-silen","count":1},{"name":"Mahdi Hosseini","email":"seyed.mahdi.hosseini.moghaddam@ibm.com","login":"mahdi-hm","count":1},{"name":"Marc Auberer","email":"contact@marc-auberer.com","login":"marcauberer","count":1},{"name":"Martin Lindhe","email":"martin@ubique.se","login":"martinlindhe","count":1},{"name":"Nick Craig-Wood","email":"nick@craig-wood.com","login":"ncw","count":1},{"name":"Pandora Hex","email":"pandora@soulpheonix.org","login":"soulpheonix","count":1},{"name":"Radek Simko","email":"radek.simko@gmail.com","login":"radeksimko","count":1},{"name":"Samuel Thibault","email":"samuel.thibault@ens-lyon.org","login":"sthibaul","count":1},{"name":"Simon Green","email":"simon@captaincodeman.com","login":"CaptainCodeman","count":1},{"name":"Theodore Ni","email":"3806110+tjni","login":"tjni","count":1},{"name":"stuart nelson","email":"stuartnelson3@gmail.com","login":"stuartnelson3","count":1}],"past_year_committers":[{"name":"Yasuhiro Matsumoto","email":"mattn.jp@gmail.com","login":"mattn","count":10},{"name":"Pandora Hex","email":"pandora@soulpheonix.org","login":"soulpheonix","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-20T00:00:10.776Z","repositories_count":6741518,"commits_count":976002289,"contributors_count":41157091,"owners_count":1356543,"committers_count":3350118,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues":{"table":{"full_name":"mattn/go-isatty","html_url":"https://github.com/mattn/go-isatty","last_synced_at":"2026-08-22T11:04:47.728Z","status":null,"issues_count":37,"pull_requests_count":61,"avg_time_to_close_issue":41681827.027027026,"avg_time_to_close_pull_request":8940763.316666666,"issues_closed_count":37,"pull_requests_closed_count":60,"pull_request_authors_count":40,"issue_authors_count":34,"avg_comments_per_issue":3.243243243243243,"avg_comments_per_pull_request":2.6557377049180326,"merged_pull_requests_count":46,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":3,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":2448461.6666666665,"past_year_avg_time_to_close_pull_request":97107.6,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":1.6666666666666667,"past_year_avg_comments_per_pull_request":1.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"created_at":"2023-05-16T03:48:22.947Z","updated_at":"2026-08-22T11:04:47.728Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-isatty/issues","issue_labels_count":{"table":{"todo":1}},"pull_request_labels_count":{"table":{}},"issue_author_associations_count":{"table":{"NONE":33,"CONTRIBUTOR":3,"OWNER":1}},"pull_request_author_associations_count":{"table":{"CONTRIBUTOR":42,"NONE":13,"OWNER":6}},"issue_authors":{"table":{"Delta456":2,"gabyx":2,"cardil":2,"shif3r":1,"dkegel-fastly":1,"xiegeo":1,"asticode":1,"aviau":1,"kevinburke":1,"thesyncim":1,"kirillDanshin":1,"jeanlucmongrain":1,"elgatito":1,"szakharchenko":1,"iamleot":1,"mattn":1,"sssilver":1,"uudashr":1,"rstrlcpy":1,"zhsj":1,"stantonxu":1,"mih-kopylov":1,"pscheid92":1,"sneko":1,"mahdi-hm":1,"Integralist":1,"lonnywong":1,"pliu":1,"cacaocaca":1,"wingyplus":1,"smlx":1,"repli2dev":1,"cswank":1,"mislav":1}},"pull_request_authors":{"table":{"mattn":6,"tklauser":6,"dolmen":5,"renovate[bot]":4,"abitrolly":2,"matt-FFFFFF":2,"ddevault":2,"shogo82148":2,"thesyncim":1,"mmorel-35":1,"caarlos0":1,"radeksimko":1,"dmgk":1,"tjni":1,"mahdi-hm":1,"Mischi":1,"marcauberer":1,"fazalmajid":1,"fatih":1,"martinlindhe":1,"lgonzalez-silen":1,"aeppert":1,"Solaris-star":1,"ncw":1,"stuartnelson3":1,"grafov":1,"sthibaul":1,"sonnemusk":1,"cardil":1,"CaptainCodeman":1,"fike":1,"soulpheonix":1,"rasa":1,"Jah-yee":1,"srinivas32":1,"carlosedp":1,"dkegel-fastly":1,"cookieY":1,"Helflym":1,"mysqto":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-23T00:00:07.901Z","repositories_count":16277450,"issues_count":42193190,"pull_requests_count":134426820,"authors_count":11510733,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"}},"past_year_issue_labels_count":{"table":{}},"past_year_pull_request_labels_count":{"table":{}},"past_year_issue_author_associations_count":{"table":{"NONE":3}},"past_year_pull_request_author_associations_count":{"table":{"NONE":3,"CONTRIBUTOR":1,"OWNER":1}},"past_year_issue_authors":{"table":{"lonnywong":1,"smlx":1,"xiegeo":1}},"past_year_pull_request_authors":{"table":{"Jah-yee":1,"mattn":1,"Solaris-star":1,"sonnemusk":1,"soulpheonix":1}},"maintainers":[{"table":{"login":"mattn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}}],"active_maintainers":[{"table":{"login":"mattn","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattn"}}]}},"events":{"total":{"PullRequestEvent":2,"ForkEvent":8,"IssuesEvent":1,"WatchEvent":53,"IssueCommentEvent":7,"PushEvent":1,"PullRequestReviewEvent":2,"PullRequestReviewCommentEvent":2},"last_year":{"PullRequestEvent":1,"ForkEvent":1,"IssuesEvent":1,"WatchEvent":12,"IssueCommentEvent":4,"PushEvent":1,"PullRequestReviewEvent":2,"PullRequestReviewCommentEvent":2}},"keywords":["cygwin","go","golang","isatty","msys2","website"],"dependencies":[{"ecosystem":"go","filepath":"go.mod","sha":null,"kind":"manifest","created_at":"2022-07-21T06:47:12.637Z","updated_at":"2022-07-21T06:47:12.637Z","repository_link":"https://github.com/mattn/go-isatty/blob/master/go.mod","dependencies":[{"id":342684458,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20211004093028-2c5d950f24ef","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"go","filepath":"go.sum","sha":null,"kind":"lockfile","created_at":"2022-07-21T06:47:12.742Z","updated_at":"2022-07-21T06:47:12.742Z","repository_link":"https://github.com/mattn/go-isatty/blob/master/go.sum","dependencies":[{"id":342684459,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20211004093028-2c5d950f24ef","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T18:29:34.877Z","updated_at":"2023-01-13T18:29:34.877Z","repository_link":"https://github.com/mattn/go-isatty/blob/master/.github/workflows/test.yml","dependencies":[{"id":6891036778,"package_name":"actions/setup-go","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6891036779,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6891036780,"package_name":"codecov/codecov-action","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]}],"score":35.15870499267856,"created_at":"2025-08-07T16:46:20.033Z","updated_at":"2026-08-23T11:32:12.429Z","avatar_url":"https://github.com/mattn.png","language":"Go","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/362675","html_url":"https://summary.ecosyste.ms/projects/362675"}