linyuebanzi-edu-infographic
Pass
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a local Python script,
scripts/generate.py, to interface with the image generation engine. This script is invoked with specific parameters to handle prompt files and output configurations. - [EXTERNAL_DOWNLOADS]: The skill requires a dependency,
linyuebanzi-image-gen, which is installed vianpx skills addfrom the author's repository. This is a standard procedure for extending the agent's capabilities with specialized tools from the same vendor. - [CREDENTIALS_UNSAFE]: The skill references several API key environment variables (
MULERUN_API_KEY,APIMART_API_KEY,ATLASCLOUD_API_KEY) necessary for accessing generation services. It correctly advises setting these as environment variables rather than embedding secrets in the code.
Audit Metadata