Google Cloud Storage SDK
PyPIgoogle-cloud-storageThe Google Cloud Storage Python SDK provides access to GCS buckets for reading and writing objects, managing ACLs, and handling signed URLs. It authenticates via Application Default Credentials or a service account key file. It is used in ML pipelines for storing training data, model checkpoints, and pipeline artifacts.
Checking Google Cloud Storage SDK
google-cloud-storage 2.18.0 is a clean version with no known supply chain compromise. The response returns compromised: false with an empty sources array.
curl "https://api.attestd.io/v1/check?product=google-cloud-storage&version=2.18.0" \
-H "Authorization: Bearer YOUR_API_KEY"{
"product": "google-cloud-storage",
"version": "2.18.0",
"supported": true,
"risk_state": "none",
"supply_chain": {
"compromised": false,
"sources": [],
"malware_type": null,
"description": null,
"advisory_url": null,
"compromised_at": null,
"removed_at": null
},
"last_updated": "2026-05-01T00:00:00Z"
}Why this package is monitored
Cloud storage SDKs read service account credentials from environment variables or credential files on startup. A compromised package can forward these credentials before the first bucket operation, granting full read and write access to all GCS buckets accessible by the service account.
Attestd monitors google-cloud-storage using the following detection sources:
registryManually curated advisories in the Attestd registry, verified by a human analyst. Confidence 1.0.
osvOSV.dev malicious-package advisories with IDs prefixed MAL-. Confidence 0.95.
pypi_yankVersions yanked on PyPI with a security-related yanked_reason annotation. Confidence 0.80.