linkfox-temu-ads-us
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFEDATA_EXFILTRATIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [DATA_EXFILTRATION]: The skill manages authentication credentials required for API access.
- Evidence: Temu access tokens are stored and retrieved from a local configuration file located at
~/.linkfox/temu-access-tokens.jsonas seen inscripts/_temu_token_store.py. - Evidence: The skill utilizes the
LINKFOXAGENT_API_KEYenvironment variable to authenticate requests to the vendor gateway. - [COMMAND_EXECUTION]: The skill executes network requests to perform advertisement management tasks.
- Evidence: Multiple scripts, such as
temu_proxy.pyand variousus_ads_*.pyfiles, use the standardurlliblibrary to send POST requests to the vendor's API gateway athttps://tool-gateway.linkfox.com/temu/proxy. - [EXTERNAL_DOWNLOADS]: The skill provides functionality to retrieve signed resource files.
- Evidence:
scripts/temu_file_download.pyprovides a mechanism to download files via thehttps://tool-gateway.linkfox.com/temu/fileDownloadendpoint, which is used for processing Temu-specific signed URLs.
Audit Metadata