Skip to main content

emergency-card

Generates emergency medical information cards for quick access during urgent situations, supporting multiple output formats.

Install this skill

or
75/100

Security score

The emergency-card skill was audited on May 14, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 113

Template literal with variable interpolation in command context

SourceSKILL.md
113weight: `${profile.basic_info?.weight} ${profile.basic_info?.weight_unit}`,
medium line 114

Template literal with variable interpolation in command context

SourceSKILL.md
114height: `${profile.basic_info?.height} ${profile.basic_info?.height_unit}`,
medium line 127

Template literal with variable interpolation in command context

SourceSKILL.md
127severity: `过敏${getSeverityLabel(a.severity_level)}(${a.severity_level}级)`,
medium line 177

Template literal with variable interpolation in command context

SourceSKILL.md
177gold_grade: `GOLD ${copdData.copd_management.gold_grade}级`,
medium line 194

Template literal with variable interpolation in command context

SourceSKILL.md
194dosage: `${m.dosage.value}${m.dosage.unit}`,
Scanned on May 14, 2026
View Security Dashboard
Installation guide →