linkfox-temu-product-query
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructions in
SKILL.mdguide the agent to download and install a zip package fromhttps://agent-files.linkfox.com(a vendor-owned domain) to resolve authentication or credit issues. - [COMMAND_EXECUTION]: The skill executes a local Python script
scripts/temu_product_query.pyto perform the product searches and handle data processing. - [DATA_EXFILTRATION]: The script accesses environment variables
LINKFOX_AGENT_API_KEYandLINKFOXAGENT_API_KEYto authenticate requests to the vendor's API gateway (tool-gateway.linkfox.com). It also transmits session metadata, includingSESSION_IDandAPP_NAME, in the request headers for tracking and billing purposes. - [FILE_SYSTEM_OPERATIONS]: The Python script implements a logging and caching system that writes response data, session metadata (
_meta.json), and index files (index.jsonl) to alinkfox/directory within the workspace or home directory.
Audit Metadata