linkfox-etsy-product-query

Pass

Audited by Gen Agent Trust Hub on Aug 17, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill includes Python scripts (scripts/etsy_product_query.py and scripts/onboarding.py) intended for debugging and user onboarding. These scripts perform standard API requests using urllib and requests. The onboarding.py script provides commands for system environment configuration (e.g., setx, export) to help users persist their API keys, which is a standard developer workflow.
  • [EXTERNAL_DOWNLOADS]: The onboarding.py script may require the installation of the qrcode and requests Python packages if they are not already present in the environment. These are well-known, standard libraries used for their intended purposes (generating payment QR codes and performing HTTP requests).
  • [DATA_EXPOSURE_&_EXFILTRATION]: The skill transmits search parameters and session identifiers to the developer's official gateway (tool-gateway.linkfox.com) and API endpoints (api.linkfox.com, agent-api.linkfox.com). This is necessary for the skill's primary function of providing Etsy data and managing user accounts. No sensitive local files or unauthorized credentials are accessed or exfiltrated.
  • [CREDENTIALS_SAFE]: The skill correctly instructs users to manage their API keys via environment variables (LINKFOX_AGENT_API_KEY). It provides automated ways to retrieve these keys from the developer's service but does not hardcode any secrets or suggest insecure storage practices.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 17, 2026, 07:02 AM
Security Audit — agent-trust-hub — linkfox-etsy-product-query