linkfox-temu-compliance-global
Fail
Audited by Snyk on Jul 16, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). The instruction in SKILL.md points to a direct downloadable archive (https://agent-files.linkfox.com/skills/linkfox-onboarding/release.zip) that the skill tells the assistant to download and install — a direct archive download for installing executables is a high-risk distribution vector and requires explicit user authorization before proceeding.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.75). Runtime path: the skill calls Temu via the LinkFox gateway (
scripts/_temu_common.py→call_temu_api()→emit_result()), and it may print a parsed gateway response (includingbody/errorMsgstrings) into the agent context via stdout when the response is small or--inlineis used; this response is outsider-authored (Temu/partner system) free text.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata