Create and edit Google Slides presentations. Add or delete slides, insert text, shapes, and images. Use when asked to build a deck, create a slideshow, update a Google presentation, or edit slides.
94
94%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Risky
Do not use without reviewing
Security
2 findings — 1 high severity, 1 medium severity. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
Insecure credential handling detected (high risk: 1.00). The prompt shows examples that embed OAuth client_id/client_secret in a config file and as direct CLI flags (--client-secret), which would require the agent to accept and output secret values verbatim (high exfiltration risk).
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.80). The skill explicitly reads and ingests user/third-party slide content via the presentations read command and read_presentation_content function (scripts/google-slides.py) and accepts arbitrary public image URLs via images create (--image-url), so untrusted, user-generated content from external presentations or URLs can be fetched and influence subsequent actions.