Back to skill

Security audit

opendataloader-pdf

Security checks for vulnerabilities and agentic risk

Overview

This is a coherent PDF conversion helper; the main cautions are trusting external packages and handling extracted document text carefully.

Before installing, verify the PyPI/npm packages and prefer pinned versions for production. Only process PDFs and folders you intend to expose to the tool, and treat generated Markdown/JSON as sensitive if the source documents are sensitive.

Vulnerability Patterns
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep

Static analysis

No suspicious patterns detected.