Skip to main content

data-load

Facilitates data loading from various file formats for analysis and visualization with ggterm, enhancing data handling capabilities.

Install this skill

or
88/100

Security score

The data-load skill was audited on Feb 9, 2026 and we found 4 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 112

Template literal with variable interpolation in command context

SourceSKILL.md
112console.log(`Loaded ${data.length} rows`)
medium line 121

Template literal with variable interpolation in command context

SourceSKILL.md
121console.warn(`${col}: ${nonNumeric.length} non-numeric values`)
low line 70

Fetch to external URL

SourceSKILL.md
70const response = await fetch('https://example.com/data.json')
low line 70

External URL reference

SourceSKILL.md
70const response = await fetch('https://example.com/data.json')
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →