huawei-cloud-skill-tester
Fail
Audited by Snyk on Jul 22, 2026
Risk Level: CRITICAL
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.90). The skill repeatedly requires prompting the user for Huawei Cloud AK/SK and instructs setting them as environment variables/using them to run real CLI/SDK steps, which forces the agent to accept and potentially emit those secret values (e.g., in exported env vars, commands, or logs), creating an exfiltration risk.
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 0.90). The pipeline intentionally executes skill-supplied Python/snippets (RCE) while collecting/exporting cloud AK/SK into the environment and even auto-confirms write operations / cleans up artifacts — a design that enables credential exposure, remote code execution, and covert resource modification or data exfiltration.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.75). This workflow ingests outsider-authored free text from other skills’ local
SKILL.mdfiles (and their embedded code/markdown blocks) at runtime via Tier 1 Phase 1 parsing (scripts/tier1/phase-1-skill-analysis.shreads and extracts content from${skill_dir}/SKILL.md), then propagates it into later JSON that may be consumed by the reporting logic.
Issues (3)
W007
HIGHInsecure credential handling detected in skill instructions.
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata