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.py script 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
Risk Level
SAFE
Analyzed
Aug 17, 2026, 03:42 PM
Security Audit — agent-trust-hub — linkfox-dld-product-search