google-slides-review
Fail
Audited by Snyk on Jun 22, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The sub-agent prompts explicitly require returning verbatim slide/snapshot text as "evidence" (including byte-for-byte pattern vs filled text comparisons), so any API keys/passwords or secrets present in slides or the snapshot would be output directly by the LLM.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.65). The required workflow ingests outsider-authored free text via the Google Slides deck content itself: the sub-agents call
google_slides_get_slide/google_slides_list_slidesand then readfullText/pageElements (and thumbnails viaRead), which are user-provided deck text that the operating user did not author in this skill’s context, creating an indirect prompt-injection surface.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata