flux
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to Indirect Prompt Injection because it ingests untrusted data and interpolates it into the execution flow without proper sanitization.
- Ingestion points: The variable
{{args}}inSKILL.mddirectly accepts user-provided input. - Boundary markers: No delimiters (e.g., XML tags or backticks) or instructions to ignore embedded commands are used when processing
{{args}}. - Capability inventory: The skill allows access to powerful tools including
Bash,Write,Edit, andWebFetchas defined in theallowed-toolsmetadata. - Sanitization: There is no evidence of input validation, escaping, or filtering of the
{{args}}content before it is passed to subsequent tools or sub-skills.
Audit Metadata