Skip to main content

healthcare-cdss-patterns

Provides patterns for developing Clinical Decision Support Systems, enhancing patient safety through drug interaction checks and dose validation.

Install this skill

or
60/100

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

medium line 72

Template literal with variable interpolation in command context

SourceSKILL.md
72message: `Cross-reactivity with documented allergy: ${allergy}`,
medium line 107

Template literal with variable interpolation in command context

SourceSKILL.md
107return { valid: false, message: `Weight required for ${drug} (mg/kg drug)`,
medium line 113

Template literal with variable interpolation in command context

SourceSKILL.md
113return { valid: false, message: `Dose exceeds max for ${patientWeight}kg`,
medium line 123

Template literal with variable interpolation in command context

SourceSKILL.md
123return { valid: false, message: `Exceeds age-adjusted max for ${patientAge}yr`,
medium line 133

Template literal with variable interpolation in command context

SourceSKILL.md
133return { valid: false, message: `Exceeds renal-adjusted max for eGFR ${renalFunction}`,
medium line 140

Template literal with variable interpolation in command context

SourceSKILL.md
140return { valid: false, message: `Exceeds absolute max ${rules.absoluteMax}${rules.unit}`,
medium line 182

Template literal with variable interpolation in command context

SourceSKILL.md
182it(`detects ${drugA} + ${drugB} (${severity})`, () => {
medium line 187

Template literal with variable interpolation in command context

SourceSKILL.md
187it(`detects ${drugB} + ${drugA} (reverse)`, () => {
Scanned on May 18, 2026
View Security Dashboard
Installation guide →