Install
$ agentstack add skill-nvidia-medtech-medical-ai-skills-dicom-preflight-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
dicompreflightquality_v1
Purpose
- Audits
dicom_series_preflightevidence packs for explicit pass/warn/fail preflight findings. - Use this after the preflight wrapper has inspected a DICOM series and written an evidence pack. Engineering verification only.
- Manifest I/O: inputs are
dicom_series_preflight_evidence_pack; outputs aredicom_preflight_quality_report.
Instructions
- Run
scripts/grade.pyon the preflight evidence-pack directory. - If a host agent exposes
run_script, userun_script("scripts/grade.py", args=["RUNS/PREFLIGHT_PACK"]). - Prefer the eval-engine command when you need a verifier evidence pack; use the direct Python command for quick local inspection.
Available Scripts
| Script | Purpose | Arguments | |---|---|---| | scripts/grade.py | Primary verifier entrypoint declared by skill_manifest.yaml. | EVIDENCE_PACK_DIR |
Prerequisites
- The target pack must contain
output.jsonandvalidation_summary.json. - The source preflight run should have completed before this verifier is called.
Limitations
- This verifier audits recorded preflight findings; it does not re-read every DICOM instance.
- Not for clinical de-identification, PHI clearance, or regulatory sign-off.
Troubleshooting
| Error | Cause | Fix | |---|---|---| | Missing pack JSON | The fixture path is not a completed evidence pack. | Point to the source preflight run directory. | | Unexpected fail verdict | The source preflight pack recorded fail-level findings. | Inspect preflight_gate.findings in the verifier output. | | No findings | The source wrapper did not emit preflight details. | Re-run the source skill and preserve output.json. |
Paired verifier for skills/dicom-series-preflight.
python verifiers/dicom_preflight_quality_v1/scripts/grade.py runs/preflight_trusted
make run-trusted SKILL=dicom_series_preflight \
FIXTURE=skills/dicom-series-preflight/fixtures/clean_no_phi \
OUT=runs/preflight_trusted
Reads the target pack's output.json and validation_summary.json. Emits overall of pass, warn, or fail plus a preflight_gate.findings list.
Not for clinical de-identification or regulatory clearance.
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.