bilibili-keywords-search
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local Python script
search_bili_realtime.pyto perform the search operations. This is the primary mechanism for the skill's functionality. - [EXTERNAL_DOWNLOADS]: The Python script makes POST requests to
https://redfox.hk/story/api/bili/searchto fetch video metadata. The URL belongs to the skill author's infrastructure and is documented for use with theREDFOX_API_KEY. - [CREDENTIALS_UNSAFE]: The skill uses an environment variable
REDFOX_API_KEYfor authentication. The documentation correctly advises users to set this as an environment variable and warns against hardcoding it, which aligns with security best practices.
Audit Metadata