ai-ppt-generator
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill communicates with
qianfan.baidubce.com, which is the official domain for Baidu's Qianfan AI platform. This is a well-known service, and the network activity is strictly limited to performing the PPT generation tasks as described in the tool's purpose. - [COMMAND_EXECUTION]: The skill runs a provided Python script (
scripts/generate_ppt.py) that manages the API lifecycle. It takes user input via command-line arguments and handles the resulting data stream without executing any dynamic or untrusted code locally. - [CREDENTIALS_UNSAFE]: Security credentials are handled appropriately. The required
BAIDU_API_KEYis retrieved from the environment at runtime. The documentation correctly instructs users to manage this secret via environment variables, avoiding the risk of hardcoded secrets.
Audit Metadata