Hi! I noticed this package uses github.com/smallstep/go-attestation which is a fork of github.com/google/go-attestation with no changes, except that it is lagging behind upstream. The Google project seems to be maintained and is seeing progress. In Debian we prefer not to duplicate code, so we only package the google upstream project. The Debian package for smallstep/certificate patches things to use the Google project instead, and this works fine as the API is compatible. I worry about this long-term though, and one suggestion is for smallstep/certificates to use upstream Google project directly instead of the apparently unmaintained smallstep/go-attestation fork.
What do you think?