Back to skill

Security audit

Unlock PDF

Security checks for vulnerabilities and agentic risk

Overview

This is a narrowly scoped PDF-unlocking helper that clearly discloses sending the PDF, password, and API key to PDFAPIHub, with only a minor example-secret hygiene issue.

Install only if you are comfortable sending the PDF, its document password, and your API key to PDFAPIHub. Do not use it for highly sensitive documents unless you accept that third-party processing risk, and treat the example password as a placeholder rather than a pattern for storing real passwords in configs, logs, or source control.

Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • 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
Findings (1)

Natural-Language Policy Violations

Medium
Confidence
96% confidence
Finding
The example hard-codes a realistic password value in request content, which normalizes unsafe secret handling and may lead users or integrators to embed real document passwords directly in configs, logs, or source control. In this skill's context, PDFs and passwords are transmitted to a third-party cloud API, so poor secret-handling guidance materially increases the risk of credential exposure and sensitive document compromise.

Static analysis

No suspicious patterns detected.