Audited by Runlayer on Feb 23, 2026
Tool passed security scan
Malicious tool definition detected
Repeat this process until the bounding boxes are fully accurate.
Tool passed security scan
Malicious tool definition detected
Tool: REFERENCE.md [2/2] Description: and compress qpdf --optimize-level=all input.pdf compressed.pdf # Attempt to repair corrupted PDF structure qpdf --check input.pdf qpdf --fix-qdf damaged.pdf repaired.pdf # Show detailed PDF structure for debugging qpdf --show-all-pages input.pdf > structure.txt ``` #### Advanced Encryption ```bash # Add password protection with specific permissions qpdf --encrypt user_pass owner_pass 256 --print=none --modify=none -- input.pdf encrypted.pdf # Check encrypti
Malicious tool definition detected
Tool: SKILL.md Description: --- name: pdf description: Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms.
Malicious tool definition detected
Tool: scripts/check_bounding_boxes_test.py Description: import unittest import json import io from check_bounding_boxes import get_bounding_box_messages # Currently this is not run automatically in CI; it's just for documentation and manual checking.
Malicious tool definition detected
See FORMS.md.
Malicious tool definition detected
Tool: scripts/create_validation_image.py Description: import json import sys from PIL import Image, ImageDraw # Creates "validation" images with rectangles for the bounding box information that # Claude creates when determining where to add text annotations in PDFs.
Malicious tool definition detected
Tool: scripts/extract_form_field_info.py Description: import json import sys from pypdf import PdfReader # Extracts data for the fillable form fields in a PDF and outputs JSON that # Claude uses to fill the fields.
Passed Files (4)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan