image-delete
Pass
Audited by Gen Agent Trust Hub on Mar 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Uses
curlto perform HTTP DELETE requests against an external API. The command execution interpolates variables such as the API key, base URL, and user-provided image ID.- [EXTERNAL_DOWNLOADS]: Automatically fetches a temporary authentication token from the vendor's domain (images.labnocturne.com) if a local API key is not configured in the environment.- [PROMPT_INJECTION]: Analysis of the indirect prompt injection surface identifies the following factors: - Ingestion points: The
image_idparameter is accepted directly from user input (e.g., via/delete). - Boundary markers: No explicit delimiters or boundary markers are used when interpolating the user input into the shell command.
- Capability inventory: The skill possesses the capability to execute
curlcommands on the host system. - Sanitization: No explicit sanitization or shell-escaping is performed on the
image_idbefore command construction, though instructions describe a expected pattern.
Audit Metadata