treatment-plans
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill integrates with the OpenRouter API via the
scripts/generate_schematic_ai.pyscript to generate and review scientific diagrams using AI models. This network communication is a core functional component for its visualization features and is handled securely using user-provided API keys. - [COMMAND_EXECUTION]: The
scripts/generate_schematic.pyscript utilizes the Pythonsubprocess.runmethod to execute a local companion script for AI diagram generation. The implementation uses a list-based argument structure, which is a secure method that prevents shell-injection vulnerabilities. - [SAFE]: The skill follows security best practices by managing API credentials through environment variables and
.envfiles rather than hardcoding them. Additionally, it provides extensive documentation and templates designed to assist clinicians in maintaining HIPAA compliance through strict data de-identification protocols.
Audit Metadata