linkfox-temu-cancel-order-global

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: 0.90). The skill explicitly requires supplying API credentials (LINKFOXAGENT_API_KEY and Temu accessToken/storeKey) in environment variables and JSON/CLI arguments, which would force the LLM/agent to handle and potentially emit secret values verbatim in commands or requests.

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.85). Required workflow calls Temu via the LinkFox gateway (scripts/_temu_common.pycall_temu_api()response.read()json.loads()), then emit_result() prints/summarizes the gateway’s returned JSON (which is outsider-controlled data from Temu) into the agent’s LLM context via stdout.

Issues (2)

W007
HIGH

Insecure credential handling detected in skill instructions.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

Audit Metadata
Risk Level
HIGH
Analyzed
Jul 16, 2026, 08:10 AM
Issues
2