Skip to main content

writer

Automates document creation and conversion using LibreOffice Writer, enhancing productivity with mail merge and batch processing capabilities.

Install this skill

or
82/100

Security score

The writer skill was audited on Feb 28, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 115

Template literal with variable interpolation in command context

SourceSKILL.md
115```python
medium line 122

Python subprocess execution

SourceSKILL.md
122subprocess.run(['unzip', '-q', template_path, '-d', tmpdir])
medium line 128

Python subprocess execution

SourceSKILL.md
128subprocess.run(['zip', '-rq', output_path, '.'], cwd=tmpdir)
low line 186

External URL reference

SourceSKILL.md
186- [LibreOffice Writer Guide](https://documentation.libreoffice.org/)
low line 187

External URL reference

SourceSKILL.md
187- [LibreOffice SDK](https://wiki.documentfoundation.org/Documentation/DevGuide)
low line 188

External URL reference

SourceSKILL.md
188- [UNO API Reference](https://api.libreoffice.org/)
Scanned on Feb 28, 2026
View Security Dashboard