linkfox-temu-price-us
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes Python scripts for interfacing with Temu APIs via the LinkFox gateway. These scripts are invoked from the command line and handle pricing management logic using JSON parameters.
- [EXTERNAL_DOWNLOADS]: The skill provides functionality to download signed resource files from Temu. These downloads are performed via the official LinkFox gateway.
- [SAFE]: The skill manages Temu access tokens in a local hidden directory (~/.linkfox/temu-access-tokens.json). These tokens are sent to the LinkFox gateway to authenticate API calls, which is a core function of the skill.
- [PROMPT_INJECTION]: The skill ingests data from external API responses. It mitigates indirect prompt injection risks by formatting output as JSON and providing structured summaries. Ingestion points: Data ingested via call_temu_api in scripts/_temu_common.py. Boundary markers: Output is saved to specific JSON files and summarized by emit_result. Capability inventory: The skill performs network requests and local file operations. Sanitization: All incoming API data is parsed as JSON.
Audit Metadata