image-files
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [DYNAMIC_EXECUTION]: The skill uses
curlto perform HTTP requests andechoto check environment variables. These operations are essential for retrieving file metadata and authentication states from the service's backend.- [UNVERIFIABLE_DEPENDENCIES_AND_REMOTE_CODE_EXECUTION]: The skill communicates withimages.labnocturne.comto fetch data and a temporary authentication key. As these resources belong to the vendor's infrastructure and are necessary for the skill's primary function, they do not pose an external code execution risk.- [INDIRECT_PROMPT_INJECTION]: The skill processes and displays external data, specifically filenames and IDs from the Lab Nocturne API, which creates a potential surface for indirect injection if an attacker-controlled filename contains malicious instructions. - Ingestion points: API response body containing file metadata (filenames, IDs) processed in Step 5 of the instructions.
- Boundary markers: There are no explicit delimiters or warnings to isolate the API-provided data from the agent's instructions.
- Capability inventory: Shell execution capabilities are available via the
curltool. - Sanitization: The skill does not implement validation or escaping for strings returned by the remote API before presenting them.
Audit Metadata