Skip to main content

handler-storage-gcs

Facilitates file operations in Google Cloud Storage, supporting uploads, downloads, and signed URL generation with secure authentication.

Install this skill

or
76/100

Security score

The handler-storage-gcs skill was audited on Feb 12, 2026 and we found 6 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 34

Template literal with variable interpolation in command context

SourceSKILL.md
34```json
high line 69

Template literal with variable interpolation in command context

SourceSKILL.md
69- Use environment variables for key path: `${GOOGLE_APPLICATION_CREDENTIALS}`
low line 101

External URL reference

SourceSKILL.md
101"url": "https://storage.googleapis.com/my-bucket/path/to/file",
low line 112

External URL reference

SourceSKILL.md
112"url": "https://storage.googleapis.com/my-bucket/docs/document.pdf",
low line 123

External URL reference

SourceSKILL.md
123"url": "https://storage.googleapis.com/my-bucket/file?X-Goog-Signature=...",
low line 147

External URL reference

SourceSKILL.md
147- Install: https://cloud.google.com/sdk/docs/install
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →