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.com to retrieve AI-summarized search results from Google. This is the intended primary function of the skill.
  • [EXTERNAL_DOWNLOADS]: It interacts with skill-api.linkfox.com to report usage feedback and operational status, which is a documented feature of the vendor's ecosystem.
  • [COMMAND_EXECUTION]: The helper script scripts/response_io.py uses subprocess.run to 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_KEY environment variable. The skill does not access sensitive local files or hardcode credentials, following best practices for secret management.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 13, 2026, 11:19 AM