linkfox-echotik-get-video-download-url
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes official vendor infrastructure for its API endpoints (
tool-gateway.linkfox.com) and feedback mechanisms (skill-api.linkfox.com), which is consistent with the provided author context. - [SAFE]: Sensitive credentials like API keys are retrieved from environment variables (
LINKFOX_AGENT_API_KEYandLINKFOXAGENT_API_KEY) rather than being hardcoded in the script or instructions. - [SAFE]: File system activity is limited to creating a local
linkfox/directory within the workspace for session data and caching, adhering to least-privilege principles by avoiding system-wide temporary directories. - [SAFE]: The included Python script relies exclusively on standard libraries (
urllib,os,json) and does not attempt to install unverifiable third-party packages or execute remote code from untrusted sources.
Audit Metadata