file-conversion — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited file-conversion (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Convert documents to clean Markdown. Small files output directly; large files return a document map with extraction options.
.docx, .pdf, .xlsx, .pptx, or .csv file.txt, .md, .json, .yaml) — read directlypython "{{PLUGIN_DIR}}/shuck.py" "<path>"The map suggests commands. Pick based on the task:
# Get specific sections
python "{{PLUGIN_DIR}}/shuck.py" "<path>" --sections s1,s3
# Search for keywords
python "{{PLUGIN_DIR}}/shuck.py" "<path>" --grep "revenue"
# Tables only
python "{{PLUGIN_DIR}}/shuck.py" "<path>" --tables-only
# Fit within a token budget
python "{{PLUGIN_DIR}}/shuck.py" "<path>" --budget 4000
# Force full output
python "{{PLUGIN_DIR}}/shuck.py" "<path>" --all
# Excel/CSV: schema or sample
python "{{PLUGIN_DIR}}/shuck.py" "<path>" --schema-only
python "{{PLUGIN_DIR}}/shuck.py" "<path>" --sample 5pip install python-docx pdfplumber openpyxl python-pptx~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.