visual-identity
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches image data from OpenAI and BFL (Flux) API endpoints using the requests library.
- [COMMAND_EXECUTION]: Utilizes a local Python script,
scripts/generate_image.py, to process image generation and editing workflows. - [SAFE]: Implements character consistency by storing reference images and metadata in the agent's local data directory, facilitating persistence across sessions as intended by the skill's design.
- [SAFE]: Accesses environment variables
OPENAI_API_KEYandBFL_API_KEYusing standard practices for authentication with established image generation providers.
Audit Metadata