Skip to main content

large-file-write-heredoc

Provides a reliable method for writing large files in Python, bypassing payload size limits with a heredoc technique.

Install this skill

or
95/100

Security score

The large-file-write-heredoc skill was audited on May 20, 2026 and we found 1 security issue across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 76

Template literal with variable interpolation in command context

SourceSKILL.md
76return `<div>${data.title}</div>`;
Scanned on May 20, 2026
View Security Dashboard
Installation guide →