github-flavored-markdown
Pass
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/render.pyexecutes external rendering tools (cmark-gfmorpandoc) using thesubprocessmodule. This is the primary function of the skill and is implemented following security best practices by passing arguments as a list rather than using a shell, which prevents common command injection vulnerabilities. Environment variable overrides for tool paths are checked for existence before use.
Audit Metadata