pp-google-ads
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSDATA_EXFILTRATIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the
google-ads-pp-cliandgoogle-ads-pp-mcptools from the author's GitHub repository (github.com/mvanhorn/printing-press-library) usinggo install. - [DATA_EXFILTRATION]: Includes a
--deliver webhook:<url>feature that enables the delivery of command output to any specified URL, which could facilitate data exfiltration if an agent is manipulated into using a malicious endpoint. - [COMMAND_EXECUTION]: Executes shell commands to interact with the Google Ads API via the provided CLI tool.
- [PROMPT_INJECTION]: Presents a surface for indirect prompt injection by processing external data from the Google Ads API.
- Ingestion points: API response data from commands such as
customers_google_ads searchinSKILL.md. - Boundary markers: Absent; external data is not delimited or specifically marked as untrusted.
- Capability inventory: Comprehensive API write access, including
mutate,create, anddeleteactions across Google Ads entities as documented inSKILL.md. - Sanitization: No sanitization or validation logic is defined for data received from the API before it is consumed by the agent.
Audit Metadata