nv-generate-mr
Warn
Audited by Snyk on Aug 17, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The runtime path
scripts/run_mr.pyingests outsider-provided JSON from the user-suppliedmodel_config_overridefile (CLI argumentmodel_config) via_load_config_override()/json.loads(), then passes rendered config into the upstreamscripts.diff_model_infersubprocess; thus attacker-authored free text can reach runtime logic without selecting a specific trusted item first.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill and its runtime/setup explicitly fetch upstream code and model weights (which include executable inference code) from https://github.com/NVIDIA-Medtech/NV-Generate-CTMR.git and https://huggingface.co/nvidia/NV-Generate-MR, and the wrapper requires those external assets to run the upstream scripts that are executed at runtime.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata