原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"aws",
"azure",
"cloud",
"devops",
"gcp",
"hyperscalers",
"multicloud",
"rust",
"metadata",
"alibaba-cloud",
"detection",
"oracle-cloud",
"vultr"
],
"is_fork": false,
"size_kb": 314,
"has_wiki": true,
"homepage": "https://crates.io/crates/cloud-detect",
"languages": {
"Rust": 115250
},
"pushed_at": "2026-07-23T15:53:37Z",
"created_at": "2023-08-07T12:37:20Z",
"owner_type": "User",
"updated_at": "2026-07-23T15:55:48Z",
"description": "A Rust library to detect the cloud service provider of a host.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-3.0",
"default_branch": "main",
"license_spdx_raw": "GPL-3.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": "Nikhil Prabhu",
"type": "User",
"login": "nikhil-prabhu",
"company": "Autodesk",
"location": "Bangalore, Karnataka, India",
"followers": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/39860598?v=4",
"created_at": "2018-06-02T15:56:47Z",
"is_verified": null,
"public_repos": 12,
"account_age_days": 2977
},
"license": {
"state": "standard",
"spdx_id": "GPL-3.0",
"raw_spdx": "GPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.0.3",
"kind": "patch",
"published_at": "2026-07-20T17:02:42Z"
},
{
"tag": "v3.0.2",
"kind": "patch",
"published_at": "2026-05-19T12:59:05Z"
},
{
"tag": "v3.0.1",
"kind": "patch",
"published_at": "2025-08-10T11:03:11Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2025-07-26T09:59:10Z"
},
{
"tag": "v2.2.1",
"kind": "patch",
"published_at": "2025-04-18T17:39:23Z"
},
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2025-03-07T06:51:07Z"
},
{
"tag": "v2.1.1",
"kind": "patch",
"published_at": "2025-01-05T06:35:43Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2025-01-04T06:04:45Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2024-12-20T12:09:01Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2024-12-16T13:06:42Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2023-11-07T14:52:34Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2023-11-04T14:48:38Z"
}
],
"recent_commits": [
{
"oid": "16e54e9a666a87dfa1e73b5dcc8ef07d3720d2c8",
"body": null,
"is_bot": false,
"headline": "doc: fix/update custom timeout example",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2026-07-23T15:53:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3438bee3797a02310f3e2b3e9638765f1282b89",
"body": null,
"is_bot": false,
"headline": "doc: fix cloud-detect version in module docstrings",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2026-07-23T15:51:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3977ee100d7e96dc29ee21d2dc355e5a520cda14",
"body": null,
"is_bot": false,
"headline": "chore: bump version to `3.0.3`",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2026-07-20T16:54:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5393f4291395f7440eff4512235088840f99e5f8",
"body": "…detection\n\nfeat(oci): identify any OCI instance via IMDS v1/v2 instance identity",
"is_bot": false,
"headline": "Merge pull request #7 from shimonelfassy-lang/feat/oci-imds-instance-…",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2026-07-20T16:51:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c72ee59dff0748199fc832b22d1d3303fdf19781",
"body": "Previously the metadata-server check only queried /opc/v1/instance/metadata/\nand matched the oke-tm tag, which exists only on OKE nodes; plain OCI compute\ninstances were detectable solely through the DMI vendor file. Query the\ninstance document on IMDS v2 (with the required Bearer Oracle header) and\n[…]\narts with ocid1.instance.,\nwhich holds for every OCI instance including OKE nodes.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nSigned-off-by: Shimon Elfassy <shimon.elfassy@sweet.security>",
"is_bot": false,
"headline": "feat(oci): identify any OCI instance via IMDS v1/v2 instance identity",
"author_name": "Shimon Elfassy",
"author_login": "shimonelfassy-lang",
"committed_at": "2026-07-19T12:28:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e84deedddb95a9d9bd52e68ffaf7c58adf248d80",
"body": null,
"is_bot": false,
"headline": "chore: bump version to `3.0.2`",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2026-05-19T12:54:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad0a1927c78dd8c7ff391f8aef775f55582baad2",
"body": "Downgrades expected flow `info!` logs and environment-mismatch `error!`\nlogs to `debug!`. This prevents the library from polluting consumer\napplication logs when checking for cloud provider environments. Core\nunrecoverable application errors remain at the `error!` level.\n\nFixes #6",
"is_bot": false,
"headline": "chore(logging): downgrade non-fatal log levels to debug",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2026-05-18T19:35:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "427c0d8de0521f8a192407ea3042a03ba4bf3d1c",
"body": "* Fixed the version of `cloud-detect` in the example snippets.\n* Applied autoformatting suggestions.",
"is_bot": false,
"headline": "fix(doc): minor documentation fixes",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-10-21T19:29:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a1cdb0c5f70df2adac9e8e150ce9d55402ba0b5",
"body": null,
"is_bot": false,
"headline": "feat!: allow specifying any `Duration` as timeout",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-10-21T19:27:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a6b03b146c5dc3667b88b926176ec77c0c51452",
"body": null,
"is_bot": false,
"headline": "chore(deps): update `strum` to `0.27.2`",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-10-20T19:46:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac19714b4b77ba834c522017d9e903d5d8310abf",
"body": null,
"is_bot": false,
"headline": "chore: minor autoformatting changes",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-10-20T19:46:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4007c04539174bcbd3773e2626adb8940ded0b60",
"body": "The new naming convention allows GitHub to better and more accurately\ndetect the licenses",
"is_bot": false,
"headline": "chore: rename license files",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-10-03T20:25:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f1f37f0807a45515db0d4c62a4a1afe0f3166fe",
"body": null,
"is_bot": false,
"headline": "chore: bump version to `3.0.1`",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-08-10T10:59:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e8dc6457b4e428a83ea99a5a2fdc09991bd3d93",
"body": "Fix imdsv2 token fetch method",
"is_bot": false,
"headline": "Merge pull request #5 from ilaykav/main",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-08-10T10:57:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5cec06c23a73048992440398218d3e88d0bc974",
"body": null,
"is_bot": false,
"headline": "Fix imdsv2 token fetch method",
"author_name": "Ilay Kavitzky",
"author_login": "ilay423",
"committed_at": "2025-08-10T10:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "871eac8fdb65487da1139ec6c38faa297a780865",
"body": null,
"is_bot": false,
"headline": "chore: move `License` section to license file",
"author_name": "Nikhil Prabhu",
"author_login": null,
"committed_at": "2025-07-27T13:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f79e74ed63232cb7d34a03b4b07f0b7e9ebe2177",
"body": null,
"is_bot": false,
"headline": "chore: bump version to `3.0.0`",
"author_name": "Nikhil Prabhu",
"author_login": null,
"committed_at": "2025-07-26T09:50:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a784a29c112e7a09932e47be2aec6a8e86c5b589",
"body": null,
"is_bot": false,
"headline": "doc: add MIT license badge",
"author_name": "Nikhil Prabhu",
"author_login": null,
"committed_at": "2025-07-26T09:49:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef790984b3e2153db441e14951e6498f6d4cfa8b",
"body": null,
"is_bot": false,
"headline": "doc: add `License` section",
"author_name": "Nikhil Prabhu",
"author_login": null,
"committed_at": "2025-07-26T09:46:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57e73487f58986d401d4d49b77910568224c99da",
"body": null,
"is_bot": false,
"headline": "chore: fix contents of `LICENSE`",
"author_name": "Nikhil Prabhu",
"author_login": null,
"committed_at": "2025-07-26T09:39:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5797609852da75b436df7de3ed2668185aa28b93",
"body": null,
"is_bot": false,
"headline": "fix: apply clippy fixes",
"author_name": "Nikhil Prabhu",
"author_login": null,
"committed_at": "2025-07-26T09:26:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b32251f617c2f44953125d31326dc2f6508e2a1f",
"body": null,
"is_bot": false,
"headline": "chore(license): add MIT as dual-license",
"author_name": "Nikhil Prabhu",
"author_login": null,
"committed_at": "2025-07-26T09:21:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d45766ccef853637be91bb29ef06d218254752a",
"body": null,
"is_bot": false,
"headline": "chore: remove stale TODO",
"author_name": "Nikhil Prabhu",
"author_login": null,
"committed_at": "2025-07-26T09:10:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47fc6c933694dd34df319f42b293c9487de33112",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 2.2.1",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-04-18T17:24:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9ba9ea063bea8149d44a08434780cd77ea7c318",
"body": null,
"is_bot": false,
"headline": "chore(deps): upgrade dependencies to latest minor/patch versions",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-04-18T17:23:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e0bded82f0d15ac65077209a3f4ae8648e7f8ca",
"body": null,
"is_bot": false,
"headline": "ci: add explicit permissions for workflows",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-04-18T16:29:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01acf0a453c00d113686b8dd0d8a5fa92143a72d",
"body": null,
"is_bot": false,
"headline": "chore: bump version to `2.2.0`",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-03-07T05:20:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ae3bb4a1dfa420a56dfb23b51d0fd3fda2b41d5",
"body": null,
"is_bot": false,
"headline": "doc: update list of supported providers",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-03-07T05:19:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6307e5197c91acc3b7deb3d021b0eb7776d9c136",
"body": null,
"is_bot": false,
"headline": "feat(blocking): add Akamai cloud provider",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-03-07T05:18:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc60ce2e34c6a2ba2876e06cd405bd14c298c1fd",
"body": null,
"is_bot": false,
"headline": "test(akamai): add unit tests",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-03-07T05:09:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c997b4c9e42daee7c8659e0d867055c74066ad9e",
"body": null,
"is_bot": false,
"headline": "fix(akamai): fix token url formatting",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-03-07T05:06:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a5a32df9a411dde7db1d79ab29d5781f45ff80f",
"body": null,
"is_bot": false,
"headline": "feat: add initial support for Akamai cloud",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-03-06T17:33:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47165123bdc3d13172f912347f5eebbff16c1ef2",
"body": null,
"is_bot": false,
"headline": "chore: bump version to `2.1.1`",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-05T06:30:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "825f0468759109d56d6b1049380596d6e8e7d566",
"body": null,
"is_bot": false,
"headline": "refactor: standardize visibility",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-05T05:58:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a168ef132388b64401343e9bdbf45b2c6e1e9e0d",
"body": null,
"is_bot": false,
"headline": "refactor: avoid overhead of byte-conversion",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-04T07:12:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66fc96a3278376dbdbd259c4cb101880f8c5de5b",
"body": null,
"is_bot": false,
"headline": "chore: ensure docs.rs displays all feature docs",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-04T06:35:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf9522036d0e3bcf387f073ae2a43a4f1e1cb91f",
"body": null,
"is_bot": false,
"headline": "chore: bump version to `2.1.0`",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-04T05:59:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "668321201db02f279b907303edf5a26a00e9aa7b",
"body": null,
"is_bot": false,
"headline": "doc(blocking): add missing docstrings",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-04T05:56:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96c2c2637076d810adc24c7f515db41de873b27d",
"body": "This fixes the issue https://github.com/tokio-rs/tracing/issues/2573",
"is_bot": false,
"headline": "doc: update version of `tracing-subscriber`",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-03T11:25:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "362d09fe4688a9ca5ba9c5206d22383a3de0c793",
"body": null,
"is_bot": false,
"headline": "fix(aws): fix vendor file checking",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-03T11:11:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f32d3df11f78693b47d262b6f7f352e61988485",
"body": null,
"is_bot": false,
"headline": "doc: update README",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-03T08:20:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3afd54feda91897eb38c3e4fce2882ba4f72bab",
"body": null,
"is_bot": false,
"headline": "test(blocking): add module test(s)",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-03T08:05:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d295a7c1de8e30184062444bda38529942b4185e",
"body": null,
"is_bot": false,
"headline": "doc(blocking): add module docstring",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-03T08:02:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef89b1e5855cdff20b322c0db83c6209ce17fd5a",
"body": null,
"is_bot": false,
"headline": "refactor(blocking): don't store thread handles",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-03T07:44:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85ef14255f068eb2a75433b30d734c4cd2d17c0d",
"body": null,
"is_bot": false,
"headline": "doc(blocking): add docstring for detection function",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-03T07:43:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b34fcce24a03f43b2c30f0d9a52f830adeee7f1",
"body": null,
"is_bot": false,
"headline": "feat(blocking): add Vultr provider",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-03T07:30:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c074a3eb26d4a9a525c9f3b732804f4f0aa4d8b",
"body": null,
"is_bot": false,
"headline": "feat(blocking): add OpenStack provider",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-03T06:46:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46188d375bdeb18cf46941c662d87ff671abd481",
"body": null,
"is_bot": false,
"headline": "feat(blocking): add OCI provider",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-03T05:43:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "040e2aa6de26b45512a1862203b3f86c798d1cfb",
"body": null,
"is_bot": false,
"headline": "feat(blocking): add GCP provider",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-02T13:16:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d3a221762383b72de5b99e20cd6e2b5fd9467b9",
"body": null,
"is_bot": false,
"headline": "feat(blocking): add DigitalOcean provider",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-02T12:46:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85d019129db095ab091a98ef0b82b07f5aa21a62",
"body": null,
"is_bot": false,
"headline": "refactor(blocking): handle channel disconnect explicitly",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-02T07:10:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d70b6925bb821173899b643d545bf62a9447cf65",
"body": null,
"is_bot": false,
"headline": "refactor(blocking): use sync sender",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-02T06:52:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf6dea2b19698c5cc4461d9d3fdac882f2b30207",
"body": null,
"is_bot": false,
"headline": "feat(blocking): initial implementation of detection",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-02T06:48:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44035f29efb95061a7295a9f6f4c36051a2ab87a",
"body": null,
"is_bot": false,
"headline": "feat(blocking): add Azure provider",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-01T17:01:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "938e6e173d4808c7a3a68fa03adec3b2a4922c35",
"body": null,
"is_bot": false,
"headline": "refactor(aws): minor semantic changes",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-01T16:17:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "189dd80ce0e59db5f0e91a53385177310b1e4df3",
"body": null,
"is_bot": false,
"headline": "fix(aws): fix formatting",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-01T16:13:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4ded02bf574899315030cf0c5caa2ea4a1dbcdf",
"body": null,
"is_bot": false,
"headline": "feat(blocking): add AWS provider",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-01T16:12:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46d45a5468930a8f906ef5da90b162d6e3cbba4a",
"body": null,
"is_bot": false,
"headline": "fix(aws): fix product version file path",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-01T09:23:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12088fa6cfa21af7962d2e6d609e1dc645fb5804",
"body": null,
"is_bot": false,
"headline": "feat(blocking): implement listing supported providers",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2025-01-01T08:56:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24a6475669841e990c069e01d7d09bb167c2996e",
"body": null,
"is_bot": false,
"headline": "feat(blocking): add Alibaba Cloud provider",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-30T16:57:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "700eb9e703d0a2f0e69e20180fd14c48b9459a77",
"body": null,
"is_bot": false,
"headline": "chore: define base module structure",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-30T09:40:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c36f761ba6ea06fe0f011ce6eaba866ce1abc186",
"body": null,
"is_bot": false,
"headline": "feat: add `blocking` feature flag",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-29T15:44:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04697462c1e432d347c26a4d190a6f4719e49c63",
"body": null,
"is_bot": false,
"headline": "fix: fix formatting",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-21T17:57:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79ad34fc30e4cf5bba4f4dab86b7b66b01d20b35",
"body": null,
"is_bot": false,
"headline": "refactor: add missing log for empty token",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-21T15:57:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d03100f0d005e7b38bb2240ceab6e3d5c95f9ff",
"body": "…imes out",
"is_bot": false,
"headline": "fix: ensure metadata requests are properly cancelled when detection t…",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-21T08:08:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df98a5b191472d24a99ccf9fce6a847b727f0bc0",
"body": null,
"is_bot": false,
"headline": "chore: bump version to `2.0.1`",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-20T12:05:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa1144a435dfc72c16bd37e159d7e4f01ec41801",
"body": null,
"is_bot": false,
"headline": "fix(aws): Make vendor file(s) check more reliable",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-20T11:34:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "975df600259c92435d1053e27d30c4b2c787e0c2",
"body": null,
"is_bot": false,
"headline": "chore: bump version to `2.0.0`",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-16T12:56:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "218145670e8c18fd2768992c5edb54e93cfec611",
"body": null,
"is_bot": false,
"headline": "doc: fix CI/CD badge URLs",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-16T12:56:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1f5a82f5a37afe6d02ba6375ba238120676a55a",
"body": null,
"is_bot": false,
"headline": "test: remove unreliable test",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-16T12:49:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76d4438646714115db3eefaf50f4115c4e33bb6a",
"body": null,
"is_bot": false,
"headline": "doc: add CI/CD badges",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-16T12:49:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ebb3b8482e329a44a68d03d61dce043a75c55b0",
"body": null,
"is_bot": false,
"headline": "ci: run tests without `--locked`",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-16T12:49:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81f6c5f78273e1d87ec18350dfa53077e6dc7906",
"body": null,
"is_bot": false,
"headline": "chore: remove logo",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-16T12:49:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "384e876e9add8261970391bd9e88b0e34ed017e0",
"body": null,
"is_bot": false,
"headline": "ci: add GitHub CI/CD workflows",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-16T12:39:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed6de1e4e09d4acc7526f848c70dc141049c9ae5",
"body": null,
"is_bot": false,
"headline": "feat!: add IMDSv2 support",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-16T12:39:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "781af56a4d08a8b69e2a1fe8f79497bfb83e0074",
"body": null,
"is_bot": false,
"headline": "doc: update README",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-16T12:00:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b68dad7b6f4e83feabf506b2c5eab4c1eb5de21",
"body": null,
"is_bot": false,
"headline": "test: add tests",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-16T11:37:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2eb4b2f34fcd82aeefe0a2ccdd9313e5f403d8fc",
"body": null,
"is_bot": false,
"headline": "refactor!: apply clippy suggestions",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-16T11:04:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7fbd5e95b07f5abf8ab1c8c3a52f90b785b87af",
"body": null,
"is_bot": false,
"headline": "refactor: make code more testable",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-16T10:50:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d3b1702c6f309ecbecae7fa1054ac0198e4e524",
"body": null,
"is_bot": false,
"headline": "doc: add module documentation",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-15T19:51:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f298b3fdbaf430f1cccfea11051391cb9c3db141",
"body": null,
"is_bot": false,
"headline": "build: remove dependency on OpenSSL",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-15T19:29:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f4a9a65ef2f37de117e3eee7dd0bd33ec230ac0",
"body": null,
"is_bot": false,
"headline": "feat(oci): add identification with metadata url check",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-15T19:12:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8dc7692596bee42da87b2706780e894f910fbac",
"body": null,
"is_bot": false,
"headline": "doc: add examples",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-15T18:56:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bb5c07d2254253e7d1feb1cd8ccaac388fc62a4",
"body": null,
"is_bot": false,
"headline": "refactor!: improving logging",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-15T18:00:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7eaf16987f9917ac7842528bde75709b443373f5",
"body": null,
"is_bot": false,
"headline": "refactor!: enforce stricter visibility modifiers",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-15T14:06:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b9f4dfadd6101a359976370e3d60ffff57746ef",
"body": null,
"is_bot": false,
"headline": "refactor: return early if all identification tasks finish",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-15T11:46:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1507d35e0c2fd4ddb482a8e2622fee2a2ea0a044",
"body": null,
"is_bot": false,
"headline": "refactor!: ensure type-safety for detected identifier",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-15T10:40:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c5a4411310a6a7a631d8b3ee0e9cd0b7bcf623f",
"body": null,
"is_bot": false,
"headline": "refactor: use async fs reads",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-15T09:08:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89afee39ba46a2ee45b87d1c1a99c95ea40b3454",
"body": null,
"is_bot": false,
"headline": "refactor: log error instead of unwrapping",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-15T09:02:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4a1e158de48e4ccd694f74d7a9f49f263efa6bf",
"body": null,
"is_bot": false,
"headline": "chore: ignore JetBrains IDE settings",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-14T19:51:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6395756748fe98ff13d01a8c29600b34cef6f29d",
"body": null,
"is_bot": false,
"headline": "fix(doc): fix reference",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-14T13:15:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27007a6a9c8dbcc5c56bbc1bcbd5808d602a4f57",
"body": "This simplifies the logic in the top-level lib",
"is_bot": false,
"headline": "refactor!: make providers directly write to identifier channel",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-14T12:54:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3304bc8100e7fc33c8f97d0bbab31218eb98dec",
"body": "Turns out that the macro for registering providers is overengineered, overcomplicated, and mostly doesn't even work. So we'll choose simplicity over flexibility for now",
"is_bot": false,
"headline": "fix!: hardcode providers in top level module",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-14T12:01:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b696d53d0b481128ecb91c9fed2bf2a44f168fb",
"body": null,
"is_bot": false,
"headline": "refactor: remove unnecessary return",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-14T11:33:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24a0361ab99e3e95110e4b164ef559120cc104e0",
"body": null,
"is_bot": false,
"headline": "fix: avoid possible import collision",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-14T11:14:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52fd78f2b7f648e06437fe8876066ddb2ef87a06",
"body": null,
"is_bot": false,
"headline": "refactor!: allow more flexibility in identification",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-14T11:05:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ec40f6e9fd742495fb2fe6ce0f8b8cb9936fef9",
"body": "With this change, the `SUPPORTED_PROVIDERS` constant is no longer available. Instead, the `supported_providers` function can be used to retrieve the current list of supported providers.",
"is_bot": false,
"headline": "refactor!: allow providers to register themselves",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-14T10:48:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db5246f737332a8f1eca83684783f23ae449173a",
"body": null,
"is_bot": false,
"headline": "refactor: avoid rebuilding providers map unnecessarily",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-14T09:29:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e32e48b84dbb2b68c49eabd13a37c262b9462e7b",
"body": null,
"is_bot": false,
"headline": "refactor(openstack): reformat code",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-14T08:30:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e6d00ac95b9ec17d72f8cccf1106eae16b888c2",
"body": null,
"is_bot": false,
"headline": "chore: add rustfmt config",
"author_name": "Nikhil Prabhu",
"author_login": "nikhil-prabhu",
"committed_at": "2024-12-14T08:29:21Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 15,
"latest_release_at": "2026-07-20T17:02:42Z",
"latest_release_tag": "v3.0.3",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 6,
"days_since_latest_release": 7,
"mean_days_between_releases": 64.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "cloud-detect",
"exists": true,
"license": "GPL-3.0 OR MIT",
"keywords": [
"aws",
"azure",
"cloud",
"gcp",
"hyperscaler"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/cloud-detect",
"is_deprecated": false,
"latest_version": "3.0.3",
"repository_url": "https://github.com/nikhil-prabhu/cloud-detect",
"versions_count": 17,
"total_downloads": 29225,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2014,
"first_published_at": "2023-08-07T13:40:21.630339Z",
"latest_published_at": "2026-07-20T16:58:10.653737Z",
"latest_version_yanked": false,
"days_since_latest_publish": 7
}
]
},
"popularity": {
"forks": 4,
"stars": 5,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2025-08-10",
"count": 1
},
{
"date": "2025-11-06",
"count": 1
},
{
"date": "2026-07-06",
"count": 1
},
{
"date": "2026-07-19",
"count": 1
}
],
"complete": true,
"collected": 4,
"total_forks": 4
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml"
],
"largest_source_bytes": 11246,
"source_files_sampled": 22,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 11,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "anyhow",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.98"
},
{
"name": "reqwest",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12.15"
},
{
"name": "tokio",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.44.2"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.219"
},
{
"name": "async-trait",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.88"
},
{
"name": "tracing",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.41"
},
{
"name": "strum",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.27.2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "anyhow",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "async-trait",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "reqwest",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "strum",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "tokio",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "tracing",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "mockito",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "tempfile",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "tracing-subscriber",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "wiremock",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 11,
"direct_count": 7,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 4,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 3,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "nikhil-prabhu",
"commits": 150,
"avatar_url": "https://avatars.githubusercontent.com/u/39860598?v=4"
},
{
"type": "User",
"login": "ilay423",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/210506783?v=4"
},
{
"type": "User",
"login": "shimonelfassy-lang",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/287437897?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.987
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"cd.yml",
"ci.yml"
],
"has_docs_dir": false,
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 5,
"reason": "1 out of 2 merged PRs checked by a CI test -- score normalized to 5",
"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": 0,
"reason": "Found 2/28 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": 0,
"reason": "no 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": 6,
"reason": "7 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow 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": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"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": "16e54e9a666a87dfa1e73b5dcc8ef07d3720d2c8",
"ran_at": "2026-07-27T17:23:19Z",
"aggregate_score": 4.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-23T15:54:15Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-20T16:51:33Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/nikhil-prabhu/cloud-detect",
"host": "github.com",
"name": "cloud-detect",
"owner": "nikhil-prabhu"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"security": 48,
"vitality": 71,
"community": 37,
"governance": 59,
"engineering": 50
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"commits_last_year": 15,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"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": "15 commits in the last year",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 15
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "7 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 92,
"inputs": {
"releases_count": 12,
"latest_release_tag": "v3.0.3",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 64.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~64.6 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 64.6
}
}
],
"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": "excellent",
"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": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 37,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"forks": 4,
"stars": 5,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "5 stars",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 5
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "4 forks",
"points": 4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 4
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (GPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "GPL-3.0"
}
}
],
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"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": 55,
"inputs": {
"packages": [
"cloud-detect"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 29225,
"monthly_downloads": 2014
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,014 downloads/month across crates",
"points": 44.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2014,
"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": "moderate",
"name": "Sustainability & Governance",
"value": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.987
},
"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 99% of commits",
"points": 0.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 99
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 4,
"open_issues": 0,
"closed_issues": 3,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "4/4 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 4,
"decided": 4
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 51,
"inputs": {
"followers": 26,
"owner_type": "User",
"is_verified": null,
"owner_login": "nikhil-prabhu",
"public_repos": 12,
"account_age_days": 2977
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "26 followers of nikhil-prabhu",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 26,
"login": "nikhil-prabhu"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "12 public repos, account ~8 yr old",
"points": 20.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 12
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"cloud-detect"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 7
},
"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 7 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 7
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "17 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 17
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 50,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"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": "1 out of 2 merged PRs checked by a CI test -- score normalized to 5",
"points": 10,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"aws",
"azure",
"cloud",
"devops",
"gcp",
"hyperscalers",
"multicloud",
"rust",
"metadata",
"alibaba-cloud",
"detection",
"oracle-cloud",
"vultr"
],
"has_wiki": true,
"homepage": "https://crates.io/crates/cloud-detect",
"has_readme": true,
"has_docs_dir": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://crates.io/crates/cloud-detect",
"points": 15,
"status": "met",
"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": "13 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 13
}
}
],
"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": "at_risk",
"name": "Security",
"value": 48,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 48,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.8
},
"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": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 2 merged PRs checked by a CI test -- score normalized to 5",
"points": 1.2,
"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 2/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"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": "no update tool detected",
"points": 0,
"status": "missed",
"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": "7 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"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": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"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": "high_risk_jurisdiction_exposure",
"band": "excellent",
"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"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"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": "at_risk",
"name": "AI Readiness",
"value": 44,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.99,
"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": "99 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 99,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [
"Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"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 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 11246,
"source_files_sampled": 22,
"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/22 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 22,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-27T17:23:28.295003Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/nikhil-prabhu/cloud-detect.svg",
"full_name": "nikhil-prabhu/cloud-detect",
"license_state": "standard",
"license_spdx": "GPL-3.0"
}