qwen-delegation
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill has an indirect prompt injection surface as it is designed to read and process the contents of local files using the
@pathsyntax or thedelegation_executor.pyscript. Malicious content within these files could influence the agent's behavior. - Ingestion points: Local file paths passed to the CLI or execution script as shown in
SKILL.md. - Boundary markers: Absent. The skill does not instruct the model to treat file content as untrusted data or use specific delimiters to isolate it from instructions.
- Capability inventory: The skill uses
qwen-clifor shell execution anddelegation_executor.pyfor task management. - Sanitization: None. File contents are interpolated directly into the context.
- [SAFE]: The skill correctly instructs users to manage sensitive credentials like
QWEN_API_KEYvia environment variables or CLI authentication commands, which is a standard security practice.
Audit Metadata