Documents
Document processing. USE WHEN document, process file. SkillSearch('documents') for docs.
Security score
The Documents skill was audited on Mar 1, 2026 and we found 25 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 20 | curl -s -X POST http://localhost:8888/notify \ |
Access to hidden dotfiles in home directory
| 9 | `~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/Documents/` |
Access to hidden dotfiles in home directory
| 39 | `read ~/.claude/skills/CORE/SKILL.md` |
Access to hidden dotfiles in home directory
| 86 | - Scripts: `~/.claude/skills/documents/docx/Scripts/` |
Access to hidden dotfiles in home directory
| 87 | - OOXML tools: `~/.claude/skills/documents/docx/ooxml/` |
Access to hidden dotfiles in home directory
| 88 | - License: `~/.claude/skills/documents/docx/LICENSE.txt` |
Access to hidden dotfiles in home directory
| 112 | - Scripts: `~/.claude/skills/documents/pdf/Scripts/` |
Access to hidden dotfiles in home directory
| 113 | - License: `~/.claude/skills/documents/pdf/LICENSE.txt` |
Access to hidden dotfiles in home directory
| 138 | - Scripts: `~/.claude/skills/documents/pptx/Scripts/` |
Access to hidden dotfiles in home directory
| 139 | - OOXML tools: `~/.claude/skills/documents/pptx/ooxml/` |
Access to hidden dotfiles in home directory
| 140 | - License: `~/.claude/skills/documents/pptx/LICENSE.txt` |
Access to hidden dotfiles in home directory
| 164 | - Recalc script: `~/.claude/skills/documents/xlsx/recalc.py` |
Access to hidden dotfiles in home directory
| 165 | - License: `~/.claude/skills/documents/xlsx/LICENSE.txt` |
Access to hidden dotfiles in home directory
| 265 | - Main Guide: `~/.claude/skills/documents/docx/SKILL.md` |
Access to hidden dotfiles in home directory
| 266 | - Creation Reference: `~/.claude/skills/documents/docx/docx-js.md` |
Access to hidden dotfiles in home directory
| 267 | - Editing Reference: `~/.claude/skills/documents/docx/ooxml.md` |
Access to hidden dotfiles in home directory
| 270 | - Main Guide: `~/.claude/skills/documents/pdf/SKILL.md` |
Access to hidden dotfiles in home directory
| 271 | - Forms Guide: `~/.claude/skills/documents/pdf/forms.md` |
Access to hidden dotfiles in home directory
| 272 | - Advanced Reference: `~/.claude/skills/documents/pdf/reference.md` |
Access to hidden dotfiles in home directory
| 275 | - Main Guide: `~/.claude/skills/documents/pptx/SKILL.md` |
Access to hidden dotfiles in home directory
| 276 | - Creation Reference: `~/.claude/skills/documents/pptx/html2pptx.md` |
Access to hidden dotfiles in home directory
| 277 | - Editing Reference: `~/.claude/skills/documents/pptx/ooxml.md` |
Access to hidden dotfiles in home directory
| 280 | - Main Guide: `~/.claude/skills/documents/xlsx/SKILL.md` |
Access to hidden dotfiles in home directory
| 281 | - Recalc Script: `~/.claude/skills/documents/xlsx/recalc.py` |
External URL reference
| 20 | curl -s -X POST http://localhost:8888/notify \ |