{"date":"2026-08-17","repo":{"name":"github.com/microsoft/AirSim","commit":"d109f0dc25d4ae425eca7b279da33df5f5fcb42e"},"scorecard":{"version":"v5.5.1-0.20260815060127-d1fab88f5463","commit":"d1fab88f54636ff366076edfc5c239f97b3c8e66"},"score":3.7,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"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":"Maintained","score":3,"reason":"1 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#maintained"}},{"name":"Code-Review","score":3,"reason":"Found 4/12 approved changesets -- score normalized to 3","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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/clang_format.yml:1","Warn: no topLevel permission defined: .github/workflows/test_docs.yml:1","Warn: no topLevel permission defined: .github/workflows/test_macos.yml:1","Warn: no topLevel permission defined: .github/workflows/test_ubuntu.yml:1","Warn: no topLevel permission defined: .github/workflows/test_windows.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":7,"reason":"binaries present in source code","details":["Warn: binary detected: Examples/DataCollection/exe/DataCollectorSGM.exe:1","Warn: binary detected: tools/HttpGet.exe:1","Warn: binary detected: tools/unzip.exe:1"],"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":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#license"}},{"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":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md","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/d1fab88f54636ff366076edfc5c239f97b3c8e66/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 v1.8.1-windows not signed: https://api.github.com/repos/microsoft/AirSim/releases/72183641","Warn: release artifact v1.8.1 not signed: https://api.github.com/repos/microsoft/AirSim/releases/72260931","Warn: release artifact v1.8.0-windows not signed: https://api.github.com/repos/microsoft/AirSim/releases/69250790","Warn: release artifact v1.8.0-linux not signed: https://api.github.com/repos/microsoft/AirSim/releases/69250983","Warn: release artifact v1.7.0-linux not signed: https://api.github.com/repos/microsoft/AirSim/releases/57007238","Warn: release artifact v1.8.1-windows does not have provenance: https://api.github.com/repos/microsoft/AirSim/releases/72183641","Warn: release artifact v1.8.1 does not have provenance: https://api.github.com/repos/microsoft/AirSim/releases/72260931","Warn: release artifact v1.8.0-windows does not have provenance: https://api.github.com/repos/microsoft/AirSim/releases/69250790","Warn: release artifact v1.8.0-linux does not have provenance: https://api.github.com/repos/microsoft/AirSim/releases/69250983","Warn: release artifact v1.7.0-linux does not have provenance: https://api.github.com/repos/microsoft/AirSim/releases/57007238"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#signed-releases"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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/clang_format.yml:8: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/AirSim/clang_format.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/clang_format.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/AirSim/clang_format.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_docs.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/AirSim/test_docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_docs.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/AirSim/test_docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_docs.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/AirSim/test_docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_macos.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/AirSim/test_macos.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_ubuntu.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/AirSim/test_ubuntu.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_windows.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/AirSim/test_windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_windows.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/microsoft/AirSim/test_windows.yml/main?enable=pin","Warn: containerImage not pinned by hash: azure/docker/Dockerfile:1: pin your Docker image by updating nvidia/cudagl:9.0-devel to nvidia/cudagl:9.0-devel@sha256:f19239d04ab890fb457b2438782189e343cb27ddc3f88f73a887df7f0ae09b25","Warn: containerImage not pinned by hash: docker/Dockerfile_binary:2","Warn: containerImage not pinned by hash: docker/Dockerfile_source:2","Warn: containerImage not pinned by hash: tools/Dockerfile-ROS:1: pin your Docker image by updating ubuntu:18.04 to ubuntu:18.04@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98","Warn: containerImage not pinned by hash: tools/Dockerfile-ROS2:1: pin your Docker image by updating ros:foxy-ros-base to ros:foxy-ros-base@sha256:34fbe32f5b1cd3eb25f6becaaa1d293bad754d64c31d96e638e4b30ed82f9f8e","Warn: pipCommand not pinned by hash: docker/Dockerfile_binary:13-15","Warn: pipCommand not pinned by hash: docker/Dockerfile_binary:13-15","Warn: pipCommand not pinned by hash: docker/Dockerfile_binary:13-15","Warn: pipCommand not pinned by hash: tools/install_ros_deps.sh:25","Warn: pipCommand not pinned by hash: tools/install_ros_deps.sh:44","Warn: pipCommand not pinned by hash: tools/install_ros_deps.sh:46","Warn: pipCommand not pinned by hash: .github/workflows/test_docs.yml:21","Warn: pipCommand not pinned by hash: .github/workflows/test_docs.yml:22","Warn: pipCommand not pinned by hash: .github/workflows/test_docs.yml:28","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   5 containerImage 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/d1fab88f54636ff366076edfc5c239f97b3c8e66/docs/checks.md#pinned-dependencies"}}]}
