{"id":5801501,"name":"Samsung/CredSweeper","ecosystem":"actions","description":"CredSweeper checks files","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/Samsung/CredSweeper","keywords_array":["credentials","git","password","scanner","security","token","tool"],"namespace":"Samsung","versions_count":89,"first_release_published_at":"2021-10-22T00:27:56.000Z","latest_release_published_at":"2026-03-30T10:05:01.000Z","latest_release_number":"v1.15.2","last_synced_at":"2026-04-19T10:08:00.812Z","created_at":"2023-01-04T13:09:55.947Z","updated_at":"2026-04-19T11:18:03.938Z","registry_url":"https://github.com/Samsung/CredSweeper","install_command":null,"documentation_url":null,"metadata":{"name":"CredSweeper action","description":"CredSweeper checks files","author":"r.babenko@samsung.com","branding":{"icon":"terminal","color":"gray-dark"},"inputs":{"python_version":{"description":"Python Version. 3.10 - default","default":"3.10","required":false},"path":{"description":"Path to scan","required":true},"report":{"description":"CredSweeper report in JSON format","default":"output.json","required":false},"hashed":{"description":"Report output is hashed by default","default":"--hashed","required":false},"error":{"description":"Exit with an error code if credentials are detected","default":"--error","required":false}},"runs":{"using":"composite","steps":[{"name":"DEBUG","shell":"bash","env":{"path":"${{ inputs.path }}","report":"${{ inputs.report }}","error":"${{ inputs.error }}","hashed":"${{ inputs.hashed }}"},"run":"echo \"print ('@@@ $error @@@ $report @@@ $path @@@ $PATH @@@')\""},{"name":"Setup Python","uses":"actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38","with":{"python-version":"${{ inputs.python_version }}"}},{"name":"Install CredSweeper","shell":"bash","run":"python -m pip install credsweeper"},{"name":"Run CredSweeper","shell":"bash","env":{"path":"${{ inputs.path }}","report":"${{ inputs.report }}","error":"${{ inputs.error }}","hashed":"${{ inputs.hashed }}"},"run":"python -m credsweeper --banner --log INFO --no-color --no-stdout \"$error\" \"$hashed\" --save-json \"$report\" --path \"$path\""}]},"default_branch":"main","path":null},"repo_metadata":{"id":36956250,"uuid":"419917201","full_name":"Samsung/CredSweeper","owner":"Samsung","description":"CredSweeper is a tool to detect credentials in any directories or files. CredSweeper could help users to detect unwanted exposure of credentials (such as token, passwords, api keys etc.) in advance. By scanning lines, filtering, and using AI model as option, CredSweeper reports lines with possible credentials, where the line is, and expected type o","archived":false,"fork":false,"pushed_at":"2026-04-12T12:27:23.000Z","size":91097,"stargazers_count":195,"open_issues_count":13,"forks_count":47,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-04-12T14:21:27.367Z","etag":null,"topics":["credentials","git","password","scanner","security","token","tool"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Samsung.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":".github/CODEOWNERS","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}},"created_at":"2021-10-22T00:27:55.000Z","updated_at":"2026-04-12T12:24:44.000Z","dependencies_parsed_at":"2026-02-08T14:09:08.793Z","dependency_job_id":null,"html_url":"https://github.com/Samsung/CredSweeper","commit_stats":{"total_commits":571,"total_committers":20,"mean_commits":28.55,"dds":0.6042031523642732,"last_synced_commit":"bcaf6019f67c55c226bf27ba1c4f9dcad28f758d"},"previous_names":[],"tags_count":89,"template":false,"template_full_name":null,"purl":"pkg:github/Samsung/CredSweeper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samsung%2FCredSweeper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samsung%2FCredSweeper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samsung%2FCredSweeper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samsung%2FCredSweeper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Samsung","download_url":"https://codeload.github.com/Samsung/CredSweeper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samsung%2FCredSweeper/sbom","scorecard":{"id":125639,"data":{"date":"2025-08-11","repo":{"name":"github.com/Samsung/CredSweeper","commit":"65546f1359d44c6fc38adf12ce2f91b47b15186e"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7.4,"checks":[{"name":"Code-Review","score":8,"reason":"Found 24/30 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":10,"reason":"30 commit(s) and 0 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":"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":"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":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/action.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/benchmark.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/check.yml:12","Info: topLevel 'contents' permission set to 'read': .github/workflows/fuzz.yml:14","Info: topLevel 'contents' permission set to 'read': .github/workflows/pypi.yml:15","Info: topLevel 'contents' permission set to 'read': .github/workflows/rottenness.yml:14","Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:15","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":5,"reason":"badge detected: Passing","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":"Binary-Artifacts","score":6,"reason":"binaries present in source code","details":["Warn: binary detected: fuzz/corpus/1bb8d488fd0c0c99ee0b710a3c935a0383dccc42:1","Warn: binary detected: tests/samples/Sample.class:1","Warn: binary detected: tests/samples/cred-samples-1.0-1.noarch.rpm:1","Warn: binary detected: tests/samples/sample.deb: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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: PythonAtherisFuzzer integration found: fuzz/__main__.py:24"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"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":"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":"Pinned-Dependencies","score":4,"reason":"dependency not pinned by hash detected -- score normalized to 4","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/action.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/Samsung/CredSweeper/action.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/benchmark.yml:59","Warn: pipCommand not pinned by hash: .github/workflows/benchmark.yml:63","Warn: pipCommand not pinned by hash: .github/workflows/benchmark.yml:122","Warn: pipCommand not pinned by hash: .github/workflows/benchmark.yml:125","Warn: pipCommand not pinned by hash: .github/workflows/benchmark.yml:134","Warn: pipCommand not pinned by hash: .github/workflows/benchmark.yml:229","Warn: pipCommand not pinned by hash: .github/workflows/benchmark.yml:232","Warn: pipCommand not pinned by hash: .github/workflows/benchmark.yml:262","Warn: pipCommand not pinned by hash: .github/workflows/benchmark.yml:288","Warn: pipCommand not pinned by hash: .github/workflows/benchmark.yml:417","Warn: pipCommand not pinned by hash: .github/workflows/benchmark.yml:426","Warn: pipCommand not pinned by hash: .github/workflows/benchmark.yml:430","Warn: pipCommand not pinned by hash: .github/workflows/check.yml:84","Warn: pipCommand not pinned by hash: .github/workflows/check.yml:85","Warn: pipCommand not pinned by hash: .github/workflows/check.yml:129","Warn: pipCommand not pinned by hash: .github/workflows/fuzz.yml:44","Warn: pipCommand not pinned by hash: .github/workflows/fuzz.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/fuzz.yml:46","Warn: pipCommand not pinned by hash: .github/workflows/pypi.yml:38","Warn: pipCommand not pinned by hash: .github/workflows/pypi.yml:39","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:51","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:55","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:72","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:113","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:114","Info:  41 out of  41 GitHub-owned GitHubAction dependencies pinned","Info:  14 out of  15 third-party GitHubAction dependencies pinned","Info:   0 out of  25 pipCommand 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":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/pypi.yml:18"],"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":2,"reason":"SAST tool is not run on all commits -- score normalized to 2","details":["Warn: 8 commits out of 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":"10 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-cjgq-5qmw-rcj6","Warn: Project is vulnerable to: GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2019-41 / GHSA-qfc5-mcwq-26q8","Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52"],"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-16T03:46:33.512Z","repository_id":36956250,"created_at":"2025-08-16T03:46:33.512Z","updated_at":"2025-08-16T03:46:33.512Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32002390,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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"},"tags":[]},"repo_metadata_updated_at":"2026-04-19T11:18:03.938Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":42.858974907023466,"dependent_packages_count":0.0,"stargazers_count":4.159363912281452,"forks_count":3.6079168982174155,"average":12.656563929380583},"purl":"pkg:githubactions/Samsung/CredSweeper","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/Samsung/CredSweeper","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/Samsung/CredSweeper","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/Samsung/CredSweeper/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-05-23T06:04:40.089Z","issues_count":22,"pull_requests_count":514,"avg_time_to_close_issue":3785129.35,"avg_time_to_close_pull_request":726509.6620553359,"issues_closed_count":20,"pull_requests_closed_count":506,"pull_request_authors_count":18,"issue_authors_count":9,"avg_comments_per_issue":2.909090909090909,"avg_comments_per_pull_request":0.6128404669260701,"merged_pull_requests_count":411,"bot_issues_count":0,"bot_pull_requests_count":13,"past_year_issues_count":7,"past_year_pull_requests_count":163,"past_year_avg_time_to_close_issue":1618872.2,"past_year_avg_time_to_close_pull_request":417344.0745341615,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":161,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.42857142857142855,"past_year_avg_comments_per_pull_request":0.7791411042944786,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":7,"past_year_merged_pull_requests_count":141,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samsung%2FCredSweeper/issues","maintainers":[{"login":"csh519","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/csh519"}],"active_maintainers":[{"login":"csh519","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/csh519"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Samsung%2FCredSweeper/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Samsung%2FCredSweeper/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Samsung%2FCredSweeper/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Samsung%2FCredSweeper/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/Samsung%2FCredSweeper/codemeta","maintainers":[]}