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
| 119 | return `"${value.replace(/"/g, '""')}"`; |
medium line 235
Template literal with variable interpolation in command context
SourceSKILL.md
| 235 | criteriaData[`${key}_score`] = result.score; |
medium line 236
Template literal with variable interpolation in command context
SourceSKILL.md
| 236 | criteriaData[`${key}_met`] = result.met; |
medium line 237
Template literal with variable interpolation in command context
SourceSKILL.md
| 237 | criteriaData[`${key}_keywords`] = result.matchedKeywords.join("; "); |
medium line 347
Template literal with variable interpolation in command context
SourceSKILL.md
| 347 | const defaultFilename = `${exportType}-${formatDateForFilename(new Date())}.csv`; |
medium line 465
Template literal with variable interpolation in command context
SourceSKILL.md
| 465 | downloadCsv(csv, `selected-rfps-${formatDate(new Date())}.csv`); |
Scanned on Feb 9, 2026
View Security DashboardGitHub Stars 106
Rate this skill
Categorydata analytics
UpdatedMay 21, 2026
majiayu000/claude-skill-registry