kuaishou-search
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
python3to execute a local scriptsearch_ks_work.pyto perform search queries. This is the intended primary purpose of the skill and uses local paths. - [EXTERNAL_DOWNLOADS]: The
search_ks_work.pyscript makes network requests tohttps://redfox.hk/story/api/ksAllData/searchWorkusing Python's standardurllib.request. This is a vendor-owned resource ('redfox-data') used to fetch content data. The activity is documented and necessary for the skill's functionality. - [CREDENTIALS_SAFE]: The skill requires a
REDFOX_API_KEY. It correctly instructs users to set this via environment variables or a configuration file (~/.openclaw/openclaw.json) rather than hardcoding it, which aligns with security best practices for secret management.
Audit Metadata