Closed as not planned
Description
Related to #54438, this proposal regards the audit subcommand in go mod
.
Arguably a simple subcommand, the implementation in #54438 uses the already existing vuln.go.dev database to list known vulnerabilities. One drawback of this implementation is that it doesn't account for non-golang.org modules, although this is something for the API itself, not the subcommand.