scientific-slides
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill employs
subprocess.runwithinscripts/generate_slide_image.pyto invoke its internal AI generation script and withinscripts/validate_presentation.pyto check LaTeX compilation viapdflatex. These calls are performed using list-based arguments, which is a safe implementation that prevents command injection. - [EXTERNAL_DOWNLOADS]: The
scripts/generate_slide_image_ai.pyscript makes outbound HTTP requests to theopenrouter.aiAPI. This is a well-known service utilized by the skill to generate slide visuals and perform automated quality reviews using LLMs. This behavior is consistent with the skill's stated purpose. - [CREDENTIALS_UNSAFE]: The skill follows secure practices for credential management by requiring users to provide an API key through environment variables or a
.envfile, rather than using hardcoded secrets within the codebase. - [SAFE]: The skill includes comprehensive documentation and templates that promote best practices for scientific communication. It does not exhibit any signs of prompt injection, data exfiltration, or obfuscation.
Audit Metadata