image-skill
Pass
Audited by Gen Agent Trust Hub on Aug 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the
luxin-clipackage from the public npm registry and fetches skill definitions from thedanielgwilson/luxinrepository on GitHub. - [REMOTE_CODE_EXECUTION]: The instruction
npx -y luxin-cli@latestdownloads and executes code from a remote registry. The-yflag bypasses user confirmation, and the@latesttag ensures the most recent version is run without local verification or version pinning. - [COMMAND_EXECUTION]: The skill requires the execution of shell commands to set environment variables (
export), create workspace directories (mkdir), and invoke the CLI tool. - [PROMPT_INJECTION]: The skill processes user-supplied strings which are passed to the
luxin-clifor image generation. This creates an attack surface for indirect prompt injection into a tool with network capabilities. - Ingestion points: User-supplied strings in the
--promptfield of theluxin-cli createcommand inSKILL.md. - Boundary markers: None identified; the prompt is passed directly as a command-line argument.
- Capability inventory: The
luxin-clitool performs network requests toapi.luxin.shand interacts with the local file system. - Sanitization: No evidence of input sanitization or validation is present in the skill instructions.
Audit Metadata