AI-review

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only review skill is coherent and purpose-aligned, with the main notice being that it may browse, read user-provided files, or use a simple shell command to extract PDF text.

This skill appears safe to use for summarizing and commenting on articles, papers, and news. Before installing, be aware that it can read URLs and local files you provide, and may use a shell command to download and extract text from PDFs.

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

When reviewing PDFs, the agent may download the requested file and run a local text-extraction command.

Why it was flagged

The skill may invoke a shell command using a user-provided PDF URL. This is expected for its document-review purpose, but shell-based URL handling is a capability users should notice.

Skill content
Use `shell` with `curl` to download and `pdftotext` to extract text (e.g., `curl -o t.pdf <URL> && pdftotext t.pdf -`).
Recommendation

Only provide URLs or files you want the agent to process, and ask the agent to confirm or avoid shell-based extraction if the source is untrusted or sensitive.