developer-device-platform-basics

Pass

Audited by Gen Agent Trust Hub on Aug 7, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • Command Execution: The skill utilizes standard command-line tools such as gcloud, curl, and adb to interact with cloud resources and manage device connections. These operations are restricted to the Google Cloud environment and the user's local machine for debugging purposes.
  • External Dependencies: The skill requires the installation of official Google-authored Python packages (google-cloud-devicestreaming, google-auth) to facilitate API communication. These are standard libraries from a trusted source.
  • Credential Handling: Authentication is managed through the official Google Cloud CLI (gcloud auth login), ensuring that sensitive access tokens are handled using standard platform protocols rather than being hardcoded or stored insecurely.
  • Billing and Resource Awareness: Critical operations like reserving or extending device leases include mandatory instructions for the agent to warn the user about potential billing costs and seek explicit approval before proceeding.
  • ADB Forwarding Script: The included Python script acts as a local proxy to bridge ADB traffic to the remote cloud device. It uses established networking libraries and gRPC to communicate with Google's managed endpoints.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 7, 2026, 03:01 AM
Security Audit — agent-trust-hub — developer-device-platform-basics