linkfox-google-trend-get-trend-by-time
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses Python scripts (
scripts/google_trends_rising.pyandscripts/onboarding.py) to handle API requests and user management. These scripts are executed via standard shell commands as described in the parameter guide. - [EXTERNAL_DOWNLOADS]: The skill communicates exclusively with
tool-gateway.linkfox.com,api.linkfox.com, andagent-api.linkfox.comto fetch trend data and manage user authentication. These are official vendor domains for 'linkfox-ai'. - [CREDENTIALS_UNSAFE]: The skill follows secure practices for credential management. It retrieves the API key from environment variables (
LINKFOX_AGENT_API_KEYorLINKFOXAGENT_API_KEY) and provides an onboarding script to help users configure their environment rather than hardcoding secrets. - [DATA_EXFILTRATION]: While the skill reads search data, it is designed to write results to a localized, session-specific directory within the project (
linkfox/<date>/<session>/data/) for agent access. No sensitive system files are accessed or transmitted. - [REMOTE_CODE_EXECUTION]: No patterns for remote code execution or piping web content to a shell were detected. The scripts use
urllib.requestandrequestsfor structured API calls.
Audit Metadata