{"id":13408857,"url":"https://github.com/psychopy/psychopy","last_synced_at":"2026-02-22T10:36:28.565Z","repository":{"id":1047744,"uuid":"879116","full_name":"psychopy/psychopy","owner":"psychopy","description":"For running psychology and neuroscience experiments","archived":false,"fork":false,"pushed_at":"2026-02-13T18:23:49.000Z","size":301802,"stargazers_count":1940,"open_issues_count":222,"forks_count":963,"subscribers_count":59,"default_branch":"dev","last_synced_at":"2026-02-13T20:18:20.238Z","etag":null,"topics":["experiment","experiment-control","experimental-design","linguistics","neuroscience","psycholinguistics","psychology","psychophysics","psychopy","python","science"],"latest_commit_sha":null,"homepage":"http://www.psychopy.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/psychopy.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":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2010-09-01T17:00:04.000Z","updated_at":"2026-02-13T18:23:54.000Z","dependencies_parsed_at":"2023-02-17T06:45:44.498Z","dependency_job_id":"f5317bb3-2b29-4ff2-8128-ab5bfd00ac6f","html_url":"https://github.com/psychopy/psychopy","commit_stats":{"total_commits":16082,"total_committers":251,"mean_commits":64.07171314741036,"dds":0.7225469468971522,"last_synced_commit":"f91c0de61f0a9b3b0d1a2be92d12e7bb8e51be3a"},"previous_names":[],"tags_count":253,"template":false,"template_full_name":null,"purl":"pkg:github/psychopy/psychopy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psychopy%2Fpsychopy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psychopy%2Fpsychopy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psychopy%2Fpsychopy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psychopy%2Fpsychopy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psychopy","download_url":"https://codeload.github.com/psychopy/psychopy/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psychopy%2Fpsychopy/sbom","scorecard":{"id":748526,"data":{"date":"2025-08-11","repo":{"name":"github.com/psychopy/psychopy","commit":"d2c3caeb63b983060d671d090770f97a73f2d709"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.3,"checks":[{"name":"Code-Review","score":2,"reason":"Found 2/8 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":"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":"Maintained","score":10,"reason":"30 commit(s) and 4 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":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/CodeQL.yaml:17","Info: jobLevel 'contents' permission set to 'read': .github/workflows/CodeQL.yaml:18","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pypi.yaml:18","Warn: no topLevel permission defined: .github/workflows/CodeQL.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pypi.yaml:10","Info: topLevel 'contents' permission set to 'read': .github/workflows/pytests.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: GNU General Public License v3.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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/pypi.yaml:13"],"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":"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":"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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact 2025.2.0 not signed: https://api.github.com/repos/psychopy/psychopy/releases/234888308","Warn: release artifact 2025.1.1 not signed: https://api.github.com/repos/psychopy/psychopy/releases/217562447","Warn: release artifact 2025.1.0 not signed: https://api.github.com/repos/psychopy/psychopy/releases/210359414","Warn: release artifact 2024.2.5 not signed: https://api.github.com/repos/psychopy/psychopy/releases/191611323","Warn: release artifact 2024.2.4 not signed: https://api.github.com/repos/psychopy/psychopy/releases/181919646","Warn: release artifact 2025.2.0 does not have provenance: https://api.github.com/repos/psychopy/psychopy/releases/234888308","Warn: release artifact 2025.1.1 does not have provenance: https://api.github.com/repos/psychopy/psychopy/releases/217562447","Warn: release artifact 2025.1.0 does not have provenance: https://api.github.com/repos/psychopy/psychopy/releases/210359414","Warn: release artifact 2024.2.5 does not have provenance: https://api.github.com/repos/psychopy/psychopy/releases/191611323","Warn: release artifact 2024.2.4 does not have provenance: https://api.github.com/repos/psychopy/psychopy/releases/181919646"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"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":"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":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","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":"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/CodeQL.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/psychopy/psychopy/CodeQL.yaml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CodeQL.yaml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/psychopy/psychopy/CodeQL.yaml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CodeQL.yaml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/psychopy/psychopy/CodeQL.yaml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CodeQL.yaml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/psychopy/psychopy/CodeQL.yaml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pypi.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/psychopy/psychopy/pypi.yaml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pypi.yaml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/psychopy/psychopy/pypi.yaml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pypi.yaml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/psychopy/psychopy/pypi.yaml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pypi.yaml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/psychopy/psychopy/pypi.yaml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pytests.yaml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/psychopy/psychopy/pytests.yaml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pytests.yaml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/psychopy/psychopy/pytests.yaml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pytests.yaml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/psychopy/psychopy/pytests.yaml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pytests.yaml:143: update your workflow using https://app.stepsecurity.io/secureworkflow/psychopy/psychopy/pytests.yaml/dev?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pytests.yaml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/psychopy/psychopy/pytests.yaml/dev?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pytests.yaml:164: update your workflow using https://app.stepsecurity.io/secureworkflow/psychopy/psychopy/pytests.yaml/dev?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/pypi.yaml:29","Warn: pipCommand not pinned by hash: .github/workflows/pytests.yaml:70","Warn: pipCommand not pinned by hash: .github/workflows/pytests.yaml:71","Warn: pipCommand not pinned by hash: .github/workflows/pytests.yaml:72","Warn: pipCommand not pinned by hash: .github/workflows/pytests.yaml:73","Warn: pipCommand not pinned by hash: .github/workflows/pytests.yaml:76","Warn: pipCommand not pinned by hash: .github/workflows/pytests.yaml:83","Warn: pipCommand not pinned by hash: .github/workflows/pytests.yaml:84","Warn: pipCommand not pinned by hash: .github/workflows/pytests.yaml:94","Info:   0 out of  11 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   9 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"}}]},"last_synced_at":"2025-08-22T19:35:28.409Z","repository_id":1047744,"created_at":"2025-08-22T19:35:28.410Z","updated_at":"2025-08-22T19:35:28.410Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29709423,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T10:34:24.778Z","status":"ssl_error","status_checked_at":"2026-02-22T10:32:23.200Z","response_time":110,"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":["experiment","experiment-control","experimental-design","linguistics","neuroscience","psycholinguistics","psychology","psychophysics","psychopy","python","science"],"created_at":"2024-07-30T20:00:55.935Z","updated_at":"2026-02-22T10:36:28.512Z","avatar_url":"https://github.com/psychopy.png","language":"Python","readme":null,"funding_links":[],"categories":["Software Platforms","Programming","Python","Psychometrics","Repos","Cognitive Science"],"sub_categories":["Psychopy","Python","Tools for tests and experiments","Neuro Datasets"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsychopy%2Fpsychopy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsychopy%2Fpsychopy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsychopy%2Fpsychopy/lists"}