google-ads-scripts
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- PROMPT_INJECTION (LOW): Indirect Prompt Injection surface detected. The skill ingests untrusted data from the Google Ads environment (campaign names, keyword text) and performs high-privilege actions like pausing campaigns or adjusting budgets based on that data.
- Ingestion points:
AdsApp.campaigns()andAdsApp.keywords()inassets/campaign-optimizer-template.jsandreferences/examples.md. - Boundary markers: Absent; data is processed and logged directly into strings.
- Capability inventory:
campaign.pause(),campaign.getBudget().setAmount(),MailApp.sendEmail(), andSpreadsheetAppoperations. - Sanitization: No sanitization of campaign names or status messages before logging to Sheets or sending via Email notifications.
Audit Metadata