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.pyandonboarding.py) to interact with APIs and manage account setup. These scripts usesubprocess-like execution for CLI debugging as documented in the skill instructions. - [EXTERNAL_DOWNLOADS]: The
onboarding.pyscript suggests installing standard third-party libraries (requests,qrcode,pillow) viapipto 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