linkfox-temu-store-query
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download and install a supplementary utility ('linkfox-onboarding') from the vendor's official domain (
https://agent-files.linkfox.com/skills/linkfox-onboarding/release.zip) when API configuration is incomplete. - [COMMAND_EXECUTION]: The skill utilizes a Python script (
scripts/temu_store_query.py) to execute store queries. The script is built using Python's standard library and handles data retrieval, caching, and result formatting. - [DATA_EXFILTRATION]: The Python script performs network POST requests to the vendor's tool gateway (
https://tool-gateway.linkfox.com) and feedback API (https://skill-api.linkfox.com). These requests transmit query parameters, authentication tokens, and session metadata required for the operation of the service. - [DATA_EXPOSURE]: The skill manages data persistence by saving API responses to the local filesystem in a timestamped
linkfox/directory and utilizing local environment variables for API key management, which is consistent with standard development practices.
Audit Metadata