Skip to main content

csv-export

Facilitates the export of RFP data and evaluations into CSV format for reporting and analysis.

Install this skill

or
70/100

Security score

The csv-export skill was audited on Feb 9, 2026 and we found 6 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 119

Template literal with variable interpolation in command context

SourceSKILL.md
119return `"${value.replace(/"/g, '""')}"`;
medium line 235

Template literal with variable interpolation in command context

SourceSKILL.md
235criteriaData[`${key}_score`] = result.score;
medium line 236

Template literal with variable interpolation in command context

SourceSKILL.md
236criteriaData[`${key}_met`] = result.met;
medium line 237

Template literal with variable interpolation in command context

SourceSKILL.md
237criteriaData[`${key}_keywords`] = result.matchedKeywords.join("; ");
medium line 347

Template literal with variable interpolation in command context

SourceSKILL.md
347const defaultFilename = `${exportType}-${formatDateForFilename(new Date())}.csv`;
medium line 465

Template literal with variable interpolation in command context

SourceSKILL.md
465downloadCsv(csv, `selected-rfps-${formatDate(new Date())}.csv`);
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →