relight
Pass
Audited by Gen Agent Trust Hub on Sep 23, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes external image URLs, which represents a potential attack surface for indirect prompt injection where malicious content in an image could attempt to influence agent behavior. * Ingestion points: The
imageandimage_urlsparameters within the JSON payload in SKILL.md. * Boundary markers: The skill instructions recommend using JSON structure and only processing URLs explicitly provided by the user. * Capability inventory: Shell access is restricted to theruncomfyCLI via the Bash tool. * Sanitization: Guidance provided in the skill documentation suggests monitoring for unexpected model behavior and verifying reference assets. - [EXTERNAL_DOWNLOADS]: The skill includes instructions to install the
@runcomfy/clipackage via npm. This package is the official tool provided by the skill author's organization. - [COMMAND_EXECUTION]: The skill uses the Bash tool to interact with the
runcomfyCLI. This capability is appropriately scoped in the skill frontmatter to limit execution only to that specific command.
Audit Metadata