google-ads-api-quickstart
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [Official Library Integration]: The skill facilitates the installation of official, vendor-maintained client libraries for multiple languages, such as
google-adsfor Python andgoogleads/google-ads-phpfor PHP. These are standard dependencies for Google Ads API development and are retrieved from official package registries like PyPI and Composer. - [Dynamic Version Resolution]: To ensure stability and security, the skill instructs the agent to dynamically resolve the latest API and library versions by consulting official Google developer documentation and GitHub repositories. This practice prevents the use of deprecated or insecure API versions.
- [Secure Credential Handling]: The instructions guide users through the standard Google Cloud OAuth2 flow to obtain developer tokens and refresh tokens. It correctly advises storing these sensitive credentials in local configuration files (like
google-ads.yamlorads.properties) or environment variables, which is a standard method for managing secrets in local development environments. - [Diagnostic Guardrails]: The skill includes explicit instructions for the AI agent to avoid executing local code or bash commands during troubleshooting, emphasizing static code analysis and configuration review instead. This reduces the risk of unintended side effects during the support process.
Audit Metadata