linkfox-amazon-store-listings
Pass
Audited by Gen Agent Trust Hub on May 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Various scripts within the
scripts/folder utilizesubprocess.runto execute an internal utility,check_auth_dependency.py. This utility validates the presence of required authentication skills in the local environment before continuing execution, ensuring that required components are available. - [COMMAND_EXECUTION]: The
response_io.pyhelper facilitates the execution of internal skill scripts and manages their output by persisting it to the file system. This allows for efficient processing of large API responses while maintaining agent context limits through structured data reading. - [EXTERNAL_DOWNLOADS]: The skill's core functionality relies on making network requests to
https://tool-gateway.linkfox.com. These requests are used to obtain necessary access tokens and to proxy commands to the Amazon Selling Partner API. This communication is essential for the skill's purpose and targets the vendor's production infrastructure. - [EXTERNAL_DOWNLOADS]: Authentication with the vendor's gateway is performed securely by retrieving the API key from the
LINKFOXAGENT_API_KEYenvironment variable. This practice avoids hardcoding sensitive credentials in the source code or configuration files.
Audit Metadata