playlet-douyin-feed
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local Python script (
fetch_playlet_feed.py) to retrieve data. This is a standard and expected operation for this type of agent skill. - [EXTERNAL_DOWNLOADS]: The skill communicates with
doubaoya.comto fetch drama trend data. This is a well-known service associated with the skill's author and purpose. It uses standard secure protocols (HTTPS). - [CREDENTIALS_UNSAFE]: The skill correctly instructs users to manage their API keys via the
DOUBAOYA_API_KEYenvironment variable. The code explicitly avoids printing or logging this key, following security best practices for credential management.
Audit Metadata