pdf

Warn

Audited by Runlayer on Feb 23, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
11
Flagged
7
Chunks
13
Flagged Files (7)
FORMS.mdHIGH
78.3%

Tool passed security scan

Malicious tool definition detected

Repeat this process until the bounding boxes are fully accurate.

REFERENCE.mdHIGH
78.3%

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

SKILL.mdHIGH
78.3%

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.

scripts/check_bounding_boxes_test.pyHIGH
78.3%

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.

scripts/check_fillable_fields.pyHIGH
78.3%

Malicious tool definition detected

See FORMS.md.

scripts/create_validation_image.pyHIGH
78.3%

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.

scripts/extract_form_field_info.pyHIGH
78.3%

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
scripts/convert_pdf_to_images.pyOK
28.6%

Tool passed security scan

scripts/fill_pdf_form_with_annotations.pyOK
22.1%

Tool passed security scan

scripts/fill_fillable_fields.pyOK
17.9%

Tool passed security scan

scripts/check_bounding_boxes.pyOK
6.0%

Tool passed security scan

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
11
Files Flagged
7
Chunks Analyzed
13
Analyzed
Feb 23, 2026, 12:54 PM
Security Audit — runlayer — pdf