linkfox-temu-returns-refunds-us
Fail
Audited by Snyk on Jul 16, 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's auth examples and usage require embedding API keys/accessTokens in request headers or command-line JSON arguments and may print full JSON responses to stdout, which forces the LLM to handle and potentially output secret values verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.75). Required workflow calls Temu gateway APIs at runtime and then prints/summarizes the gateway’s JSON response (outsider-authored content) into stdout, which the agent can ingest into the LLM context; see
emit_result()inscripts/_temu_common.pywhereprint(serialized)or_lf_summarize(result)outputs response-derived text.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata