skills/clinical-decision-support/references/security_validation.md
Validation date: 2026-07-23 (local project date).
The repository SECURITY.md section recorded 11 findings:
The affected external schematic wrappers were the now-deleted files
generate_schematic.py and generate_schematic_ai.py.
--fail-on HIGH: passed with 0 CRITICAL and
0 HIGH. Repeated LLM-assisted runs returned 2–3 LOW findings because the
analyzer is nondeterministic.Across repeated runs, the nondeterministic analyzer reported different subsets of these LOW observations:
allowed-tools field absent — accepted as informational. The
Agent Skills specification does not require it; compatibility and runtime
instructions explicitly prohibit network and credential access.templates/ directory and nonexistent
assets/*.md references. The deterministic
test_documented_local_paths_exist check resolves every documented local
path and passes.None of the accepted findings permits network access, sensitive-data handling, or clinical action.
uv run skill-scanner scan skills/clinical-decision-support --use-behavioral
uv run python scan_pr_skills.py \
--fail-on HIGH \
--output /tmp/clinical-decision-support-pr-scan.md \
skills/clinical-decision-support