alibabacloud-pds-multimodal-search
Warn
Audited by Snyk on May 19, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill's workflow explicitly downloads and parses arbitrary user-provided files via signed URLs returned by PDS analysis (see references/multianalysis-file.md Flow 2 and scripts/doc_analysis_formatter.py which call requests.get on signed URLs), so untrusted user-generated content from cloud drives is ingested and used to produce formatted outputs that can influence subsequent agent behavior.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's installation instructions require installing the Aliyun CLI and explicitly show executing remote code via "curl -fsSL https://aliyuncli.alicdn.com/install.sh | bash" (and downloading installers from https://aliyuncli.alicdn.com/...), which fetches and runs remote code and is a required dependency for the skill.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata