linkfox-1688-procurement
Pass
Audited by Gen Agent Trust Hub on Aug 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill communicates exclusively with LinkFox vendor-owned domains (e.g.,
tool-gateway.linkfox.com,api.linkfox.com) for all procurement and account management operations. - [SAFE]: The shared utility script
_alibaba1688_common.pyincludes a robust redaction mechanism (redactfunction) that masks sensitive keys such asapi_key,access_token, andrefresh_tokenbefore data is saved to disk or output to the console. - [SAFE]: High-risk write operations, including order creation and payment link retrieval, are protected by internal safety flags (e.g.,
confirmCreateOrder). The skill instructions explicitly mandate separate natural language confirmation from the user before these flags are enabled by the agent. - [SAFE]: The onboarding script (
onboarding.py) follows standard practices for user authentication and environment setup, providing a transparent path for users to register and manage their API keys without silent or unauthorized file modifications. - [SAFE]: Dependency requirements mentioned in the onboarding documentation (
requests,qrcode,pillow) are well-known, industry-standard libraries.
Audit Metadata