linkfox-temu-cancel-order-us
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [SAFE]: No malicious intent, obfuscation, or high-risk security patterns were identified during the analysis.
- [COMMAND_EXECUTION]: The skill provides numerous Python scripts in the
scripts/directory intended for execution by the agent to perform specific cancellation and authentication tasks. - [DATA_EXFILTRATION]: Network communication is performed with the vendor's official API gateway at
https://tool-gateway.linkfox.com. These operations are required for the skill's primary function of proxying requests to the Temu Partner Platform. - [CREDENTIALS_UNSAFE]: The skill handles service authentication using the
LINKFOXAGENT_API_KEYand manages Temu access tokens via a local JSON store located at~/.linkfox/temu-access-tokens.json. - [PROMPT_INJECTION]: The skill processes untrusted data returned by the Temu API. To mitigate potential injection and context overflow, it utilizes structured logging to the local filesystem and provides count-based summaries for large responses.
Audit Metadata