image-stats
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
curlto perform HTTP requests to external endpoints andechoto inspect the value of the$LABNOCTURNE_API_KEYenvironment variable. - [EXTERNAL_DOWNLOADS]: The skill downloads data from
https://images.labnocturne.com/keyandhttps://images.labnocturne.com/stats. These endpoints provide JSON content used for authentication and statistics display. - [DATA_EXFILTRATION]: The skill transmits the
LABNOCTURNE_API_KEYto the/statsendpoint of a non-whitelisted external domain. This is the intended mechanism for authenticating with the service's API. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it processes and displays data from an external API.
- Ingestion points: Data enters the context via
curlresponses fromhttps://images.labnocturne.com/stats(specifically theerror.messageand statistics fields). - Boundary markers: None. The skill does not use delimiters or instructions to ignore embedded commands in the API response.
- Capability inventory: The agent has the capability to execute
curlandechocommands. - Sanitization: No sanitization or validation of the remote JSON content is performed before displaying it to the user.
Audit Metadata