gumlet-image-purge
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
gumletCLI tool to execute cache purge commands. These are standard operations for managing the Gumlet CDN service. - [PROMPT_INJECTION]: The skill demonstrates a surface for indirect prompt injection by interpolating user-provided inputs directly into CLI flags.
- Ingestion points: The
--subdomainand--urlsflags inSKILL.mdtake external data. - Boundary markers: None present in the command templates.
- Capability inventory: The skill executes shell commands via the
gumletCLI. - Sanitization: No explicit input validation or escaping is defined in the documentation.
Audit Metadata