linkfox-temu-price-eu
Fail
Audited by Snyk on Aug 17, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill explicitly shows commands and JSON examples that require embedding API keys/accessTokens verbatim (export LINKFOXAGENT_API_KEY and "accessToken": "TOKEN" passed on the command line), forcing secrets into generated commands/outputs.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). 在
scripts/_temu_eu_common.py::eu_proxy_call通过/temu/proxy发送用户在 CLI JSON 中提供的params(外部自由文本)到网关,网关返回的body又在scripts/_temu_common.py::emit_result中被解析并落盘/摘要输出,构成间接提示注入暴露面。
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata