linkfox-google-aimode-search
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill connects to
tool-gateway.linkfox.comto retrieve AI-summarized search results from Google. This is the intended primary function of the skill. - [EXTERNAL_DOWNLOADS]: It interacts with
skill-api.linkfox.comto report usage feedback and operational status, which is a documented feature of the vendor's ecosystem. - [COMMAND_EXECUTION]: The helper script
scripts/response_io.pyusessubprocess.runto execute the main API script. This execution is performed using the current Python interpreter (sys.executable) without a shell (shell=False), which is a secure way to handle local process execution for data management. - [DATA_EXFILTRATION]: Authentication is handled via the
LINKFOXAGENT_API_KEYenvironment variable. The skill does not access sensitive local files or hardcode credentials, following best practices for secret management.
Audit Metadata