{"id":18910790,"url":"https://github.com/lucor/goinfo","last_synced_at":"2026-03-17T09:32:21.684Z","repository":{"id":48299909,"uuid":"246656734","full_name":"lucor/goinfo","owner":"lucor","description":"goinfo is a simple tool that collect info about a Go project and the develop environment","archived":false,"fork":false,"pushed_at":"2023-08-10T12:31:04.000Z","size":46,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-01T08:39:41.568Z","etag":null,"topics":["cli","go","information-retrieval","issue-template","tools"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-11T19:01:12.000Z","updated_at":"2024-09-21T22:52:59.000Z","dependencies_parsed_at":"2024-06-21T16:53:50.392Z","dependency_job_id":"f43086fb-ee7b-4f98-9469-b713a37e8ba6","html_url":"https://github.com/lucor/goinfo","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lucor/goinfo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucor%2Fgoinfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucor%2Fgoinfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucor%2Fgoinfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucor%2Fgoinfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucor","download_url":"https://codeload.github.com/lucor/goinfo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucor%2Fgoinfo/sbom","scorecard":{"id":602958,"data":{"date":"2025-08-11","repo":{"name":"github.com/lucor/goinfo","commit":"00a3782edfe99b3b911259fe3fdf22b32643e447"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.7,"checks":[{"name":"Code-Review","score":2,"reason":"Found 3/14 approved changesets -- score normalized to 2","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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Pinned-Dependencies","score":1,"reason":"dependency not pinned by hash detected -- score normalized to 1","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/platform_tests.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/lucor/goinfo/platform_tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/platform_tests.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/lucor/goinfo/platform_tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static_analysis.yml:8: update your workflow using https://app.stepsecurity.io/secureworkflow/lucor/goinfo/static_analysis.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/static_analysis.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/lucor/goinfo/static_analysis.yml/master?enable=pin","Warn: goCommand not pinned by hash: .github/workflows/static_analysis.yml:15","Warn: goCommand not pinned by hash: .github/workflows/static_analysis.yml:16","Warn: goCommand not pinned by hash: .github/workflows/static_analysis.yml:17","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   1 out of   4 goCommand 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/platform_tests.yml:1","Warn: no topLevel permission defined: .github/workflows/static_analysis.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":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 14 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-21T00:52:03.269Z","repository_id":48299909,"created_at":"2025-08-21T00:52:03.269Z","updated_at":"2025-08-21T00:52:03.269Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30620689,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T08:10:05.930Z","status":"ssl_error","status_checked_at":"2026-03-17T08:10:04.972Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","go","information-retrieval","issue-template","tools"],"created_at":"2024-11-08T09:46:13.391Z","updated_at":"2026-03-17T09:32:21.666Z","avatar_url":"https://github.com/lucor.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# goinfo\n\ngoinfo is a simple tool that collect info about a Go project and the develop environment.\n\nIt aims to help with issue reporting answering the following questions:\n\n- what version of Go are you using ?\n- what operating system and processor architecture are you using ?\n- what version of the project or module are you using ?\n\n## Installation\n\n```\n$ go get github.com/lucor/goinfo/cmd/goinfo\n```\n\n## Usage\n\n```\nUsage:\n  goinfo [options...]\nOptions:\n  -work-dir         Path of the working dir. Default to current dir\n  -module-path      Go module path to detect info. Default to the module defined in work-dir\n  -format           Format output for the report. Supported: text, html, json. Default to text\n  -help             Display this help text\n```\n\n## Examples\n\n### Text format output\n\n```\n$ goinfo\n```\n\n```\n## Go version info\nversion=\"go1.14 linux/amd64\"\n\n## Go module info\ngo_mod=\"true\"\ngo_path=\"false\"\nimported=\"false\"\nmodule=\"github.com/lucor/goinfo\"\npath=\"/code/lucor/goinfo\"\nversion=\"v0.9.0-g6626b18\"\n\n## OS info\nBUG_REPORT_URL=\"https://bugs.launchpad.net/ubuntu/\"\nHOME_URL=\"https://www.ubuntu.com/\"\nID=\"ubuntu\"\nID_LIKE=\"debian\"\nNAME=\"Ubuntu\"\nPRETTY_NAME=\"Ubuntu 19.10\"\nPRIVACY_POLICY_URL=\"https://www.ubuntu.com/legal/terms-and-policies/privacy-policy\"\nSUPPORT_URL=\"https://help.ubuntu.com/\"\nUBUNTU_CODENAME=\"eoan\"\nVERSION=\"19.10 (Eoan Ermine)\"\nVERSION_CODENAME=\"eoan\"\nVERSION_ID=\"19.10\"\n\n## Go environment info\nAR=\"ar\"\nCC=\"gcc\"\nCGO_CFLAGS=\"-g -O2\"\nCGO_CPPFLAGS=\"\"\nCGO_CXXFLAGS=\"-g -O2\"\nCGO_ENABLED=\"1\"\nCGO_FFLAGS=\"-g -O2\"\nCGO_LDFLAGS=\"-g -O2\"\nCXX=\"g++\"\nGCCGO=\"gccgo\"\nGO111MODULE=\"\"\nGOARCH=\"amd64\"\nGOBIN=\"\"\nGOCACHE=\"/home/lucor/.cache/go-build\"\nGOENV=\"/home/lucor/.config/go/env\"\nGOEXE=\"\"\nGOFLAGS=\"\"\n...\n\n```\n\n### HTML format output\n\nThis format could be useful when reporting issues on services that support the HTML details tag like github or gitlab\n\n```\n$ goinfo -format html\n```\n\nThe report will look like:\n\n\u003cdetails\u003e\u003csummary\u003eGo version info\u003c/summary\u003e\u003cbr\u003e\u003cpre\u003e\nversion=go1.14 linux/amd64\n\u003c/pre\u003e\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eGo module info\u003c/summary\u003e\u003cbr\u003e\u003cpre\u003e\ngo_mod=true\ngo_path=false\nimported=false\nmodule=github.com/lucor/goinfo\npath=/code/lucor/goinfo\nversion=v0.9.0-g6626b18\n\u003c/pre\u003e\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eOS info\u003c/summary\u003e\u003cbr\u003e\u003cpre\u003e\nBUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/\nHOME_URL=https://www.ubuntu.com/\nID=ubuntu\nID_LIKE=debian\nNAME=Ubuntu\nPRETTY_NAME=Ubuntu 19.10\nPRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy\nSUPPORT_URL=https://help.ubuntu.com/\nUBUNTU_CODENAME=eoan\nVERSION=19.10 (Eoan Ermine)\nVERSION_CODENAME=eoan\nVERSION_ID=19.10\n\u003c/pre\u003e\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eGo environment info\u003c/summary\u003e\u003cbr\u003e\u003cpre\u003e\nAR=ar\nCC=gcc\nCGO_CFLAGS=-g -O2\nCGO_CPPFLAGS=\nCGO_CXXFLAGS=-g -O2\nCGO_ENABLED=1\nCGO_FFLAGS=-g -O2\nCGO_LDFLAGS=-g -O2\nCXX=g\u0026#43;\u0026#43;\nGCCGO=gccgo\nGO111MODULE=\nGOARCH=amd64\nGOBIN=\nGOCACHE=/home/lucor/.cache/go-build\nGOENV=/home/lucor/.config/go/env\nGOEXE=\nGOFLAGS=\n...\n\u003c/pre\u003e\u003c/details\u003e\n\n### JSON format output\n\n\n```\n$ goinfo -format json\n```\n\n```\n[\n\t{\n\t\t\"summary\": \"Go version info\",\n\t\t\"info\": {\n\t\t\t\"version\": \"go1.14 linux/amd64\"\n\t\t}\n\t},\n\t{\n\t\t\"summary\": \"Go module info\",\n\t\t\"info\": {\n\t\t\t\"go_mod\": true,\n\t\t\t\"go_path\": false,\n\t\t\t\"imported\": false,\n\t\t\t\"module\": \"github.com/lucor/goinfo\",\n\t\t\t\"path\": \"/code/lucor/goinfo\",\n\t\t\t\"version\": \"v0.9.0-g6626b18\"\n\t\t},\n\t},\n\t{\n\t\t\"summary\": \"OS info\",\n\t\t\"info\": {\n\t\t\t\"BUG_REPORT_URL\": \"https://bugs.launchpad.net/ubuntu/\",\n\t\t\t\"HOME_URL\": \"https://www.ubuntu.com/\",\n\t\t\t\"ID\": \"ubuntu\",\n\t\t\t\"ID_LIKE\": \"debian\",\n\t\t\t\"NAME\": \"Ubuntu\",\n\t\t\t\"PRETTY_NAME\": \"Ubuntu 19.10\",\n\t\t\t\"PRIVACY_POLICY_URL\": \"https://www.ubuntu.com/legal/terms-and-policies/privacy-policy\",\n\t\t\t\"SUPPORT_URL\": \"https://help.ubuntu.com/\",\n\t\t\t\"UBUNTU_CODENAME\": \"eoan\",\n\t\t\t\"VERSION\": \"19.10 (Eoan Ermine)\",\n\t\t\t\"VERSION_CODENAME\": \"eoan\",\n\t\t\t\"VERSION_ID\": \"19.10\"\n\t\t}\n\t},\n\t{\n\t\t\"summary\": \"Go environment info\",\n\t\t\"info\": {\n\t\t\t\"AR\": \"ar\",\n\t\t\t\"CC\": \"gcc\",\n\t\t\t\"CGO_CFLAGS\": \"-g -O2\",\n\t\t\t\"CGO_CPPFLAGS\": \"\",\n\t\t\t\"CGO_CXXFLAGS\": \"-g -O2\",\n\t\t\t\"CGO_ENABLED\": \"1\",\n\t\t\t\"CGO_FFLAGS\": \"-g -O2\",\n\t\t\t\"CGO_LDFLAGS\": \"-g -O2\",\n\t\t\t\"CXX\": \"g++\",\n\t\t\t\"GCCGO\": \"gccgo\",\n\t\t\t\"GO111MODULE\": \"\",\n\t\t\t\"GOARCH\": \"amd64\",\n\t\t\t\"GOBIN\": \"\",\n\t\t\t\"GOCACHE\": \"/home/lucor/.cache/go-build\",\n\t\t\t\"GOENV\": \"/home/lucor/.config/go/env\",\n\t\t\t\"GOEXE\": \"\",\n\t\t\t\"GOFLAGS\": \"\",\n\t\t\t...\n\t\t}\n\t}\n]\n\n```\n\n## Contribute\n\n- Fork and clone the repository\n- Make and test your changes\n- Open a pull request against the `master` branch\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucor%2Fgoinfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucor%2Fgoinfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucor%2Fgoinfo/lists"}