gcp-spark
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands for managing environment configurations and file processing.
- Evidence: Use of
gcloud config,gcloud dataproc clusters list,jupyter nbconvert, andpython3 -m py_compileto verify and manage resources (found inSKILL.mdandresources/gcloud_dataproc.md). - [REMOTE_CODE_EXECUTION]: The skill facilitates the generation and remote execution of Spark scripts on GCP infrastructure.
- Evidence: Submitting workloads to Dataproc via
gcloud dataproc batches submit pyspark <SCRIPT_PATH.py>(found inresources/gcloud_dataproc.md). - [EXTERNAL_DOWNLOADS]: Fetches official connectors and configuration from trusted technology providers.
- Evidence: Downloads the Spanner connector from Google's
gs://spark-lib/and references Microsoft'ssynapsemllibrary for machine learning tasks (found inresources/read_write_data.mdandresources/ml_tasks.md). - [DATA_EXFILTRATION]: The skill implements data ingestion workflows that read from cloud-hosted storage and databases.
- Evidence: Instructions for reading data from Google Cloud Storage, BigQuery, Spanner, and BigLake Iceberg catalogs using
spark.readandgcloud storage cat(found inresources/read_write_data.mdandresources/schema_direct_inspection.md).
Audit Metadata