Paper Highlight
Analysis
This skill is a coherent PDF-highlighting workflow that runs a local Python annotator and installs a PDF library, with no artifact-backed evidence of hidden data theft or destructive behavior.
Findings (2)
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.
uv pip install pymupdf
The setup installs a third-party PDF library without pinning a version. This is directly related to the skill's PDF annotation purpose, but users should notice the dependency provenance.
python3 scripts/highlight_paper.py input.pdf
The main workflow runs bundled Python code against a user-selected PDF. This local execution is central to the skill's purpose and is disclosed.
