No external URLs in skill definition
Vettd coreOWASP LLM07SKILL.md and references/ files do not reference external URLs
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.
This skill includes a SKILL.md descriptor and ships with scripts. No security concerns were identified.
Vettd Verdict
The overall verdict combines pass, warning, and failure signals across our checks. Click to see how each check is computed.Driven by visible structure and security signals in the submitted skill files.
Link points to the repository’s default branch (current HEAD). Certification reflects the state of the repo on May 1, 2026. Scanned at 5128e186.
security
SKILL.md and references/ files do not reference external URLs
Scanned text content for instruction override, jailbreak framing, credential solicitation, and embedded injection markers
Scanned all files for credentials, private keys, and code-level risks (eval, shell exec, destructive ops)
/ coming soon
/ coming soon
/ coming soon
/ coming soon
best practices
Consider adding numbered steps or a structured procedure for the agent to follow
"pdf" matches a well-known skill name — may cause unintended invocation
Found code blocks, input/output samples, or an examples section — concrete samples help agents pattern-match effectively
SKILL.md body references files in references/, scripts/, or assets/ — agents can load additional context on demand instead of consuming everything upfront
309 lines (recommended: under 500)
description
Broad trigger words (anything, everything, all files, etc.) widen attack surface — narrow to specific use cases
Good: description explains when to activate the skill
437/1024 characters used
evals
Add an evals/ directory with test prompts and expected outputs to measure skill quality
scripts
Script documents its interface via --help or argument parsing
Script documents its interface via --help or argument parsing
Script documents its interface via --help or argument parsing
Script documents its interface via --help or argument parsing
Script documents its interface via --help or argument parsing
Script documents its interface via --help or argument parsing
Script documents its interface via --help or argument parsing
Script documents its interface via --help or argument parsing
structure
Bundled executable scripts found
Required skill definition file found
Name "pdf" follows spec (lowercase, hyphens, ≤64 chars)