linkfox-ehunt-temu-product-query
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: All network requests are directed to the vendor's official domain (
tool-gateway.linkfox.com), ensuring that data is transmitted to an authorized endpoint. - [SAFE]: Authentication is handled via the
LINKFOXAGENT_API_KEYenvironment variable, which is a secure and standard practice that avoids hardcoding secrets. - [SAFE]: The skill includes a helper script,
response_io.py, designed to manage large responses by saving them to disk. This script provides clear security guidance to the user, advising the use of temporary directories and cautioning against committing data to version control. - [SAFE]: The use of
subprocess.runto call the API script is implemented securely, passing arguments as a list and avoiding the use of a shell, which effectively prevents command injection vulnerabilities.
Audit Metadata