photo-colorization
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill documentation includes multiple
curlcommand examples designed for interacting with the EachLabs API athttps://sense.eachlabs.run/chat. These are provided as usage templates for the user or agent. - [DATA_EXFILTRATION]: Instructions specify the use of an API key via an environment variable (
$EACHLABS_API_KEY) in the request headers, which is a standard secure practice for credential management and prevents hardcoding of secrets. - [EXTERNAL_DOWNLOADS]: The skill facilitates communication with remote endpoints
sense.eachlabs.runand references output storage atstorage.eachlabs.ai. Both are official domains belonging to the vendor,eachlabs, and are considered trusted in the context of this skill. - [PROMPT_INJECTION]: The skill identifies an attack surface for indirect prompt injection as it accepts and processes external
image_urlsand user-providedmessagestrings. Documentation does not specify explicit boundary markers or input sanitization for these fields, though this behavior is central to the skill's primary function of image colorization via a chat-based interface. Evidence: Ingestion points:image_urlsandmessageinSKILL.md; Boundary markers: absent; Capability inventory:curlnetwork operations inSKILL.md; Sanitization: absent.
Audit Metadata