一站式学术Journal Club PPT制作技能

PassAudited by ClawScan on May 9, 2026.

Overview

This skill appears to be a coherent academic PDF-to-PPT helper, with disclosed but noteworthy use of web search, generated scripts, and external dependencies.

This skill is reasonable for public or non-sensitive research papers. Before installing or using it, verify the Python/Node dependencies, run generated scripts only in a controlled workspace, and disable or limit web search if the paper or research topic is confidential.

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.

What this means

The user may run a generated script that writes files in the workspace.

Why it was flagged

The workflow creates and runs a local Node.js script to build the presentation. This is disclosed and central to generating PPTX files, but it is still executable code in the user workspace.

Skill content
生成基于pptxgenjs的Node.js脚本。 ... node make_paper_ppt.js
Recommendation

Run generated scripts only in a project/workspace folder and review the output path and script contents before execution.

What this means

Installing dependencies pulls code from external package repositories.

Why it was flagged

The skill relies on external Python and Node packages, including a global npm package install, and the versions are not pinned. This is purpose-aligned but depends on package-manager trust.

Skill content
pip install pdfplumber Pillow ... npm install -g pptxgenjs
Recommendation

Install dependencies from trusted environments, consider pinning versions, and avoid global installs if a project-local environment is available.

What this means

Search terms could reveal the subject of a private manuscript or research project.

Why it was flagged

The workflow may send paper-derived topics or keywords to a web search provider for background research. This is disclosed and purpose-aligned, but relevant for confidential or unpublished papers.

Skill content
根据论文主题搜索相关文献补充背景:- 使用WebSearch搜索关键词
Recommendation

Do not use web-search background research with confidential papers unless you are comfortable disclosing the topic; ask the agent to skip or sanitize web searches when needed.