Back to skill

Security audit

Structured PDF Export

Security checks for vulnerabilities and agentic risk

Overview

The skill appears legitimate, but its temporary web server can expose generated document content beyond the local machine unless users change the server binding.

Install only if you are comfortable with a local PDF workflow that creates temporary HTML files and starts a web server. Before use, change the server command to bind to localhost, for example `python3 -m http.server --bind 127.0.0.1 8888`, avoid sensitive data unless you have reviewed the output, and confirm the server and `.pdf-export-tmp` directory are cleaned up afterward.

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.