Skip to main content

convert-doc

Converts various document formats to clean markdown, auto-summarizing large files for efficient handling and storage.

Install this skill

or
93/100

Security score

The convert-doc skill was audited on Feb 12, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 24

Access to hidden dotfiles in home directory

SourceSKILL.md
24python ~/.claude/lib/document-converter.py "/path/to/file.pdf"
low line 27

Access to hidden dotfiles in home directory

SourceSKILL.md
27python ~/.claude/lib/document-converter.py "/path/to/file.pdf" --force
low line 30

Access to hidden dotfiles in home directory

SourceSKILL.md
30python ~/.claude/lib/document-converter.py --list
low line 33

Access to hidden dotfiles in home directory

SourceSKILL.md
33python ~/.claude/lib/document-converter.py --cleanup
low line 104

Access to hidden dotfiles in home directory

SourceSKILL.md
104~/.claude/cache/documents/
low line 126

Access to hidden dotfiles in home directory

SourceSKILL.md
1263. Convert: python ~/.claude/lib/document-converter.py "file.pdf"
low line 134

Access to hidden dotfiles in home directory

SourceSKILL.md
134for f in *.pdf; do python ~/.claude/lib/document-converter.py "$f"; done
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →