healthcare-cdss-patterns
Provides patterns for developing Clinical Decision Support Systems, enhancing patient safety through drug interaction checks and dose validation.
Install this skill
Security score
The healthcare-cdss-patterns skill was audited on May 18, 2026 and we found 8 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 72 | message: `Cross-reactivity with documented allergy: ${allergy}`, |
Template literal with variable interpolation in command context
| 107 | return { valid: false, message: `Weight required for ${drug} (mg/kg drug)`, |
Template literal with variable interpolation in command context
| 113 | return { valid: false, message: `Dose exceeds max for ${patientWeight}kg`, |
Template literal with variable interpolation in command context
| 123 | return { valid: false, message: `Exceeds age-adjusted max for ${patientAge}yr`, |
Template literal with variable interpolation in command context
| 133 | return { valid: false, message: `Exceeds renal-adjusted max for eGFR ${renalFunction}`, |
Template literal with variable interpolation in command context
| 140 | return { valid: false, message: `Exceeds absolute max ${rules.absoluteMax}${rules.unit}`, |
Template literal with variable interpolation in command context
| 182 | it(`detects ${drugA} + ${drugB} (${severity})`, () => { |
Template literal with variable interpolation in command context
| 187 | it(`detects ${drugB} + ${drugA} (reverse)`, () => { |