Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Academic Paper Summarizer

v1.0.0

Extracts key points, methods, results, conclusions, and simplifies explanations from academic paper PDFs in Chinese and English.

0· 92·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for eric060/academic-paper-summarizer.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Academic Paper Summarizer" (eric060/academic-paper-summarizer) from ClawHub.
Skill page: https://clawhub.ai/eric060/academic-paper-summarizer
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install academic-paper-summarizer

ClawHub CLI

Package manager switcher

npx clawhub@latest install academic-paper-summarizer
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name and description (extract key points from academic PDFs) align with the declared dependencies (pypdf, pdfplumber). However the SKILL.md shows example commands that call scripts under skills/academic-paper-summarizer/scripts/*.py, but no code files are present in the package — the claimed capability cannot be executed as-is.
!
Instruction Scope
Instructions explicitly tell the agent/user to run local Python scripts on PDF files (e.g., summarize.py, batch.py, extract.py). Those scripts would read user PDF files (expected), but they are missing from the skill bundle. That mismatch is a practical and security-relevant problem because it’s unclear what code would actually run if provided later or by a remote origin.
Install Mechanism
This is an instruction-only skill with no install spec — low risk from installers. But dependencies are listed with no guidance on how to install them; the skill assumes a Python environment already prepared, which is plausible but incomplete documentation.
Credentials
The skill declares no environment variables, no credentials, and no config paths — that is proportionate for a local PDF summarizer. There is no evidence it requests unrelated secrets or cloud credentials.
Persistence & Privilege
always is false and there is no indication it requests privileged or persistent presence. Autonomous invocation is allowed by platform default; this is expected and not by itself concerning here.
Scan Findings in Context
[NO_SCAN_FINDINGS] expected: The regex-based scanner found nothing because there are no code files (instruction-only skill). That is expected for skills that are just prose, but it means the scanner provides no coverage of the missing scripts referenced in SKILL.md.
What to consider before installing
Do not install or run this skill expecting the scripts to exist. Ask the author or publisher for the missing code, a source repository, or an explicit install method (PyPI/GitHub release) before proceeding. If you receive the scripts, review them (or have a developer review) to ensure they do not exfiltrate PDFs or upload data to external endpoints. If you must test immediately, do so in an isolated environment (container or VM) and install only the listed Python packages from official sources. Confirm how the skill handles PDFs (local-only processing vs. remote uploads) and request a checksum or signed release for any downloadable code. If the author cannot provide the missing files or a trustworthy source, treat the skill as incomplete and avoid using it with sensitive documents.

Like a lobster shell, security has layers — review code before you run it.

latestvk973h1w03rrk580jfce7ty8h0s84d538
92downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

academic-paper-summarizer

学术论文摘要技能,快速提取论文核心内容。

功能

  • PDF 解析
  • 核心观点提取
  • 方法总结
  • 结论概括
  • 关键数据提取
  • 通俗化解释

依赖

  • Python 3.8+
  • pypdf
  • pdfplumber

使用

# 总结论文
python skills/academic-paper-summarizer/scripts/summarize.py \
  --input paper.pdf \
  --output summary.md \
  --length "medium"

# 批量处理
python skills/academic-paper-summarizer/scripts/batch.py \
  --input-dir papers/ \
  --output-dir summaries/

# 提取关键数据
python skills/academic-paper-summarizer/scripts/extract.py \
  --paper paper.pdf \
  --fields ["method", "results", "conclusion"]

输出格式

# 论文摘要

## 基本信息
- 标题:XXX
- 作者:XXX
- 期刊:XXX
- 年份:2026

## 核心问题
研究要解决什么问题?

## 方法
采用了什么方法?

## 主要发现
关键数据和结论

## 局限性
研究的不足之处

## 通俗解释
用大白话解释研究内容

注意事项

  • 支持中英文论文
  • 保持学术严谨性

Comments

Loading comments...