JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"attestation",
"azure",
"confidential-computing",
"tpm2"
],
"is_fork": false,
"size_kb": 168,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 56509,
"Bicep": 4297,
"Makefile": 1216
},
"pushed_at": "2026-07-23T10:22:52Z",
"created_at": "2023-03-16T13:51:00Z",
"owner_type": "Organization",
"updated_at": "2026-07-23T10:22:56Z",
"description": "Libraries and tools for Confidential Computing on Azure",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://kinvolk.io",
"name": "Kinvolk",
"type": "Organization",
"login": "kinvolk",
"company": null,
"location": "Berlin, Germany",
"followers": 102,
"avatar_url": "https://avatars.githubusercontent.com/u/14073052?v=4",
"created_at": "2015-09-01T11:50:37Z",
"is_verified": null,
"public_repos": 124,
"account_age_days": 3979
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.8.1",
"kind": "patch",
"published_at": "2026-02-12T12:54:26Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-01-13T20:44:19Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2024-07-08T13:15:58Z"
},
{
"tag": "v0.5.3",
"kind": "patch",
"published_at": "2024-05-14T15:31:07Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2024-02-23T10:41:39Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2024-01-26T08:13:25Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2024-01-16T03:35:11Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2023-12-19T10:54:07Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2023-11-28T19:07:27Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2023-10-04T10:59:53Z"
},
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2023-07-03T15:58:35Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2023-04-28T08:21:13Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2023-04-26T09:51:35Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2023-03-29T06:22:06Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2023-03-28T16:07:03Z"
}
],
"recent_commits": [
{
"oid": "e4e440748fc155f75c573bc842474d19cba4c653",
"body": "* tdx/imds: Fix td_quote retrieval header\n\nThe IMDS endpoint to retrieve a quote doesn't accept the header that\nureq 3.x produces for json:\n\n\"application/json; charset=utf-8\"\n\nit needs to be\n\n\"application/json\"\n\nOtherwise the endpoint will respond with a 415 Unknown media type status\ncode.\n\nWe defin\n[…]\n5728472+Copilot@users.noreply.github.com>\n\n---------\n\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>\nCo-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "tdx/imds: Fix td_quote retrieval header (#91)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2026-07-23T10:22:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e3232200d7c82ab5318a0d58c3310c5406b4ffc6",
"body": "Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version.\n- [Commits](https://github.com/RustCrypto/hashes/compare/streebog-v0.11.0-pre.0...sha2-v0.11.0)\n\n---\nupdated-dependencies:\n- dependency-name: sha2\n dependency-version: 0.11.0\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): update sha2 requirement in /az-cvm-vtpm (#88)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-14T11:42:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b575e68e460f7e265d536c855308906a687ec111",
"body": "az-cvm-vtpm's default `verifier` feature activates sev/openssl, which\nconflicts with sev/crypto_nossl (required for non-OpenSSL / WASM\nconsumers). Consumers that set `default-features = false, features =\n[\"attester\"]` on az-snp-vtpm / az-tdx-vtpm still pulled verifier\ntransitively because the vTPM c\n[…]\nenabled az-cvm-vtpm's defaults.\n\nPropagate default-features = false, and make az-snp-vtpm's `verifier`\nfeature enable `az-cvm-vtpm/verifier` directly instead of relying on\nit being in the default set.",
"is_bot": false,
"headline": "fix: set default-features = false on az-cvm-vtpm dep (#89)",
"author_name": "João Sousa Andrade",
"author_login": "joaosa",
"committed_at": "2026-07-14T11:40:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "834c07beede249caef3f24bc4f026d0e6d1c3b0a",
"body": "* snp: use only the \"snp\" feature of the sev crate\n\nthis will allow the crate to be compiled on non x86 targets\n\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>\n\n* tpm: expose signature() on Quote\n\nThis is useful for verfication outside of the crate\n\nSigned-off-by: Magnus Kulke <magnuskulke@\n[…]\n Summary no semver update required\n Finished [ 84.675s] az-cvm-vtpm\n```\n\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>\n\n---------\n\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "release 0.8.1 (#87)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2026-02-12T12:54:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7766b0b85c254abae0544b68733989d257f7b821",
"body": "* Remove bincode dependency\n\nThis commit removes dependency on the unmaintained bincode crate\nwhich was flagged by cargo deny advisory RUSTSEC-2025-0141.\n\nChanges made:\n\n1. **Upgraded sev dependency** (6.2.1 → 7.1.0)\n - sev v7 no longer depends on bincode\n - Added ByteParser import for API compa\n[…]\nigned-off-by: Haitao Huang <haitaohuang@microsoft.com>\n\n---------\n\nSigned-off-by: Haitao Huang <haitaohuang@microsoft.com>\nCo-authored-by: GitHub Copilot <auto+github-copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Remove bincode dependency (#85)",
"author_name": "Haitao Huang",
"author_login": "haitaohuang",
"committed_at": "2026-01-13T20:44:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9c8be681c3f9521a1bf5b53068abb90bee85de3e",
"body": "credit to Microsoft Copilot for detecting the error",
"is_bot": false,
"headline": "fix typo (#80)",
"author_name": "Michael Spiegel",
"author_login": "mspiegel",
"committed_at": "2026-01-13T09:01:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29ef1581561e85a3a2313f80c738aabe064c4bc4",
"body": "az-{snp,tdx}-vtpm crates were not using an updated az-cvm-vtpm package.\n\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "chore: fix workspace crate revisions (#75)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2025-08-05T11:59:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df59c50cd8ed82daf1d12aa025561f3e5f80b9a1",
"body": "…cvm-vtpm (#60)\n\n* build(deps): update zerocopy requirement in /az-cvm-vtpm\n\nUpdates the requirements on [zerocopy](https://github.com/google/zerocopy) to permit the latest version.\n- [Release notes](https://github.com/google/zerocopy/releases)\n- [Changelog](https://github.com/google/zerocopy/blob/m\n[…]\nom>\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": true,
"headline": "build(deps): update zerocopy requirement from 0.7.26 to 0.8.2 in /az-…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-07-30T10:37:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b40df763dee84366b7047d1e1bd1baebc2432044",
"body": "…#74)\n\n* fix: remove unintended `verifier` cfg from AttestationReport export\n\nPrevious change deleted `use sev::certs::snp::ecdsa::Signature;`\nbut left `#[cfg(feature = \"verifier\")]`, unintentionally gating\n`pub use sev::firmware::guest::AttestationReport;`.\n\nSigned-off-by: Yan Fu <yafu@redhat.com>\n\n[…]\ns Kulke <magnuskulke@microsoft.com>\n\n---------\n\nSigned-off-by: Yan Fu <yafu@redhat.com>\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>\nCo-authored-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "fix: remove unintended `verifier` cfg from AttestationReport export (…",
"author_name": "Yan Fu",
"author_login": "yafu-1",
"committed_at": "2025-07-30T09:55:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "479584298ae1ec11d181538c42a12329397ea5c3",
"body": "* Fix chip_id hexify usage by dereferencing array\n\nFixes type mismatch by converting Array<u8, N> to &[u8].\n\nThe hexify fix was suggested by Gemini and confirmed to be correct.\n\nSigned-off-by: Uri Lublin <uril@redhat.com>\n\n* Update sev to 6.2.1 and adapt to AttestationReport struct changes\n\nThe Atte\n[…]\n--\n\nSigned-off-by: Uri Lublin <uril@redhat.com>\nSigned-off-by: Yan Fu <yafu@redhat.com>\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>\nCo-authored-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Update sev to 6.2.1 and adapt to AttestationReport struct changes (#73)",
"author_name": "Yan Fu",
"author_login": "yafu-1",
"committed_at": "2025-07-28T10:11:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "059bf4aba953a0744370f2929101c7993b0fdc45",
"body": "…pm (#66)\n\nUpdates the requirements on [sev](https://github.com/virtee/sev) to permit the latest version.\n- [Commits](https://github.com/virtee/sev/compare/v4.0.0...v4.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: sev\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): update sev requirement from 4.0.0 to 5.0.0 in /az-cvm-vt…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-06-26T11:14:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6774cd33b2eb8daf3d40750a63d91f225fcd2a2",
"body": "* Add LICENSE to crates\n\nAdding symbolic link to the LICENSE at the top directory\n\nSigned-off-by: Uri Lublin <uril@redhat.com>\n\n* packaging: include required test files in az-snp-vtpm and az-tdx-vtpm crates\n\nSigned-off-by: Uri Lublin <uril@redhat.com>\n\n---------\n\nSigned-off-by: Uri Lublin <uril@redhat.com>",
"is_bot": false,
"headline": "Adding LICENSE and test files to crates (#64)",
"author_name": "uril",
"author_login": "uril",
"committed_at": "2025-06-26T10:32:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bef60b88db7554935177ec63dd169190a39eab7",
"body": "fixes #61\r\n\r\nA caller of `get_report_with_report_data()` might provide report_data of\r\nvarying sizes. We need to verify the size of the allocated nv index that\r\nholds the report data and recreate it if necessary.\r\n\r\nIntegration tests have been added to test this on CVM hardware.\r\n\r\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Handle variable report_data index sizes (#62)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2024-11-18T12:54:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dcf62d958a5c164126d85f57a50c44c5b18eafb",
"body": "Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version.\r\n- [Release notes](https://github.com/dtolnay/thiserror/releases)\r\n- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.38...1.0.69)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: thiserror\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): update thiserror requirement in /az-cvm-vtpm (#63)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-11-18T11:20:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f273ba9e4c4d80fbd6769210f8e90731f1f5edd8",
"body": "- Published changes as version 0.7.0\r\n\r\nSigned-off-by: Pawel Proskurnicki <pawel.proskurnicki@intel.com>",
"is_bot": false,
"headline": "Added sleep time to avoid stale report after nvindex update (#59)",
"author_name": "pawelpros",
"author_login": "pawelpros",
"committed_at": "2024-09-06T08:51:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9d6b2112e47170af2b16c95b56bc55d4cc29d00",
"body": "- Bump: tss-esapi to version 7.5.1\r\n- Tss-esapi dependency is now optional required only for attester and verifier features\r\n\r\nSigned-off-by: Pawel Proskurnicki <pawel.proskurnicki@intel.com>",
"is_bot": false,
"headline": "Changed Tss-esapi dependency to be optional (#58)",
"author_name": "pawelpros",
"author_login": "pawelpros",
"committed_at": "2024-09-05T12:55:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96a1b5d1dabda36a90ddc5a114a7a1c0e9ccf634",
"body": "- Added temporary limit for max data (50 bytes) - Azure vTPM supports only SHA384 bytes\r\n- Added refresh nvindex method which enables setting user_data field\r\n- Added get HCL report method which uses user provided data and include it in nvindex\r\n\r\nSigned-off-by: Pawel Proskurnicki <pawel.proskurnicki@intel.com>",
"is_bot": false,
"headline": "Added vTPM get HCL report contains user defined data (#57)",
"author_name": "pawelpros",
"author_login": "pawelpros",
"committed_at": "2024-09-04T11:59:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a76615c01e74e76e3da6c3081b0ea4977be4fbd0",
"body": "…pm (#56)\n\nUpdates the requirements on [sev](https://github.com/virtee/sev) to permit the latest version.\r\n- [Commits](https://github.com/virtee/sev/commits)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: sev\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): update sev requirement from 3.1.1 to 4.0.0 in /az-cvm-vt…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-08-13T19:49:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c6bff6c959994da280f8b3b5bad62a1600063d0",
"body": "This can be used to perform runtime measurements\r\n\r\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "vtpm: add extend functionality (#55)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2024-07-08T13:15:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a30967b12a0d5096d19ce1a804811042967c3aa",
"body": "fixes #51\r\nfixes #46\r\n\r\nThe rsa crate is being reported in audit jobs due to a timing-related\r\nsecurity issue. The project is not committed to address this in the near\r\ntime, since the solution involves switching to a big-num dependency with\r\nworse security characteristics.\r\n\r\nWe can leave it up to the consumer of an attester-only crate to convert\r\nthe pubkey into a library struct.\r\n\r\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "deps: replace rsa crate with openssl (#54)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2024-07-08T12:32:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db31c516d761541d783743639566f335e7cb409c",
"body": "Updates the requirements on [base64-url](https://github.com/magiclen/base64-url) to permit the latest version.\r\n- [Commits](https://github.com/magiclen/base64-url/compare/v2.0.0...v3.0.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: base64-url\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): update base64-url requirement in /az-cvm-vtpm (#53)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-07-01T09:16:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53d64b86fa59bf3048878120e2c28c1fcb329569",
"body": "* bump: sev crate to 3.1.1\r\n\r\n* update: version and fix lint\r\n\r\nSigned-off-by: Adrian Wobito <adrian.wobito@gmail.com>",
"is_bot": false,
"headline": "bump: sev crate to 3.1.1 (#52)",
"author_name": "Adrian Wobito",
"author_login": "wobito",
"committed_at": "2024-05-14T15:31:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64da750b8bcdb2085eae487b5f0d62ddc8ff20ec",
"body": "The internal representation of the PCRs has been changed to fixed-size\r\narray.\r\n\r\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "vtpm: add method to get sha256 PCRs from Quote (#50)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2024-02-23T10:41:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de7ee4881fe7de01a0253d2e9960363f940ed682",
"body": "This patch exposes the VerifyError type from the vtpm crate.\r\n\r\nSigned-off-by: Suraj Deshmukh <suraj.deshmukh@microsoft.com>",
"is_bot": false,
"headline": "vtpm: Expose VerifyError (#49)",
"author_name": "Suraj Deshmukh",
"author_login": null,
"committed_at": "2024-01-26T08:13:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29874be1d83f9896ca22e4550c13d18add30a4a3",
"body": "vtpm: Add support to include PCR values",
"is_bot": false,
"headline": "Merge pull request #47 from surajssd/hash-extraction-api",
"author_name": "Suraj Deshmukh",
"author_login": null,
"committed_at": "2024-01-16T13:53:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba22c78c11e2ef29c076141de015ad97b7f885b1",
"body": "Signed-off-by: Suraj Deshmukh <suraj.deshmukh@microsoft.com>",
"is_bot": false,
"headline": "version: Bump the crate to 0.5.0",
"author_name": "Suraj Deshmukh",
"author_login": null,
"committed_at": "2024-01-16T03:35:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2ad73d15563000560078963a5c272896f279e4a",
"body": "Since the `Quote` struct's fields were made private, to access the field\n`message` this commit adds a getter method `message()`.\n\nSigned-off-by: Suraj Deshmukh <suraj.deshmukh@microsoft.com>",
"is_bot": false,
"headline": "vtpm: Add a getter method for `message`",
"author_name": "Suraj Deshmukh",
"author_login": null,
"committed_at": "2024-01-16T03:35:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4928614937df309586f82a97c555926641763b30",
"body": "Make these enums non-exhaustive so that we can make non-breaking changes\nin subsequent updates.\n\nSigned-off-by: Suraj Deshmukh <suraj.deshmukh@microsoft.com>",
"is_bot": false,
"headline": "vtpm: Make QuoteError and VerifyError non_exhaustive",
"author_name": "Suraj Deshmukh",
"author_login": null,
"committed_at": "2024-01-15T15:07:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bbf708859d0800954dfb999f2a353d656f67600",
"body": "This commit add support to include PCR SHA256 bank values in the Quote\nstruct.\n\nHere are details of minor changes as a part of this commit:\n- Make the Quote parameters private.\n- Add a field called `pcrs` to Quote which will hold the PCR SHA256 bank\n values.\n- Add verification logic to the see if h\n[…]\nindividual\n message and signature from the fixutres.\n- Generate new fixtures for the test so that the PCR values are also\n incorporated.\n\nSigned-off-by: Suraj Deshmukh <suraj.deshmukh@microsoft.com>",
"is_bot": false,
"headline": "vtpm: Add support to include PCR values",
"author_name": "Suraj Deshmukh",
"author_login": null,
"committed_at": "2024-01-15T15:04:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5115d80c7e715f23bbfe86ccef7e39515b152c7b",
"body": "- Also fix the formatting from spaces to tabs.\n\nSigned-off-by: Suraj Deshmukh <suraj.deshmukh@microsoft.com>",
"is_bot": false,
"headline": "deps: Update `rsa` crate to 0.9.6",
"author_name": "Suraj Deshmukh",
"author_login": null,
"committed_at": "2024-01-15T13:27:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "217b6434222aa87810760f8f6699c5f530ceaf54",
"body": "This commit removes unused code in the `vtpm` module. This enum is\ndefined elaborately in `verfiy.rs`.\n\nSigned-off-by: Suraj Deshmukh <suraj.deshmukh@microsoft.com>",
"is_bot": false,
"headline": "refactor(vtpm): Remove unused VerifyError",
"author_name": "Suraj Deshmukh",
"author_login": null,
"committed_at": "2024-01-15T13:18:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce245993c6fe442c002ddcf1b616cf95aa3519ec",
"body": "Ignore .vscode directory.\n\nSigned-off-by: Suraj Deshmukh <suraj.deshmukh@microsoft.com>",
"is_bot": false,
"headline": "Add .gitignore at root level",
"author_name": "Suraj Deshmukh",
"author_login": null,
"committed_at": "2024-01-15T13:17:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b353d341bbcfc032ff4d5d20f694c6cee290a7f0",
"body": "Updates the requirements on [rsa](https://github.com/RustCrypto/RSA) to permit the latest version.\r\n- [Changelog](https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/RustCrypto/RSA/compare/v0.8.2...v0.9.6)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: rsa\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Update rsa requirement from 0.8.2 to 0.9.6 in /az-cvm-vtpm (#44)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-12-22T07:27:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66e6e566b8aa64e8e3c1d497669f25f1a320708f",
"body": null,
"is_bot": false,
"headline": "Add dependabot.yml",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-12-20T12:03:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93e0217f5537497ea0bdfb5d554debad459376f1",
"body": "Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Add cargo audit workflow (#43)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-12-20T11:24:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81cacc5172c3fcc884a9cabe287246f749700d34",
"body": "Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Updated dependencies to az-cvm-vtpm",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-12-19T10:54:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b62752918a409a1dcec0e550571f7d60c10816cd",
"body": "Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Bump minor version",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-12-19T10:48:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c40dbbabe7753e4a8fd5a2e8e9680a65946b65e3",
"body": "At the moment the nonce is mixed in the message and not available to api\r\nusers. There are situations in which different components validate\r\nsignature and nonce. We can expose the nonce in a non-breaking fashion.\r\n\r\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Add Quote::nonce() + verify_signature() fns (#41)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-12-14T13:14:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79110f2f4a4c7cf2bda3974629c0fa3750eb4570",
"body": null,
"is_bot": false,
"headline": "Add mising fields to tdxc crate (#40)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-11-28T19:07:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d8d22e23a8e334962600f6b38f61a761611e350",
"body": "Since Azure TDX CVMs are in public preview now, this PR consolidates both\r\ncrates. There is shared logic, which has been organized into a `az-cvm-vtpm`\r\ncrate that is imported by both `az-snp-vtpm` and `az-tdx-vtpm`.\r\n\r\nThis constitutes a breaking change in the API, hence the version bump to\r\n0.4 for all crates.\r\n\r\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Consolidate snp and tdx crates (#39)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-11-28T18:55:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39bea6758f76f9a26e5e88e767cfd487788f8688",
"body": "Add experimental TDX attester/verifier crate (#35)",
"is_bot": false,
"headline": "Merge pull request #38 from mkulke/mkulke/az-tdx-vtpm",
"author_name": "Iago López Galeiras",
"author_login": "iaguis",
"committed_at": "2023-10-23T16:22:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88775fc5bcbb26cdd089df161aea5377f397b7ea",
"body": "The az-snp-vtpm crate has been generalized into an az-cvm-vtpm\nworkspace and extended to support attestation workflows on Azure TDX\nCVMs, which are in limited preview at the moment. The attestation\nworkflow on TDX CVMs has a lot in common with the equivalent process\non SEV-SNP CVMs, so in the future\n[…]\nrate.\n\nUntil TDX CVMs on are generally available on Azure, we'll want to\nkeep both crates seperate, as the offering is still subject to change.\n\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Add experimental TDX attester/verifier crate (#35)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-10-20T21:23:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "20fd006e410af680a91346b858cf74c48ecf5f57",
"body": "Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Add az-snp-vtpm readme badges (#33)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-10-04T10:59:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e26aa52def9945219409307b3db2d3704c46c0ac",
"body": "Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Add badges",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-10-04T00:28:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6211819c7b5dee0a855393ccff5aaadfd272cfee",
"body": "Breaking Change:\r\n\r\nDue to the payload changing (see test/var-data.bin) there\r\nare some assumptions we made on the initial parsing of the\r\nHCL data that do not hold any more. Newer revision provide\r\nan ek_pub and drop vm-configuration's current-time fields\r\n\r\nHence the API has been refactored to limit the expectations\r\nto the HCL data and only expose ak_pub for now, until the\r\ndata structured have been stabilized.\r\n\r\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Support recent HCL changes (#32)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-10-02T19:59:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fdd2e84d6d2473b554ec40accb8c825468824d5",
"body": "Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>",
"is_bot": false,
"headline": "Include all PCRs into quote (#30)",
"author_name": "Paul Meyer",
"author_login": "katexochen",
"committed_at": "2023-07-13T09:20:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9336a50ea25638ff23174eb762d078d72c196186",
"body": "Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Do not vendor openssl (#29)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-07-03T15:58:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b2d771606cfdd16cdf7bb2b5223cce92e77d136",
"body": "Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Migrate e2e test to self-hosted-runner (#26)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-06-15T07:39:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "973e38117b343773ac914c3ca6322918cecb0e19",
"body": "Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Bump sev dep crate to 1.2.0 (#25)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-06-02T08:41:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf1a3d9e67d77081356003b74c77ce6c3bb4ca78",
"body": "Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Adjust to sev 1.2.0 api changes (#24)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-06-01T14:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0edbf19956d149b05f4cfa32e11f958fca909bb6",
"body": "\r\n---------\r\n\r\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Add e2e test workflow (#19)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-05-04T07:20:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4b4a52c030932b0191dd0866992ad0757c1efd3",
"body": "* Put openssl types behind feature annotation\r\n* Compile features in CI\r\n* Bump version\r\n\r\n---------\r\n\r\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Fix feature compilation (#21)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-04-28T08:21:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "991d0da8a5c126aa048a8c07fbba0c2870f0e22e",
"body": "Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Remove platform detection heuristic (#18)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-04-26T09:51:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0692aa99f0312358455cae6717173d9f0a3940f7",
"body": "* Add example sub-project\r\n* Add doc section about vTPM + SNP report\r\n\r\n---------\r\n\r\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>\r\nCo-authored-by: Suraj Deshmukh <suraj.deshmukh@microsoft.com>",
"is_bot": false,
"headline": "Add example code (#14)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-04-25T07:44:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b545dc5b6003cc63ee7298a7421580064cc5285",
"body": "Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Expose HCL Data Struct (#12)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-04-20T07:12:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "703877860966ce51197ad78ca7eca80e254209d7",
"body": "Add feature flags for attester/verifier code\r\n\r\nTo allow compilation for small attester bins we can split off the\r\nverifier code, which has a reliance on OpenSSL.\r\n\r\n- Code has been moved around a bit to make the split easier\r\n- Added Cargo --feature toggles\r\n- Switch to rsa crate for attester featu\n[…]\n If we want to add VCEK +\r\n ASK to the evidence (like in an extended SNP report) we can parse\r\n the PEM representation in the verifier code\r\n\r\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Add feature flags for attester/verifier code (#10)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-04-19T07:08:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7e9445577c52ac85e2c739e616f96a0a9a32d063",
"body": "docs: Add instructions to run e2e test",
"is_bot": false,
"headline": "Merge pull request #7 from surajssd/surajssd/update-documentation",
"author_name": "Suraj Deshmukh",
"author_login": null,
"committed_at": "2023-04-17T17:26:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d02540ed6ff1f413ad77007ffae8fa890e174f40",
"body": "Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>",
"is_bot": false,
"headline": "docs: Add instructions to run e2e tests",
"author_name": "Suraj Deshmukh",
"author_login": "surajssd",
"committed_at": "2023-04-12T21:18:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b28aea9bba3ae866edb7d347f9d847257ab933d6",
"body": "Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Rename readme; libs should not have a lock file (#5)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-03-29T06:22:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8b5710bfe9bf6bce190df7322f1adb31238d37f",
"body": "* Rename library; add metadata to manifest\r\n\r\n* Add error enum to verify_report_data; make it a hcl fn\r\n\r\n* Added some documentation\r\n\r\n* Change wd for rust ci\r\n\r\n* Use PCRs 0-7;14 for the quote\r\n\r\n---------\r\n\r\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Polish az-snp-vtpm package (#3)",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-03-28T16:07:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5246f5cf8e7909300e2df3062f93e5ab1de9fa88",
"body": "Export HCL report as library",
"is_bot": false,
"headline": "Merge pull request #1 from kinvolk/mkulke/expose-hcl-as-lib",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-03-23T12:18:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f8926252362af5c1cda254c1d251402605c50e3",
"body": "vTPM report retrieval should be decoupled from parsing the report,\nas the verbatim report should be passed as evidence and can be\npassed and processed later.\n\n- Use HCL report in binary\n- Add lib\n- Added more explicit error types\n- Change return type for get_ak fn\n- Add get_quote cmd\n- Expose buf_to_hcl_data(), so we can call it from a verifier\n- Make get_report() return raw bytes\n\nCo-authored-by: Suraj Deshmukh <surajd.service@gmail.com>\n\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Export HCL report as library",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-03-21T16:49:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd943176fe58c7a7b8e82ede67fc6eab8f82e79e",
"body": "- Add LICENSE\n- Reword readmes\n- Add copyright messages to source\n- Reorganize code\n- Add lint, fmt in GA\n- Change wd in GA\n\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Housekeeping",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-03-15T13:43:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c8531278efafcfc745790caef46c21e71f107e3",
"body": "* Add quote retrieval code\r\n\r\n* Add quote validation code\r\n\r\n* Convert akpub type to openssl pubkey\r\n\r\n---------\r\n\r\nSigned-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Add quote retrieval/validation code",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-03-15T13:15:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1abcfd354b60ccb8a68b76ef93cec993e4233b68",
"body": "Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>",
"is_bot": false,
"headline": "vtpm-snp-report: Replace ::from_slice() with TryFrom trait",
"author_name": "Jeremi Piotrowski",
"author_login": null,
"committed_at": "2023-03-15T13:15:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9201cc5951ad16018af9531ea3b12a45c7055a8",
"body": "…lic key\n\nSigned-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>",
"is_bot": false,
"headline": "vtpm-snp-report: Add methods to verify report_data and extract AK pub…",
"author_name": "Jeremi Piotrowski",
"author_login": null,
"committed_at": "2023-03-15T13:15:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa576c6cfac538ee750f5159c9c42e4286032149",
"body": "ReportData is a JSON document, the SHA256 hash of which is included in the\nSnpReport ReportData field.\n\nSigned-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>",
"is_bot": false,
"headline": "vtpm-snp-report: Add ReportData types",
"author_name": "Jeremi Piotrowski",
"author_login": null,
"committed_at": "2023-03-15T13:15:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "811132cbd361a73e15b77cd57465626c84be9617",
"body": "Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>",
"is_bot": false,
"headline": "vtpm-snp-report: Add definitions for HCL structures",
"author_name": "Jeremi Piotrowski",
"author_login": null,
"committed_at": "2023-03-15T13:15:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf9576d55a5f73b03d08f50791d644827fd7c8f1",
"body": "Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Add retrieval of akpub from vTPM",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-03-14T13:02:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bc517db507d4d9bc6aa7fc35e85b9b2c80eb810",
"body": null,
"is_bot": false,
"headline": "github: Install libtss2-dev before building",
"author_name": "Jeremi Piotrowski",
"author_login": null,
"committed_at": "2023-03-14T11:13:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a4e45241e9f345f902cd17d102248b7e5d2be09",
"body": null,
"is_bot": false,
"headline": "github: Add rust workflow",
"author_name": "Jeremi Piotrowski",
"author_login": null,
"committed_at": "2023-03-14T11:08:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82a4387d67931eceed73c5aa3ad61b17f47e2df5",
"body": null,
"is_bot": false,
"headline": "Update Readme.md",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-03-10T16:06:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f3959026a22de2cc5f6b2e31762640419bc9d01",
"body": "Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>",
"is_bot": false,
"headline": "Add snp-vtpm-report code and instructions",
"author_name": "Magnus Kulke",
"author_login": "mkulke",
"committed_at": "2023-03-10T14:59:26Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 15,
"commits_last_year": 10,
"latest_release_at": "2026-02-12T12:54:26Z",
"latest_release_tag": "v0.8.1",
"releases_from_tags": true,
"days_since_last_push": 1,
"active_weeks_last_year": 6,
"days_since_latest_release": 162,
"mean_days_between_releases": 95.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "az-cvm-vtpm",
"exists": true,
"license": "MIT",
"keywords": [
"azure",
"sev-snp",
"tdx",
"tpm",
"cryptography",
"virtualization"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/az-cvm-vtpm",
"is_deprecated": false,
"latest_version": "0.8.2",
"repository_url": "https://github.com/kinvolk/azure-cvm-tooling/",
"versions_count": 15,
"total_downloads": 314802,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 23662,
"first_published_at": "2023-11-28T18:54:32.090535Z",
"latest_published_at": "2026-07-23T11:29:58.761894Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1
}
]
},
"popularity": {
"forks": 21,
"stars": 18,
"watchers": 8,
"fork_history": {
"days": [
{
"date": "2023-03-16",
"count": 1
},
{
"date": "2023-06-21",
"count": 1
},
{
"date": "2023-10-20",
"count": 1
},
{
"date": "2024-03-13",
"count": 1
},
{
"date": "2024-05-02",
"count": 1
},
{
"date": "2024-05-10",
"count": 1
},
{
"date": "2024-06-07",
"count": 1
},
{
"date": "2024-07-21",
"count": 1
},
{
"date": "2024-08-28",
"count": 2
},
{
"date": "2024-09-26",
"count": 1
},
{
"date": "2024-10-23",
"count": 1
},
{
"date": "2024-11-19",
"count": 1
},
{
"date": "2025-03-19",
"count": 1
},
{
"date": "2025-07-11",
"count": 1
},
{
"date": "2025-08-03",
"count": 1
},
{
"date": "2025-10-20",
"count": 1
},
{
"date": "2026-01-08",
"count": 1
},
{
"date": "2026-02-11",
"count": 1
},
{
"date": "2026-04-22",
"count": 1
},
{
"date": "2026-04-24",
"count": 1
}
],
"complete": true,
"collected": 21,
"total_forks": 21
},
"star_history": null,
"open_issues_and_prs": 9
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"az-cvm-vtpm/az-snp-vtpm/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"az-cvm-vtpm/Cargo.toml",
"az-cvm-vtpm/az-snp-vtpm/Cargo.toml",
"az-cvm-vtpm/az-snp-vtpm/example/Cargo.toml",
"az-cvm-vtpm/az-tdx-vtpm/Cargo.toml"
],
"largest_source_bytes": 11541,
"source_files_sampled": 18,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"az-cvm-vtpm/Cargo.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 89,
"malicious_count": 0,
"assessed_package": "crates:az-cvm-vtpm@0.8.2",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "jsonwebkey",
"manifest": "az-cvm-vtpm/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.5"
},
{
"name": "memoffset",
"manifest": "az-cvm-vtpm/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9.0"
},
{
"name": "openssl",
"manifest": "az-cvm-vtpm/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "az-cvm-vtpm/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "az-cvm-vtpm/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde-big-array",
"manifest": "az-cvm-vtpm/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5.1"
},
{
"name": "sev",
"manifest": "az-cvm-vtpm/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "sha2",
"manifest": "az-cvm-vtpm/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10.8"
},
{
"name": "thiserror",
"manifest": "az-cvm-vtpm/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tss-esapi",
"manifest": "az-cvm-vtpm/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "7.5.1"
},
{
"name": "zerocopy",
"manifest": "az-cvm-vtpm/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "jsonwebkey",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "memoffset",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde-big-array",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "sha2",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "tss-esapi",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "az-cvm-vtpm",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "base64-url",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 5,
"indirect_count": 2
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 48,
"open_issues": 7,
"closed_ratio": 0.741,
"closed_issues": 20,
"closed_unmerged_prs": 15
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "mkulke",
"commits": 37,
"avatar_url": "https://avatars.githubusercontent.com/u/273280?v=4"
},
{
"type": "User",
"login": "pawelpros",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/25503555?v=4"
},
{
"type": "User",
"login": "yafu-1",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/22928565?v=4"
},
{
"type": "User",
"login": "wobito",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/15595?v=4"
},
{
"type": "User",
"login": "haitaohuang",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/4699115?v=4"
},
{
"type": "User",
"login": "iaguis",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/507354?v=4"
},
{
"type": "User",
"login": "joaosa",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/659718?v=4"
},
{
"type": "User",
"login": "mspiegel",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/11677?v=4"
},
{
"type": "User",
"login": "katexochen",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/49727155?v=4"
},
{
"type": "User",
"login": "surajssd",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5815795?v=4"
}
],
"contributors_sampled": 11,
"top_contributor_share": 0.74
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"e2e.yaml",
"rust.yml",
"security.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"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",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 3,
"reason": "8 out of 25 merged PRs checked by a CI test -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 9,
"reason": "Found 18/19 approved changesets -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 2,
"reason": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e4e440748fc155f75c573bc842474d19cba4c653",
"ran_at": "2026-07-24T18:28:08Z",
"aggregate_score": 5.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-23T10:25:22Z",
"oldest_open_prs": [
{
"number": 90,
"created_at": "2026-06-03T17:37:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 94,
"created_at": "2026-07-20T23:53:08Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-23T10:22:52Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 11,
"created_at": "2023-04-17T20:26:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 17,
"created_at": "2023-04-20T12:06:08Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 48,
"created_at": "2024-01-23T23:45:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 65,
"created_at": "2024-12-02T05:56:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 69,
"created_at": "2025-05-07T11:04:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 92,
"created_at": "2026-07-17T18:16:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 93,
"created_at": "2026-07-17T18:18:32Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/kinvolk/azure-cvm-tooling",
"host": "github.com",
"name": "azure-cvm-tooling",
"owner": "kinvolk"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 62 is calibrated to 69 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 62,
"calibrated": 69,
"calibration": "2026-08-02"
}
}
],
"value": 69,
"inputs": {
"security": 63,
"vitality": 59,
"community": 53,
"governance": 67,
"calibration": "2026-08-02",
"engineering": 66,
"ai_readiness": 58,
"weighted_overall_raw": 62
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 59,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"commits_last_year": 10,
"human_commit_share": 0.904,
"days_since_last_push": 1,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "10 commits in the last year",
"points": 9.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 10
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 70,
"inputs": {
"releases_count": 15,
"latest_release_tag": "v0.8.1",
"releases_from_tags": true,
"days_since_latest_release": 162,
"mean_days_between_releases": 95.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "15 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 15
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 162 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 162
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~95.8 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 95.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 10,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 10 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 10
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 53,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"forks": 21,
"stars": 18,
"watchers": 8,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "18 stars",
"points": 20,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 18
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "21 forks",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 21
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "8 watchers",
"points": 4.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 8
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 73,
"inputs": {
"packages": [
"az-cvm-vtpm"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 314802,
"monthly_downloads": 23662
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "23,662 downloads/month across crates",
"points": 58.3,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 23662,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 67,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 11,
"top_contributor_share": 0.74
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 74% of commits",
"points": 5.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 74
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "11 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 11
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 78,
"inputs": {
"merged_prs": 48,
"open_issues": 7,
"closed_issues": 20,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.741,
"closed_unmerged_prs": 15,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "74% of issues closed",
"points": 31.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 74
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "48/63 decided PRs merged",
"points": 22.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 48,
"decided": 63
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 18/19 approved changesets -- score normalized to 9",
"points": 13.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"followers": 102,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "kinvolk",
"public_repos": 124,
"account_age_days": 3979
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "102 followers of kinvolk",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 102,
"login": "kinvolk"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "124 public repos, account ~10 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 124
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"az-cvm-vtpm"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 1
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "15 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 15
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 66,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "8 out of 25 merged PRs checked by a CI test -- score normalized to 3",
"points": 6,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"attestation",
"azure",
"confidential-computing",
"tpm2"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 63,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 54,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "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",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "8 out of 25 merged PRs checked by a CI test -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 18/19 approved changesets -- score normalized to 9",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the crates:az-cvm-vtpm@0.8.2 runtime dependency closure — what installing the published package pulls in — 89 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "crates:az-cvm-vtpm@0.8.2",
"assessed": 89
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 89,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 89,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 20
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 58,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.848,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "56 of 66 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 56,
"sampled": 66
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"az-cvm-vtpm/az-snp-vtpm/Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.014,
"toolchain_manifests": [
"az-cvm-vtpm/Cargo.toml",
"az-cvm-vtpm/az-snp-vtpm/Cargo.toml",
"az-cvm-vtpm/az-snp-vtpm/example/Cargo.toml",
"az-cvm-vtpm/az-tdx-vtpm/Cargo.toml"
],
"dependency_bot_commit_share": 0.096
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "az-cvm-vtpm/az-snp-vtpm/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "az-cvm-vtpm/az-snp-vtpm/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 73 commits agent-authored or agent-credited",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 73
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "7 of the last 73 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 7,
"sampled": 73
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 11541,
"source_files_sampled": 18,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/18 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 18,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"example"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "example",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:crates",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-24T18:28:28.931304Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/kinvolk/azure-cvm-tooling.svg",
"full_name": "kinvolk/azure-cvm-tooling",
"license_state": "standard",
"license_spdx": "MIT"
}