{"date":"2026-08-17","repo":{"name":"github.com/microsoft/autogen","commit":"027ecf0a379bcc1d09956d46d12d44a3ad9cee14"},"scorecard":{"version":"v5.5.1-0.20260815060127-d1fab88f5463","commit":"d1fab88f54636ff366076edfc5c239f97b3c8e66"},"score":5.6,"checks":[{"name":"Code-Review","score":6,"reason":"Found 16/24 approved changesets -- score normalized to 6","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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#code-review"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#security-policy"}},{"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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#cii-best-practices"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Creative Commons Attribution 4.0 International: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#license"}},{"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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#dangerous-workflow"}},{"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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":5,"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'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Warn: 'stale review dismissal' is disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Warn: 'last push approval' is disabled 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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#branch-protection"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'packages' permission set to 'read': .github/workflows/codeql.yml:36","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:39","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:40","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/dotnet-build.yml:27","Warn: no topLevel permission defined: .github/workflows/checks.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/docs.yml:19","Info: topLevel 'contents' permission set to 'read': .github/workflows/dotnet-build.yml:20","Warn: topLevel 'packages' permission set to 'write': .github/workflows/dotnet-build.yml:21","Info: topLevel 'contents' permission set to 'read': .github/workflows/dotnet-release.yml:17","Warn: topLevel 'packages' permission set to 'write': .github/workflows/dotnet-release.yml:18","Warn: no topLevel permission defined: .github/workflows/integration.yml:1","Warn: no topLevel permission defined: .github/workflows/issue-user-responded.yml:1","Info: found token with 'none' permissions: .github/workflows/lfs-check.yml:1","Warn: no topLevel permission defined: .github/workflows/pytest-mem0.yml:1","Warn: no topLevel permission defined: .github/workflows/pytest-redis-memory.yml:1","Info: found token with 'none' permissions: .github/workflows/python-package-0.2.yml:1","Warn: no topLevel permission defined: .github/workflows/single-python-package.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#token-permissions"}},{"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/d1fab88f54636ff366076edfc5c239f97b3c8e66/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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#fuzzing"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/dotnet-build.yml:297"],"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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#packaging"}},{"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/d1fab88f54636ff366076edfc5c239f97b3c8e66/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/checks.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:110: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:135: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:136: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:139: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:160: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:199: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:201: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:228: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:320: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:321: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:324: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:338: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:339: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:342: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:355: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:64: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:81: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:168: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:169: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:191: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:246: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:250: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:255: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:266: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:267: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:270: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:284: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:285: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:288: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:302: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/checks.yml:303: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checks.yml:306: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/checks.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/codeql.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codeql.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:86: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:110: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:122: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:230: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:234: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:258: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:261: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:268: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:277: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:281: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:284: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:293: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:304: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:308: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:312: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:351: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:359: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:363: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:402: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:416: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:428: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:433: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:123: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:130: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:150: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:165: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:169: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:204: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:209: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:213: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:230: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:234: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:245: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:248: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:253: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:258: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:288: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:293: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:307: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:313: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:317: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dotnet-build.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-release.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-release.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet-release.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/dotnet-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/integration.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/integration.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/integration.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/integration.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lfs-check.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/lfs-check.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pytest-mem0.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/pytest-mem0.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pytest-mem0.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/pytest-mem0.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pytest-mem0.yml:90: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/pytest-mem0.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pytest-redis-memory.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/pytest-redis-memory.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pytest-redis-memory.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/pytest-redis-memory.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pytest-redis-memory.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/pytest-redis-memory.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-package-0.2.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/python-package-0.2.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/python-package-0.2.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/python-package-0.2.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/single-python-package.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/single-python-package.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/single-python-package.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/single-python-package.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/single-python-package.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/autogen/single-python-package.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:2: pin your Docker image by updating mcr.microsoft.com/devcontainers/base:ubuntu to mcr.microsoft.com/devcontainers/base:ubuntu@sha256:1f8bb87ca6d342a587a9163a5a1ea8c487bcd4f149e8483a5ff711f795f0776d","Warn: containerImage not pinned by hash: dotnet/samples/dev-team/seed-memory/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/dotnet/runtime:7.0 to mcr.microsoft.com/dotnet/runtime:7.0@sha256:8cd26108e7a329458e5b84342816ae39b2b38bd041cfdc0b79b8cf1c0e0d376f","Warn: containerImage not pinned by hash: dotnet/samples/dev-team/seed-memory/Dockerfile:4: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:7.0 to mcr.microsoft.com/dotnet/sdk:7.0@sha256:d32bd65cf5843f413e81f5d917057c82da99737cb1637e905a1a4bc2e7ec6c8d","Warn: containerImage not pinned by hash: dotnet/samples/dev-team/seed-memory/Dockerfile:12","Warn: containerImage not pinned by hash: dotnet/samples/dev-team/seed-memory/Dockerfile:15","Warn: containerImage not pinned by hash: dotnet/src/Microsoft.AutoGen/AgentHost/Dockerfile:4: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:b0beb9cc1dee1c1b0749796110d4734292071b814207ad0d4f40611f7db04f7b","Warn: containerImage not pinned by hash: dotnet/src/Microsoft.AutoGen/AgentHost/Dockerfile:10: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:8.0 to mcr.microsoft.com/dotnet/sdk:8.0@sha256:306301580fcaa5b445180e759db59309979002d1000669cb4cf58a567d0014bc","Warn: containerImage not pinned by hash: dotnet/src/Microsoft.AutoGen/AgentHost/Dockerfile:26","Warn: containerImage not pinned by hash: dotnet/src/Microsoft.AutoGen/AgentHost/Dockerfile:31","Warn: containerImage not pinned by hash: python/packages/agbench/src/agbench/res/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/python:3.11 to mcr.microsoft.com/devcontainers/python:3.11@sha256:374280c968dfe119bedb3bcfdba3da43da457888f6ea3c527f6f33a7ac7589e9","Warn: containerImage not pinned by hash: python/packages/autogen-studio/Dockerfile:1: pin your Docker image by updating python:3.10-slim to python:3.10-slim@sha256:a78e4529630cfe8c5199cafd6e0c28ee1579a13f86274396d8b6b2d80367aa3a","Warn: nugetCommand not pinned by hash: dotnet/samples/dev-team/seed-memory/Dockerfile:7: pin your dependencies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: dotnet/src/Microsoft.AutoGen/AgentHost/Dockerfile:20: pin your dependencies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: python/packages/agbench/src/agbench/res/Dockerfile:12","Warn: pipCommand not pinned by hash: python/packages/agbench/src/agbench/res/Dockerfile:15","Warn: pipCommand not pinned by hash: python/packages/agbench/src/agbench/res/Dockerfile:19","Warn: pipCommand not pinned by hash: python/packages/agbench/src/agbench/res/Dockerfile:22","Warn: pipCommand not pinned by hash: python/packages/agbench/src/agbench/res/Dockerfile:25","Warn: pipCommand not pinned by hash: python/packages/autogen-studio/Dockerfile:4","Warn: pipCommand not pinned by hash: .devcontainer/startup.sh:9","Warn: pipCommand not pinned by hash: python/packages/autogen-studio/.devcontainer/post-create-command.sh:17","Warn: pipCommand not pinned by hash: python/packages/autogen-studio/.devcontainer/post-create-command.sh:21","Warn: npmCommand not pinned by hash: python/packages/autogen-studio/.devcontainer/post-create-command.sh:23","Warn: pipCommand not pinned by hash: .github/workflows/codeql.yml:70","Warn: pipCommand not pinned by hash: .github/workflows/codeql.yml:71","Warn: pipCommand not pinned by hash: .github/workflows/codeql.yml:72","Warn: nugetCommand not pinned by hash: .github/workflows/codeql.yml:118: pin your dependencies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: .github/workflows/docs.yml:317","Warn: pipCommand not pinned by hash: .github/workflows/docs.yml:318","Warn: pipCommand not pinned by hash: .github/workflows/docs.yml:319","Warn: pipCommand not pinned by hash: .github/workflows/docs.yml:321","Warn: npmCommand not pinned by hash: .github/workflows/docs.yml:343","Warn: nugetCommand not pinned by hash: .github/workflows/dotnet-build.yml:89: pin your dependencies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: .github/workflows/dotnet-build.yml:181: pin your dependencies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: .github/workflows/dotnet-build.yml:239","Warn: pipCommand not pinned by hash: .github/workflows/dotnet-build.yml:240","Warn: pipCommand not pinned by hash: .github/workflows/dotnet-build.yml:241","Warn: nugetCommand not pinned by hash: .github/workflows/dotnet-build.yml:265: pin your dependencies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: .github/workflows/dotnet-release.yml:38","Warn: pipCommand not pinned by hash: .github/workflows/dotnet-release.yml:39","Warn: pipCommand not pinned by hash: .github/workflows/dotnet-release.yml:40","Warn: nugetCommand not pinned by hash: .github/workflows/dotnet-release.yml:50: pin your dependencies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: .github/workflows/pytest-mem0.yml:54","Warn: pipCommand not pinned by hash: .github/workflows/pytest-mem0.yml:58","Warn: pipCommand not pinned by hash: .github/workflows/pytest-mem0.yml:61","Warn: pipCommand not pinned by hash: .github/workflows/pytest-mem0.yml:65","Warn: pipCommand not pinned by hash: .github/workflows/pytest-mem0.yml:68","Warn: pipCommand not pinned by hash: .github/workflows/pytest-mem0.yml:69","Warn: pipCommand not pinned by hash: .github/workflows/pytest-mem0.yml:72","Warn: pipCommand not pinned by hash: .github/workflows/pytest-mem0.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/pytest-redis-memory.yml:38","Warn: pipCommand not pinned by hash: .github/workflows/pytest-redis-memory.yml:42","Warn: pipCommand not pinned by hash: .github/workflows/pytest-redis-memory.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/pytest-redis-memory.yml:49","Warn: pipCommand not pinned by hash: .github/workflows/pytest-redis-memory.yml:52","Warn: pipCommand not pinned by hash: .github/workflows/pytest-redis-memory.yml:55","Info:   0 out of  93 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  29 third-party GitHubAction dependencies pinned","Info:   0 out of  36 pipCommand dependencies pinned","Info:   1 out of   3 npmCommand dependencies pinned","Info:   0 out of  11 containerImage dependencies pinned","Info:   0 out of   7 nugetCommand 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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#pinned-dependencies"}}]}
