Install
$ agentstack add skill-nvidia-medtech-medical-ai-skills-dicom-volume-quality-v1 ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
DICOM Volume Quality Verifier
Purpose
- Used for deterministic second-pass review of a
dicom-series-to-volumeevidence pack. - Checks that the source pack passed and that the declared NIfTI artifact matches reported shape, spacing, affine orientation, and voxel range evidence.
- Manifest I/O: inputs are
dicom_series_to_volume_evidence_pack; outputs aredicom_volume_quality_report.
Instructions
- Use this verifier only on an evidence pack directory produced by
skills/dicom-series-to-volume. - Run it through
eval_engine/run.pywhen producing verifier evidence. - The verifier entrypoint is
scripts/grade.py; do not reimplement its checks in an agent prompt. - Do not treat a pass as clinical validation of conversion quality.
Available Scripts
| Script | Purpose | Arguments | |---|---|---| | scripts/grade.py | Primary verifier entrypoint declared by skill_manifest.yaml. | EVIDENCE_PACK_DIR |
Prerequisites
- Runtime requirements: Python packages listed in
runtime.side_effects.pip_packages. - The input directory must contain
manifest.json,validation_summary.json,output.json, and the NIfTI file declared byoutput.path.
Limitations
- Audits the emitted NIfTI and JSON evidence; it does not re-read DICOM inputs.
- Does not prove clinical correctness of orientation or HU scaling.
- Does not repair non-canonical orientation, spacing, or voxel metadata.
Troubleshooting
| Error | Cause | Fix | |---|---|---| | target_skill_matches fails | The fixture is not a dicom-series-to-volume evidence pack. | Re-run the verifier against the source skill pack directory. | | output_artifact_exists fails | The source pack declares a missing or moved NIfTI path. | Keep the NIfTI inside the pack or use a repo-relative path that resolves from the repository root. | | shape_matches_nifti fails | The JSON output no longer matches the saved NIfTI artifact. | Inspect the source pack and regenerate the evidence after fixing the converter. |
Example
python verifiers/dicom_volume_quality_v1/scripts/grade.py \
examples/evidence_packs/dicom_series_to_volume_pass
python eval_engine/run.py verifiers/dicom_volume_quality_v1 \
--fixture examples/evidence_packs/dicom_series_to_volume_pass \
--out runs/dicom_volume_quality
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: NVIDIA-Medtech
- Source: NVIDIA-Medtech/medical-AI-skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.