{"id":43317,"name":"scaaml","description":"SCAAML: Side Channel Attacks Assisted with Machine Learning","url":"https://github.com/google/scaaml","last_synced_at":"2025-09-05T09:46:31.648Z","repository":{"id":37412732,"uuid":"207403638","full_name":"google/scaaml","owner":"google","description":"SCAAML: Side Channel Attacks Assisted with Machine Learning","archived":false,"fork":false,"pushed_at":"2025-08-29T13:16:13.000Z","size":2408,"stargazers_count":160,"open_issues_count":49,"forks_count":52,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-08-30T02:30:13.540Z","etag":null,"topics":["deep-learning","security","sidechannel"],"latest_commit_sha":null,"homepage":"https://google.github.io/scaaml/","language":"Python","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":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","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":"2019-09-09T20:59:46.000Z","updated_at":"2025-08-29T13:16:09.000Z","dependencies_parsed_at":"2023-02-09T03:15:33.516Z","dependency_job_id":"926b2177-c973-4909-b2b9-fe9b25c0391b","html_url":"https://github.com/google/scaaml","commit_stats":{"total_commits":97,"total_committers":4,"mean_commits":24.25,"dds":"0.24742268041237114","last_synced_commit":"ebe8f71a1623b7d8bee36dd83a6d631adc426683"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/google/scaaml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fscaaml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fscaaml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fscaaml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fscaaml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/scaaml/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fscaaml/sbom","scorecard":{"id":112463,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/scaaml","commit":"c8b4d53eabcae0bb6805edf2d2fccfa4961da7af"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7,"checks":[{"name":"Maintained","score":10,"reason":"25 commit(s) and 10 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":"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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/publish-to-pypi.yml:62","Info: topLevel 'contents' permission set to 'read': .github/workflows/deploy.yml:15","Warn: no topLevel permission defined: .github/workflows/mdlint.yml:1","Warn: no topLevel permission defined: .github/workflows/mypy.yml:1","Warn: no topLevel permission defined: .github/workflows/publish-to-pypi.yml:1","Warn: no topLevel permission defined: .github/workflows/pylint.yml:1","Warn: no topLevel permission defined: .github/workflows/pytest.yml:1","Warn: no topLevel permission defined: .github/workflows/spellcheck.yml:1","Warn: no topLevel permission defined: .github/workflows/yapf.yml:1"],"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":1,"reason":"dependency not pinned by hash detected -- score normalized to 1","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/deploy.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/deploy.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/deploy.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/mdlint.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/mdlint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/mdlint.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/mdlint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/mypy.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/mypy.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/mypy.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/mypy.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:72: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pylint.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/pylint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pylint.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/pylint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pylint.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/pylint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pylint.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/pylint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pytest.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/pytest.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pytest.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/pytest.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pytest.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/pytest.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pytest.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/pytest.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pytest.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/pytest.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pytest.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/pytest.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pytest.yml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/pytest.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/spellcheck.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/spellcheck.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/yapf.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/yapf.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/yapf.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/google/scaaml/yapf.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/mypy.yml:23","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-pypi.yml:19","Warn: pipCommand not pinned by hash: .github/workflows/pylint.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/pylint.yml:38","Warn: pipCommand not pinned by hash: .github/workflows/pytest.yml:90","Warn: pipCommand not pinned by hash: .github/workflows/pytest.yml:93","Warn: pipCommand not pinned by hash: .github/workflows/pytest.yml:104","Warn: pipCommand not pinned by hash: .github/workflows/pytest.yml:27","Warn: pipCommand not pinned by hash: .github/workflows/pytest.yml:38","Warn: pipCommand not pinned by hash: .github/workflows/pytest.yml:53","Warn: pipCommand not pinned by hash: .github/workflows/pytest.yml:64","Warn: pipCommand not pinned by hash: .github/workflows/pytest.yml:66","Warn: npmCommand not pinned by hash: .github/workflows/spellcheck.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/yapf.yml:21","Warn: pipCommand not pinned by hash: .github/workflows/yapf.yml:22","Info:   0 out of  24 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 third-party GitHubAction dependencies pinned","Info:   3 out of  17 pipCommand dependencies pinned","Info:   0 out of   1 npmCommand 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":"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":"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Info: 'branch protection settings apply to administrators' is required to merge on branch 'main'","Info: 'stale review dismissal' is required to merge on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: 'last push approval' is required to merge on branch 'main'","Info: 'up-to-date branches' is required to merge on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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/publish-to-pypi.yml:31"],"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":6,"reason":"SAST tool is not run on all commits -- score normalized to 6","details":["Warn: 19 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":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2019-41 / GHSA-qfc5-mcwq-26q8","Warn: Project is vulnerable to: PYSEC-2021-47 / GHSA-5jqp-qgf6-3pvh","Warn: Project is vulnerable to: GHSA-mr82-8j83-vxmv"],"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-15T12:40:10.028Z","repository_id":37412732,"created_at":"2025-08-15T12:40:10.028Z","updated_at":"2025-08-15T12:40:10.028Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273731814,"owners_count":25157951,"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-05T02:00:09.113Z","response_time":402,"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":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":"United States of America","twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2773,"last_synced_at":"2025-08-12T15:55:14.931Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/google","funding_links":[],"total_stars":1967885,"followers":58475,"following":0,"created_at":"2022-11-02T16:20:58.973Z","updated_at":"2025-08-12T15:55:14.931Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"packages":[{"id":2910929,"name":"scaaml","ecosystem":"pypi","description":"Side Channel Attack Assisted with Machine Learning","homepage":"https://github.com/google/scaaml","licenses":"Apache License 2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/google/scaaml","keywords_array":["machine learning","dataset","side channel attack"],"namespace":null,"versions_count":8,"first_release_published_at":"2019-09-09T21:10:40.000Z","latest_release_published_at":"2025-08-25T10:23:01.000Z","latest_release_number":"3.0.5","last_synced_at":"2025-09-04T07:36:22.999Z","created_at":"2022-04-10T12:32:28.855Z","updated_at":"2025-09-04T07:36:23.000Z","registry_url":"https://pypi.org/project/scaaml/","install_command":"pip install scaaml --index-url https://pypi.org/simple","documentation_url":"https://scaaml.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 5 - Production/Stable","Environment :: Console","Framework :: Jupyter","Intended Audience :: Science/Research","License :: OSI Approved :: Apache Software License","Programming Language :: Python :: 3","Topic :: Scientific/Engineering :: Artificial Intelligence"],"normalized_name":"scaaml","project_status":null},"repo_metadata":{"uuid":"207403638","full_name":"google/scaaml","owner":"google","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-12T10:23:04.000Z","size":633,"stargazers_count":85,"open_issues_count":41,"forks_count":30,"subscribers_count":18,"default_branch":"main","last_synced_at":"2023-12-12T11:31:53.810Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-09-09T20:59:46.000Z","updated_at":"2023-11-24T19:54:21.000Z","dependencies_parsed_at":"2023-02-09T03:15:33.516Z","dependency_job_id":"926b2177-c973-4909-b2b9-fe9b25c0391b","html_url":"https://github.com/google/scaaml","commit_stats":{"total_commits":97,"total_committers":4,"mean_commits":24.25,"dds":"0.24742268041237114","last_synced_commit":"ebe8f71a1623b7d8bee36dd83a6d631adc426683"},"previous_names":[],"tags_count":0,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fscaaml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fscaaml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fscaaml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fscaaml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/scaaml/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":178678522,"owners_count":10712098,"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","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":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":null,"twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2445,"last_synced_at":"2023-04-09T05:37:45.829Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/google","created_at":"2022-11-02T16:20:58.973Z","updated_at":"2023-04-09T05:37:58.691Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"tags":[]},"repo_metadata_updated_at":"2024-01-01T11:08:28.192Z","dependent_packages_count":0,"downloads":168,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":48.909587722765465,"dependent_repos_count":21.627614287651376,"dependent_packages_count":10.069287946036377,"stargazers_count":7.586833629572213,"forks_count":7.220397876971248,"docker_downloads_count":null,"average":19.082744292599337},"purl":"pkg:pypi/scaaml","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/scaaml","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/scaaml","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/scaaml/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-12-01T10:44:47.375Z","issues_count":38,"pull_requests_count":113,"avg_time_to_close_issue":4965869.0,"avg_time_to_close_pull_request":493206.20535714284,"issues_closed_count":14,"pull_requests_closed_count":112,"pull_request_authors_count":6,"issue_authors_count":6,"avg_comments_per_issue":0.5,"avg_comments_per_pull_request":0.25663716814159293,"merged_pull_requests_count":108,"bot_issues_count":0,"bot_pull_requests_count":26,"past_year_issues_count":7,"past_year_pull_requests_count":57,"past_year_avg_time_to_close_issue":45707.0,"past_year_avg_time_to_close_pull_request":275578.39285714284,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":56,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":0.7142857142857143,"past_year_avg_comments_per_pull_request":0.19298245614035087,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":26,"past_year_merged_pull_requests_count":53,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fscaaml/issues"},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/scaaml/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/scaaml/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/scaaml/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/scaaml/related_packages","maintainers":[{"uuid":"jamlong","login":"jamlong","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://pypi.org/user/jamlong/","role":null,"created_at":"2023-02-25T10:01:41.424Z","updated_at":"2023-02-25T10:01:41.424Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/jamlong/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":725077,"maintainers_count":308350,"namespaces_count":0,"keywords_count":238006,"github":"pypi","metadata":{"funded_packages_count":50519},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-05T05:40:58.860Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}}],"commits":{"id":654214,"full_name":"google/scaaml","default_branch":"main","committers":[{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":136},{"name":"kralka","email":"karelkral@google.com","login":"kralka","count":104},{"name":"wsxrdv","email":"111074929+wsxrdv","login":"wsxrdv","count":53},{"name":"Jean-Michel Picod","email":"jmichel@google.com","login":"jmichelp","count":22},{"name":"Elie Bursztein","email":"github@elie.net","login":"ebursztein","count":17},{"name":"LucaTomasko","email":"89468158+LucaTomasko","login":"LucaTomasko","count":8},{"name":"Luca Invernizzi","email":"invernizzi.l@gmail.com","login":"invernizzi","count":2},{"name":"Dhruv Malik","email":"malikdhruv1994@gmail.com","login":"dhruvmalik007","count":1}],"total_commits":343,"total_committers":8,"total_bot_commits":136,"total_bot_committers":1,"mean_commits":42.875,"dds":0.6034985422740524,"past_year_committers":[{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":72},{"name":"wsxrdv","email":"111074929+wsxrdv","login":"wsxrdv","count":34},{"name":"kralka","email":"karelkral@google.com","login":"kralka","count":10},{"name":"Jean-Michel Picod","email":"jmichel@google.com","login":"jmichelp","count":6},{"name":"Dhruv Malik","email":"malikdhruv1994@gmail.com","login":"dhruvmalik007","count":1}],"past_year_total_commits":123,"past_year_total_committers":5,"past_year_total_bot_commits":72,"past_year_total_bot_committers":1,"past_year_mean_commits":24.6,"past_year_dds":0.41463414634146345,"last_synced_at":"2025-09-02T08:16:41.602Z","last_synced_commit":"2ab6fd995f8df1a0f89681e0622e102c4ebfadb4","created_at":"2023-03-09T09:39:00.257Z","updated_at":"2025-09-02T08:16:41.603Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fscaaml/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-02T00:00:07.521Z","repositories_count":5480031,"commits_count":853395369,"contributors_count":31098267,"owners_count":906561,"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_stats":{"full_name":"google/scaaml","html_url":"https://github.com/google/scaaml","last_synced_at":"2025-09-02T05:25:03.356Z","status":"active","issues_count":49,"pull_requests_count":342,"avg_time_to_close_issue":4387931.352941177,"avg_time_to_close_pull_request":273529.88141025644,"issues_closed_count":17,"pull_requests_closed_count":312,"pull_request_authors_count":10,"issue_authors_count":7,"avg_comments_per_issue":0.6122448979591837,"avg_comments_per_pull_request":0.5467836257309941,"merged_pull_requests_count":284,"bot_issues_count":0,"bot_pull_requests_count":137,"past_year_issues_count":8,"past_year_pull_requests_count":62,"past_year_avg_time_to_close_issue":1061570.5,"past_year_avg_time_to_close_pull_request":129623.97674418605,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":43,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":0.75,"past_year_avg_comments_per_pull_request":0.6935483870967742,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":36,"past_year_merged_pull_requests_count":39,"created_at":"2023-05-14T23:30:25.378Z","updated_at":"2025-09-03T06:39:52.253Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fscaaml","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fscaaml/issues","issue_labels_count":{"type:enhancement":2,"CI":1,"wontfix":1},"pull_request_labels_count":{"dependencies":161,"javascript":30,"python":25,"CI":5},"issue_author_associations_count":{"COLLABORATOR":39,"CONTRIBUTOR":7,"NONE":6},"pull_request_author_associations_count":{"CONTRIBUTOR":208,"COLLABORATOR":172,"NONE":7,"MEMBER":3},"issue_authors":{"kralka":37,"wsxrdv":6,"embdev77":2,"ebursztein":2,"kaichieh0524":1,"CMANIKANDA-PRABU":1,"mattiamirigaldi":1,"lchapuisat":1,"dependabot[bot]":1},"pull_request_authors":{"dependabot[bot]":164,"kralka":110,"wsxrdv":48,"jmichelp":32,"LucaTomasko":23,"shyam314159":4,"invernizzi":3,"ebursztein":3,"sttor":2,"dhruvmalik007":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-05T00:00:10.444Z","repositories_count":10094553,"issues_count":31373669,"pull_requests_count":97058592,"authors_count":10699554,"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":{"type:enhancement":2,"CI":1},"past_year_pull_request_labels_count":{"dependencies":60,"javascript":30,"python":25,"CI":5},"past_year_issue_author_associations_count":{"COLLABORATOR":5,"CONTRIBUTOR":3,"NONE":2},"past_year_pull_request_author_associations_count":{"CONTRIBUTOR":89,"COLLABORATOR":22},"past_year_issue_authors":{"kralka":5,"wsxrdv":2,"dependabot[bot]":1,"lchapuisat":1,"mattiamirigaldi":1},"past_year_pull_request_authors":{"dependabot[bot]":63,"wsxrdv":30,"kralka":10,"jmichelp":6,"dhruvmalik007":1,"ebursztein":1},"maintainers":[{"login":"kralka","count":147,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kralka"},{"login":"jmichelp","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jmichelp"},{"login":"LucaTomasko","count":22,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/LucaTomasko"},{"login":"wsxrdv","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wsxrdv"},{"login":"ebursztein","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ebursztein"},{"login":"invernizzi","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/invernizzi"}],"active_maintainers":[{"login":"kralka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kralka"},{"login":"jmichelp","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jmichelp"},{"login":"wsxrdv","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wsxrdv"},{"login":"ebursztein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ebursztein"}]},"events":{"total":{"CreateEvent":125,"ReleaseEvent":7,"IssuesEvent":15,"WatchEvent":29,"DeleteEvent":116,"MemberEvent":1,"IssueCommentEvent":93,"PushEvent":66,"PullRequestReviewCommentEvent":38,"PullRequestReviewEvent":103,"PullRequestEvent":150,"ForkEvent":12},"last_year":{"CreateEvent":125,"ReleaseEvent":7,"IssuesEvent":15,"WatchEvent":29,"DeleteEvent":116,"MemberEvent":1,"IssueCommentEvent":93,"PushEvent":66,"PullRequestReviewCommentEvent":38,"PullRequestReviewEvent":103,"PullRequestEvent":150,"ForkEvent":12}},"keywords":["deep-learning","security","sidechannel"],"dependencies":[{"ecosystem":"pypi","filepath":"test_requirements.txt","sha":null,"kind":"manifest","created_at":"2022-07-12T13:00:44.033Z","updated_at":"2022-07-12T13:00:44.033Z","repository_link":"https://github.com/google/scaaml/blob/main/test_requirements.txt","dependencies":[{"id":156945326,"package_name":"pytest","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":156945327,"package_name":"pytest-cov","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":156945328,"package_name":"flake8","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":156945329,"package_name":"twine","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":156945330,"package_name":"perfCounters","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"setup.py","sha":null,"kind":"manifest","created_at":"2022-07-12T13:00:43.926Z","updated_at":"2022-07-12T13:00:43.926Z","repository_link":"https://github.com/google/scaaml/blob/main/setup.py","dependencies":[{"id":156945248,"package_name":"colorama","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":156945249,"package_name":"termcolor","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":156945250,"package_name":"tqdm","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":156945251,"package_name":"pandas","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":156945252,"package_name":"pytest","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":156945253,"package_name":"numpy","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":156945254,"package_name":"tabulate","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":156945255,"package_name":"matplotlib","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":156945256,"package_name":"Pillow","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":156945257,"package_name":"tensorflow","ecosystem":"pypi","requirements":"\u003e=2.2.0","direct":true,"kind":"runtime","optional":false},{"id":156945258,"package_name":"pygments","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":156945259,"package_name":"chipwhisperer","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":156945260,"package_name":"scipy","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":156945261,"package_name":"semver","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/mypy.yml","sha":null,"kind":"manifest","created_at":"2023-02-09T03:15:32.858Z","updated_at":"2023-02-09T03:15:32.858Z","repository_link":"https://github.com/google/scaaml/blob/main/.github/workflows/mypy.yml","dependencies":[{"id":7475680261,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7475680262,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/pylint.yml","sha":null,"kind":"manifest","created_at":"2023-02-09T03:15:32.869Z","updated_at":"2023-02-09T03:15:32.869Z","repository_link":"https://github.com/google/scaaml/blob/main/.github/workflows/pylint.yml","dependencies":[{"id":7475680273,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7475680274,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/pytest.yml","sha":null,"kind":"manifest","created_at":"2023-02-09T03:15:32.889Z","updated_at":"2023-02-09T03:15:32.889Z","repository_link":"https://github.com/google/scaaml/blob/main/.github/workflows/pytest.yml","dependencies":[{"id":7475680292,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7475680293,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/spellcheck.yml","sha":null,"kind":"manifest","created_at":"2023-02-09T03:15:32.905Z","updated_at":"2023-02-09T03:15:32.905Z","repository_link":"https://github.com/google/scaaml/blob/main/.github/workflows/spellcheck.yml","dependencies":[{"id":7475680307,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7475680308,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/yapf.yml","sha":null,"kind":"manifest","created_at":"2023-02-09T03:15:33.250Z","updated_at":"2023-02-09T03:15:33.250Z","repository_link":"https://github.com/google/scaaml/blob/main/.github/workflows/yapf.yml","dependencies":[{"id":7475682420,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7475682421,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]}],"score":12.55757423069491,"created_at":"2025-09-04T15:51:18.359Z","updated_at":"2025-10-07T08:17:33.403Z","avatar_url":"https://github.com/google.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":168,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["embedded","interactive","mesh","interpretability","profiles","sequences","generic","projection","standardization","optim"],"project_url":"https://science.ecosyste.ms/api/v1/projects/43317","html_url":"https://science.ecosyste.ms/projects/43317"}