linkfox-temu-store-query

Pass

Audited by Gen Agent Trust Hub on Aug 18, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes Python scripts (temu_store_query.py and onboarding.py) to interact with the LinkFox API gateway. These scripts use standard libraries (urllib) and optional third-party libraries (requests) to perform HTTP POST requests for data retrieval and account management.
  • [DATA_EXFILTRATION]: The skill retrieves the LINKFOX_AGENT_API_KEY from environment variables. This credential is used solely for authenticating requests to the vendor's authorized API domains (linkfox.com subdomains). The analysis confirms no attempts to access sensitive local files (e.g., SSH keys, cloud credentials) or send data to untrusted third-party servers.
  • [EXTERNAL_DOWNLOADS]: The onboarding.py script checks for the presence of requests and qrcode libraries. If missing, it provides the user with manual installation instructions rather than executing unverified background downloads.
  • [INDIRECT_PROMPT_INJECTION]: The skill processes store data returned from the Temu API. It follows safe handling practices by writing raw responses to a local session directory (linkfox/) and providing the agent with structured summaries, minimizing the risk of the LLM being influenced by malicious content embedded in the API data.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 18, 2026, 01:11 AM
Security Audit — agent-trust-hub — linkfox-temu-store-query