helm
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection by passing user-provided arguments directly to sub-skills.
- Ingestion points: User input is ingested via the
{{args}}parameter inSKILL.md. - Boundary markers: There are no explicit delimiters (e.g., XML tags or triple quotes) used to isolate the user input from the routing instructions.
- Capability inventory: The skill's environment allows access to tools such as
Bash,Write,Edit,WebFetch, andWebSearchas specified in theallowed-toolsmetadata. - Sanitization: The skill does not perform pre-processing or validation on the
{{args}}content before passing it to theSkilltool.
Audit Metadata