{"id":7513,"url":"https://github.com/detekt/detekt","last_synced_at":"2026-07-14T00:21:20.337Z","repository":{"id":36973385,"uuid":"71729669","full_name":"detekt/detekt","owner":"detekt","description":"Static code analysis for Kotlin","archived":false,"fork":false,"pushed_at":"2025-09-15T09:27:37.000Z","size":168091,"stargazers_count":6677,"open_issues_count":231,"forks_count":813,"subscribers_count":59,"default_branch":"main","last_synced_at":"2025-09-15T09:29:19.458Z","etag":null,"topics":["analysis","code-quality","codesmells","gradle-plugin","hacktoberfest","kotlin","lint","linter","static","static-analysis"],"latest_commit_sha":null,"homepage":"https://detekt.dev","language":"Kotlin","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/detekt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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},"funding":{"github":"detekt"}},"created_at":"2016-10-23T21:04:45.000Z","updated_at":"2025-09-15T09:27:40.000Z","dependencies_parsed_at":"2023-01-17T10:16:09.081Z","dependency_job_id":"e7063393-3e5b-42ea-9702-0cf35fdf9047","html_url":"https://github.com/detekt/detekt","commit_stats":{"total_commits":6089,"total_committers":303,"mean_commits":"20.095709570957094","dds":0.7935621612744292,"last_synced_commit":"f3b0ade67ea7ee318f2277fe7022f0ec8e66e783"},"previous_names":["arturbosch/detekt"],"tags_count":130,"template":false,"template_full_name":null,"purl":"pkg:github/detekt/detekt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/detekt%2Fdetekt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/detekt%2Fdetekt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/detekt%2Fdetekt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/detekt%2Fdetekt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/detekt","download_url":"https://codeload.github.com/detekt/detekt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/detekt%2Fdetekt/sbom","scorecard":{"id":209814,"data":{"date":"2025-08-11","repo":{"name":"github.com/detekt/detekt","commit":"1c7f84f8c90af56d133ba250ee44f166d3e528ba"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.3,"checks":[{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: 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":"Code-Review","score":10,"reason":"all changesets reviewed","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":10,"reason":"30 commit(s) and 21 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":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/execute-detekt.yaml:18","Info: jobLevel 'contents' permission set to 'read': .github/workflows/execute-detekt.yaml:42","Info: jobLevel 'contents' permission set to 'read': .github/workflows/labeler.yml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/codecoverage.yaml:13","Warn: topLevel 'contents' permission set to 'write': .github/workflows/danger.yaml:10","Warn: topLevel 'statuses' permission set to 'write': .github/workflows/danger.yaml:13","Warn: topLevel 'actions' permission set to 'write': .github/workflows/danger.yaml:8","Warn: topLevel 'checks' permission set to 'write': .github/workflows/danger.yaml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/deploy-snapshot.yaml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/execute-detekt.yaml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/fossascan.yaml:9","Warn: topLevel 'contents' permission set to 'write': .github/workflows/gradle-dependency-submission.yaml:9","Warn: no topLevel permission defined: .github/workflows/labeler.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pre-merge.yaml:15","Warn: no topLevel permission defined: .github/workflows/stale.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/website.yaml:13","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":"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":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info: Possibly incomplete results: error parsing shell code: a command can only contain words and redirects; encountered (: scripts/compare_releases.main.kts:0","Info: Possibly incomplete results: error parsing shell code: \"foo(\" must be followed by ): scripts/github-milestone-report.main.kts:0","Info:  31 out of  31 GitHub-owned GitHubAction dependencies pinned","Info:  14 out of  14 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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: detekt-sample-extensions/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: gradle/wrapper/gradle-wrapper.jar:1"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v1.23.8 not signed: https://api.github.com/repos/detekt/detekt/releases/201696569","Warn: release artifact v1.23.7 not signed: https://api.github.com/repos/detekt/detekt/releases/174021351","Warn: release artifact v1.23.6 not signed: https://api.github.com/repos/detekt/detekt/releases/148190404","Warn: release artifact v1.23.5 not signed: https://api.github.com/repos/detekt/detekt/releases/139333836","Warn: release artifact v1.23.4 not signed: https://api.github.com/repos/detekt/detekt/releases/131462207","Warn: release artifact v1.23.8 does not have provenance: https://api.github.com/repos/detekt/detekt/releases/201696569","Warn: release artifact v1.23.7 does not have provenance: https://api.github.com/repos/detekt/detekt/releases/174021351","Warn: release artifact v1.23.6 does not have provenance: https://api.github.com/repos/detekt/detekt/releases/148190404","Warn: release artifact v1.23.5 does not have provenance: https://api.github.com/repos/detekt/detekt/releases/139333836","Warn: release artifact v1.23.4 does not have provenance: https://api.github.com/repos/detekt/detekt/releases/131462207"],"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/deploy-snapshot.yaml:16"],"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":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: all commits (30) 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":0,"reason":"33 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-qwcr-r2fm-qrc7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-pxg6-pf52-xh8x","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-f7f6-9jq7-3rqj","Warn: Project is vulnerable to: GHSA-rv95-896h-c2vc","Warn: Project is vulnerable to: GHSA-qw6h-vgh9-j6wx","Warn: Project is vulnerable to: GHSA-jchw-25xp-jwwc","Warn: Project is vulnerable to: GHSA-cxjh-pqwp-8mfp","Warn: Project is vulnerable to: GHSA-c7qv-q95q-8v27","Warn: Project is vulnerable to: GHSA-4www-5p9h-95mh","Warn: Project is vulnerable to: GHSA-9gqv-wp59-fq42","Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h","Warn: Project is vulnerable to: GHSA-76p3-8jx3-jpfq","Warn: Project is vulnerable to: GHSA-3rfm-jhwj-7488","Warn: Project is vulnerable to: GHSA-hhq3-ff78-jv3g","Warn: Project is vulnerable to: GHSA-mwcw-c2x4-8c55","Warn: Project is vulnerable to: GHSA-76c9-3jph-rj3q","Warn: Project is vulnerable to: GHSA-9wv6-86v2-598j","Warn: Project is vulnerable to: GHSA-rhx6-c78j-4q9w","Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg","Warn: Project is vulnerable to: GHSA-m6fv-jmcg-4jfg","Warn: Project is vulnerable to: GHSA-76p7-773f-r4q5","Warn: Project is vulnerable to: GHSA-cm22-4g7w-348p","Warn: Project is vulnerable to: GHSA-4wf5-vphf-c2xc","Warn: Project is vulnerable to: GHSA-4vvj-4cpr-p986","Warn: Project is vulnerable to: GHSA-4v9v-hfq4-rm2v","Warn: Project is vulnerable to: GHSA-9jgg-88mc-972h","Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q"],"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-17T00:35:01.117Z","repository_id":36973385,"created_at":"2025-08-17T00:35:01.118Z","updated_at":"2025-08-17T00:35:01.118Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275414958,"owners_count":25460907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-16T02:00:10.229Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analysis","code-quality","codesmells","gradle-plugin","hacktoberfest","kotlin","lint","linter","static","static-analysis"],"created_at":"2024-01-11T17:28:37.652Z","updated_at":"2025-09-18T00:30:50.205Z","avatar_url":"https://github.com/detekt.png","language":"Kotlin","project_url":"https://opencollective.ecosyste.ms/api/v1/projects/7513","html_url":"https://opencollective.ecosyste.ms/projects/7513","collective":{"id":824,"uuid":"8rzownxl-9e50pxyd-e8j6ymvb-dgk7j43a","slug":"detekt","name":"Detekt","description":"Supporting the development of Detekt - The Kotlin Static Analyzer","website":"","github":"detekt","twitter":null,"repository_url":null,"social_links":[{"type":"GITHUB","url":"https://github.com/detekt"}],"currency":"USD","projects_count":11,"last_synced_at":"2026-08-05T18:15:10.864Z","created_at":"2024-01-10T13:17:48.377Z","updated_at":"2026-08-05T18:15:11.275Z","transactions_count":58,"balance":23762.33999999999,"account_type":"COLLECTIVE","owner":{"login":"detekt","name":"detekt","uuid":"57960713","kind":"organization","description":"Static code analysis for Kotlin","email":"info@detekt.dev","website":"https://detekt.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/57960713?v=4","repositories_count":11,"last_synced_at":"2024-10-29T17:11:46.769Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/detekt","funding_links":["https://github.com/sponsors/detekt"],"total_stars":7140,"followers":69,"following":0,"created_at":"2022-11-10T03:04:45.107Z","updated_at":"2024-10-29T17:11:46.769Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/detekt","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/detekt/repositories"},"last_project_activity_at":"2025-09-29T16:14:57.000Z","archived":false,"no_funding":false,"no_license":false,"host":"opensource","collective_created_at":"2021-12-16T15:23:10.822Z","collective_updated_at":"2023-02-07T17:17:38.209Z","html_url":"https://opencollective.com/detekt","icon_url":"https://images.opencollective.com/detekt/logo/40.png","total_donations":23946.23,"total_expenses":-2845.870000000001,"current_balance":23762.33999999999,"api_url":"https://opencollective.ecosyste.ms/api/v1/collectives/detekt","url":"https://opencollective.ecosyste.ms/collectives/detekt","projects_url":"https://opencollective.ecosyste.ms/api/v1/collectives/detekt/projects"}}