PLS Office Docs

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a normal office-document helper skill, with the main caution that it asks users to install common third-party Python document libraries.

This skill looks appropriate for local office-document work. Before installing, use a clean Python virtual environment and only run the examples on documents and folders you intend to process.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Installing these libraries may add third-party code to the user's Python environment.

Why it was flagged

The skill instructs users to install third-party Python packages, which is expected for document processing but introduces normal dependency provenance and versioning considerations.

Skill content
pip install fpdf reportlab pdfplumber pymupdf pypdf
Recommendation

Install packages in a virtual environment, verify package names, and pin versions if using this in a sensitive or production workflow.