linkfox-temu-order-global
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized data exfiltration attempts were detected. The skill's behavior aligns with its stated purpose of managing e-commerce orders via a specific vendor gateway.- [EXTERNAL_DOWNLOADS]: The skill refers to an external download of an onboarding package from the vendor's official domain (agent-files.linkfox.com). This is used for setup purposes and is consistent with the vendor's infrastructure.- [COMMAND_EXECUTION]: The skill uses Python scripts to perform network requests and manage local state. These operations are performed using standard libraries and target the vendor's known API endpoints.- [SAFE]: The skill processes order data from the Temu API. This ingestion of external data is handled through structured JSON parsing and is used for recording responses in the local project directory. 1. Ingestion points: Temu API responses processed in scripts/_temu_common.py. 2. Boundary markers: None present. 3. Capability inventory: File writing to the local linkfox/ directory. 4. Sanitization: Relies on standard JSON parsing. The skill does not perform any high-risk operations on this data that would enable indirect prompt injection attacks.
Audit Metadata