MiniMax PDF
Analysis
The PDF features are mostly coherent, but the skill can install unpinned software into the local Python/npm environment and renders generated HTML in ways that deserve review before use.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
subprocess.check_call([sys.executable, "-m", "pip", "install", "--break-system-packages", "-q", "pypdf"]) ensure_deps()
Running the fill script can automatically install an unpinned PyPI package into the local Python environment before normal operation, without a separate explicit install step.
<div class="title">{t['title']}</div> ... '<div class="subtitle">' + t['subtitle'] + '</div>'Cover text fields from tokens are interpolated directly into generated HTML without visible escaping; in the documented pipeline this HTML is rendered to PDF, so unsafe token text could become active markup/script.
cover_image ... containing an absolute URL or `file://` path to an image. The image renders via `<img src="...">` — Playwright fetches it at render time.
The skill deliberately allows cover rendering to fetch a user-provided URL or local file path, which is purpose-aligned but expands what the rendering tool can access.
