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 utilize subprocess.run to 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.py helper 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_KEY environment variable. This practice avoids hardcoding sensitive credentials in the source code or configuration files.
Audit Metadata
Risk Level
SAFE
Analyzed
May 30, 2026, 12:05 AM