Skip to main content

incremental-excel-build

Facilitates the creation of complex Excel files through a structured, incremental approach with verifiable stages and CSV outputs.

Install this skill

or
90/100

Security score

The incremental-excel-build skill was audited on May 14, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 81

Template literal with variable interpolation in command context

SourceSKILL.md
81```python
medium line 175

Python subprocess execution

SourceSKILL.md
175result = subprocess.run(['python', script_name], capture_output=True, text=True)
Scanned on May 14, 2026
View Security Dashboard
Installation guide →