Something like 2/3rds of vulnerabilities in common software are due to memory unsafety. (See e.g. https://alexgaynor.net/2020/may/27/science-on-memory-unsafety-and-security/) It'd be cool if Scorecard would score dependencies on how much safe/unsafe code they have. For example, https://github.com/rust-secure-code/cargo-geiger does this for Rust.