linkfox-dld-product-search
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses Python scripts (
dld_product_search.py,onboarding.py) to interface with the LinkFox API gateway via standard HTTP requests. - [CREDENTIALS_SAFE]: The skill correctly handles sensitive information by instructing users to store their API keys in environment variables (
LINKFOX_AGENT_API_KEY) rather than hardcoding them or logging them. - [EXTERNAL_DOWNLOADS]: The
onboarding.pyscript checks for the presence of legitimate Python libraries (requests,qrcode,pillow) and provides instructions for users to install them via pip if missing. - [SAFE]: All network operations are directed at official LinkFox domains (
tool-gateway.linkfox.com,api.linkfox.com,agent-api.linkfox.com). The persistence of data is limited to local session directories within the project workspace for auditability.
Audit Metadata