pdf-to-markdown

Warn

Audited by Socket on Mar 2, 2026

1 alert found:

Security
SecurityMEDIUM
SKILL.md

This skill is functionally coherent and aligns with its stated purpose (convert PDFs to Markdown). The primary security concern is a supply-chain risk: the README instructs users to run the conversion via npx which fetches and executes @opendocsg/pdf2md at runtime without an explicit pinned version. That gives transient runtime trust to a remote npm package (common but higher-risk than a vendored or pinned dependency). There are no signs of embedded backdoors, credential harvesting, or exfiltration endpoints in the provided content. Recommended mitigations: pin a specific, reviewed @opendocsg/pdf2md version or vendor the conversion code into the repo; document the npx usage as an explicit trust decision; avoid running unreviewed npx commands in sensitive environments. Overall, not malicious but carries moderate supply-chain risk due to runtime package execution.

Confidence: 75%Severity: 75%
Audit Metadata
Analyzed At
Mar 2, 2026, 10:36 PM
Package URL
pkg:socket/skills-sh/andreadellacorte%2Fgroove%2Fpdf-to-markdown%2F@89728fa2060687b7053dca41e1305e8d5cc00b42