linkfox-temu-manage-product-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: 0.90). The skill's examples and call patterns require putting Temu accessTokens (and example TOKEN values) directly into command-line JSON arguments and reference scripts that save/read raw tokens, which forces secrets to be handled and potentially echoed or transmitted verbatim rather than kept in protected environment variables or secure stores.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). 该 skill 的运行时通过
scripts/_eu_product_script.py解析用户传入的 JSON 参数并在scripts/_temu_eu_common.py里调用网关POST ${LINKFOX_TOOL_GATEWAY}/temu/proxy,且会将网关返回的body(Temu 原始 JSON 字符串解析后)作为 LLM 上下文可用文本摘要/落盘输出,因此在由外部用户提交请求体(含任意params/searchText等)后即可诱导到“先不选择具体条目、直接投喂会被读取”的流程风险。
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata