ai-festival-campaign-generator
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted input from webhooks and interpolates it directly into Gemini prompts without sanitization, presenting a surface for indirect prompt injection.
- Ingestion points: Webhook trigger parameters such as
festival_name,product_name, andbrand_nameinSKILL.md. - Boundary markers: None; prompt templates in
SKILL.mddo not use delimiters or explicit instructions to ignore nested commands within the variables. - Capability inventory: The skill orchestrates file system writes to Google Drive, data persistence in Google Sheets, and network delivery via Gmail as documented in
SKILL.md. - Sanitization: No validation, filtering, or escaping of input data is present in the JavaScript prompt construction logic in
SKILL.md. - [EXTERNAL_DOWNLOADS]: The installation process requires cloning a repository from an unverified third-party account which acts as a dependency for the skill.
- Source:
https://github.com/Chaitanyaa0406/AI-Festival-Campaign-Generator.gitreferenced in the Installation section ofSKILL.md.
Audit Metadata