{"id":5545735,"name":"github.com/google/GoogleAppMeasurement","ecosystem":"swiftpm","description":null,"homepage":null,"licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/google/GoogleAppMeasurement","keywords_array":[],"namespace":"google","versions_count":71,"first_release_published_at":"2021-01-20T22:40:23.000Z","latest_release_published_at":"2026-05-19T21:35:46.000Z","latest_release_number":"12.14.0","last_synced_at":"2026-06-22T11:16:11.208Z","created_at":"2022-11-28T20:35:59.385Z","updated_at":"2026-06-22T11:16:11.208Z","registry_url":"https://swiftpackageindex.com/google/GoogleAppMeasurement","install_command":null,"documentation_url":"https://swiftpackageindex.com/google/GoogleAppMeasurement/documentation","metadata":{},"repo_metadata":{"id":37684510,"uuid":"330424992","full_name":"google/GoogleAppMeasurement","owner":"google","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-19T21:35:49.000Z","size":111,"stargazers_count":35,"open_issues_count":2,"forks_count":23,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-05-20T00:53:54.021Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"dco":null,"cla":null}},"created_at":"2021-01-17T15:40:24.000Z","updated_at":"2026-05-19T21:35:54.000Z","dependencies_parsed_at":"2023-02-10T11:16:02.304Z","dependency_job_id":"440b4b4b-f0e8-4828-b388-714ec521e964","html_url":"https://github.com/google/GoogleAppMeasurement","commit_stats":{"total_commits":67,"total_committers":10,"mean_commits":6.7,"dds":0.7014925373134329,"last_synced_commit":"4f234bcbdae841d7015258fbbf8e7743a39b8200"},"previous_names":[],"tags_count":70,"template":false,"template_full_name":null,"purl":"pkg:github/google/GoogleAppMeasurement","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2FGoogleAppMeasurement","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2FGoogleAppMeasurement/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2FGoogleAppMeasurement/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2FGoogleAppMeasurement/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/GoogleAppMeasurement/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2FGoogleAppMeasurement/sbom","scorecard":{"id":436262,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/GoogleAppMeasurement","commit":"883305109ead4599e4ca59591754ee72e81e6b5e"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.4,"checks":[{"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":9,"reason":"Found 27/30 approved changesets -- score normalized to 9","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":"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/spm.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/google/GoogleAppMeasurement/spm.yml/main?enable=pin","Info:   0 out of   1 GitHub-owned 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":"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":"Maintained","score":10,"reason":"15 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/spm.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":"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"}},{"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: Apache License 2.0: 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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 1 commits out of 27 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T04:45:04.075Z","repository_id":37684510,"created_at":"2025-08-19T04:45:04.075Z","updated_at":"2025-08-19T04:45:04.075Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33480153,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T14:31:05.219Z","status":"ssl_error","status_checked_at":"2026-05-25T14:31:02.878Z","response_time":57,"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"},"tags":[]},"repo_metadata_updated_at":"2026-05-25T16:24:17.266Z","dependent_packages_count":16,"downloads":null,"downloads_period":null,"dependent_repos_count":1584,"rankings":{"downloads":null,"dependent_repos_count":0.05928560841855639,"dependent_packages_count":1.4673188083592708,"stargazers_count":42.418852823477096,"forks_count":16.59997035719579,"docker_downloads_count":null,"average":15.136356899362678},"purl":"pkg:swift/github.com/google/GoogleAppMeasurement","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/swiftpm/github.com/google/GoogleAppMeasurement","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/swiftpm/github.com/google/GoogleAppMeasurement","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/swiftpm/github.com/google/GoogleAppMeasurement/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2025-10-02T11:20:48.484Z","issues_count":18,"pull_requests_count":114,"avg_time_to_close_issue":5541160.8125,"avg_time_to_close_pull_request":359450.4433962264,"issues_closed_count":16,"pull_requests_closed_count":106,"pull_request_authors_count":14,"issue_authors_count":18,"avg_comments_per_issue":3.388888888888889,"avg_comments_per_pull_request":0.34210526315789475,"merged_pull_requests_count":102,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":33,"past_year_avg_time_to_close_issue":383923.5,"past_year_avg_time_to_close_pull_request":3818.214285714286,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":28,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":2.0,"past_year_avg_comments_per_pull_request":0.09090909090909091,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":26,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2FGoogleAppMeasurement/issues","maintainers":[{"login":"htcgh","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/htcgh"},{"login":"tsunghung","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tsunghung"},{"login":"pcfba","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pcfba"},{"login":"ncooke3","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ncooke3"},{"login":"paulb777","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/paulb777"},{"login":"ryanwilson","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ryanwilson"},{"login":"andrewheard","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/andrewheard"}],"active_maintainers":[{"login":"pcfba","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pcfba"},{"login":"htcgh","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/htcgh"},{"login":"ncooke3","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ncooke3"},{"login":"andrewheard","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/andrewheard"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/swiftpackageindex.com/packages/github.com%2Fgoogle%2FGoogleAppMeasurement/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/swiftpackageindex.com/packages/github.com%2Fgoogle%2FGoogleAppMeasurement/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/swiftpackageindex.com/packages/github.com%2Fgoogle%2FGoogleAppMeasurement/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/swiftpackageindex.com/packages/github.com%2Fgoogle%2FGoogleAppMeasurement/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/swiftpackageindex.com/packages/github.com%2Fgoogle%2FGoogleAppMeasurement/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/swiftpackageindex.com/packages/github.com%2Fgoogle%2FGoogleAppMeasurement/codemeta","maintainers":[]}