alibabacloud-docmind-parse
Fail
Audited by Snyk on Jun 22, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.80). The V2 API request schema explicitly includes ossConfig fields (accessKeyId, accessKeySecret, securityToken) that would require the agent to embed credential values verbatim into the outgoing JSON/request if used, creating an exfiltration risk.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.75). Outsider free text can enter the LLM context via the user-supplied
inputURL (public web content) or downloaded file contents: the script passesdocument.fileUrlto DocMind (V2) or uploads the file bytes (POP/V2), and the returnedmarkdownContent/textfrom that outsider document is then printed/serialized (and thus becomes LLM-readable context for downstream steps).
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata