linkfox-temu-order-us
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements Temu US order management functionality through a series of specialized Python scripts and comprehensive documentation. All observed behaviors align with the stated purpose of interacting with the Temu Partner Platform for order fulfillment tasks.
- [SAFE]: Authentication is managed using standard industry practices. The LinkFox API key is retrieved from environment variables (LINKFOX_AGENT_API_KEY or LINKFOXAGENT_API_KEY), and Temu access tokens are stored in a dedicated local directory (~/.linkfox/) which is common for developer CLI tools.
- [SAFE]: Network communication is directed exclusively to the vendor's official service endpoints (tool-gateway.linkfox.com and skill-api.linkfox.com). The endpoints are used for proxying API requests to Temu and for providing feedback, both of which are legitimate functions for this skill.
- [SAFE]: The skill includes robust logging and auditing features, saving full API responses to a structured linkfox/ directory within the user's workspace or home directory. This allows for transparency and troubleshooting without exposing data to unsafe locations.
- [SAFE]: No malicious patterns such as prompt injection, obfuscation, unauthorized data exfiltration, or dynamic code execution were found in the provided files.
Audit Metadata