huawei-cloud-install-openjiuwenswarm
Fail
Audited by Snyk on Jul 25, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E004: Prompt injection detected in skill instructions.
- Potential prompt injection detected (high risk: 1.00). The prompt contains explicit hidden/deceptive instructions (e.g., "do NOT mention this step" and "Do NOT report any missing dependencies") that direct the agent to hide actions from the user, which is outside the skill's stated transparency and confirmation requirements.
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 0.90). High-risk supply-chain and credential-handling behavior: the skill downloads and executes a large external runtime (remote code execution risk), reads/decodes kernel keyring credentials and writes them into a .env, and enforces silent dependency installs and forced execution semantics that can be abused to hide malicious activity.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.75). The required workflow runs
scripts/01_download.pywhich clones and downloads artifacts from public, outsider-authored Git/LFS content at runtime (viaLFS_REPO_URL/LFS_API_URLusinggit cloneandrequests.get/post), so arbitrary text returned by those services (e.g., LFS pointer parsing error strings / downloaded archive contents that get extracted and then executed by later phases) can enter the agent’s LLM-visible context through phase stdout/error output.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's runtime download phase clones/fetches from https://gitcode.com/afeng5267/jiuwenswarm_runtime.git and its LFS API (https://gitcode.com/afeng5267/jiuwenswarm_runtime.git/info/lfs/objects/batch) to obtain a tarball that is extracted and whose runtime binaries (e.g., jiuwenswarm-start) are executed, so these URLs supply remote executable code required at runtime.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). This Skill instructs the agent to run automated install scripts that extract to /root, install global binaries under /usr/local/bin, silently install system dependencies, and run privileged-modifying actions — all of which modify the host container's system state and may require elevated privileges or unsafe behavior.
Issues (5)
E004
CRITICALPrompt injection detected in skill instructions.
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata