tiktok-account-search
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a bundled Python script
scripts/search_tiktok_realtime.pyto perform the search and process API responses. - [EXTERNAL_DOWNLOADS]: The script makes network requests to the developer's API endpoint at
https://redfox.hk/story/api/deepSearch/tk/searchUserto retrieve real-time data. - [SAFE]: API credentials are securely managed through the
REDFOX_API_KEYenvironment variable, avoiding hardcoded secrets. - [SAFE]: The Python script includes a fallback SSL context that disables certificate verification, which is a documented configuration choice to ensure compatibility across different systems.
Audit Metadata