md-to-pdf
Warn
Audited by Snyk on Mar 10, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The script's check_dependencies() calls subprocess.check_call([sys.executable, '-m', 'pip', 'install', ...]) at runtime which will fetch and install packages from PyPI (e.g., https://pypi.org) thereby executing remote code the skill depends on.
Audit Metadata