ace-step
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests audio content from user-provided URLs for inpainting and outpainting operations, which is a potential surface for indirect prompt injection. \n
- Ingestion points: The
audiofield defined in theaudio-inpaintandaudio-outpaintroute schemas inSKILL.md. \n - Boundary markers: The skill uses structured JSON to pass input parameters to the CLI tool. \n
- Capability inventory: The skill performs model processing using the
runcomfyCLI (invoked viaBash(runcomfy *)inSKILL.md). \n - Sanitization: Input content is passed as a JSON string to the CLI to prevent shell command injection. \n- [COMMAND_EXECUTION]: The skill executes the
runcomfycommand to interact with AI models. This execution is scoped and restricted via theallowed-toolsfrontmatter field. \n- [EXTERNAL_DOWNLOADS]: The skill documentation recommends installing the@runcomfy/clipackage, which is a vendor-owned resource for accessing the RunComfy API.
Audit Metadata