linkfox-etsy-store-query

Pass

Audited by Gen Agent Trust Hub on Aug 17, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses Python scripts (etsy_store_query.py and onboarding.py) to interact with APIs and manage account setup. These scripts use subprocess-like execution for CLI debugging as documented in the skill instructions.
  • [EXTERNAL_DOWNLOADS]: The onboarding.py script suggests installing standard third-party libraries (requests, qrcode, pillow) via pip to enable QR code rendering for payments and enhanced HTTP handling. These are well-known packages used for the skill's functional requirements.
  • [CREDENTIALS_UNSAFE]: The skill manages authentication via LINKFOX_AGENT_API_KEY. While it handles sensitive tokens, it follows best practices by retrieving them from environment variables and providing a local onboarding script to help users configure their environment securely rather than hardcoding secrets.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 17, 2026, 07:02 AM
Security Audit — agent-trust-hub — linkfox-etsy-store-query