agent-platform-tuning-management
Pass
Audited by Gen Agent Trust Hub on May 28, 2026
Risk Level: SAFE
Full Analysis
- [Safety Confirmation Tiers]: The skill implements a robust security framework by categorizing actions into Tier R (Read-only) and Tier D (Destructive). It explicitly mandates typed human confirmation before any destructive operations, such as canceling a tuning job, which prevents accidental or unauthorized interruptions.
- [Interaction with Cloud APIs]: The skill processes metadata (job names, states) retrieved from Google Cloud services. While reading external data is a standard surface for administrative tools, the skill mitigates risk by restricting operations to the official googleapis.com infrastructure.
- [Standard Dependency Usage]: The instructions involve installing the
google-cloud-aiplatformpackage. This is the official Google-maintained SDK for Vertex AI, ensuring that the skill relies on verified and authoritative libraries for its operations. - [Secure Environment Configuration]: The skill follows security best practices by recommending the use of Python virtual environments and standard Application Default Credentials (ADC) via
gcloud auth, which avoids the need for hardcoded secrets.
Audit Metadata