Skill flagged — suspicious patterns detected

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

Research Review Assistant

v1.0.0

自动检索并结构化总结科研文献,支持相关性评估、多轮优化及SCI格式综述草稿生成。

0· 51·0 current·0 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 jirboy/research-review-assistant.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Research Review Assistant" (jirboy/research-review-assistant) from ClawHub.
Skill page: https://clawhub.ai/jirboy/research-review-assistant
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 research-review-assistant

ClawHub CLI

Package manager switcher

npx clawhub@latest install research-review-assistant
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
SKILL.md and README claim multi-source retrieval (arXiv/PubMed/Google Scholar) and features like SCI-format output and fund-support modules. The included Python code implements a working arXiv search and analysis pipeline but I only see arXiv-specific network calls; no PubMed/Google Scholar implementations are present in the visible code. Also package/metadata versions differ (registry metadata 1.0.0 vs package.json 2.0.0). These mismatches are unexplained and reduce confidence in the stated capabilities.
Instruction Scope
The runtime instructions in SKILL.md are narrowly scoped to research review workflows and do not instruct the agent to read arbitrary files, system credentials, or other unrelated resources. The skill is described as a compatibility shim forwarding to a unified 'research' entrypoint, which is a reasonable integration note.
!
Install Mechanism
There is no install spec (instruction-only) which is low-risk. However, package.json is present despite this being a Python script; it lists Python packages (requests, beautifulsoup4) under an npm manifest, which is inconsistent and could indicate sloppy packaging or mis-publishing. That mismatch is suspicious because it may lead to confusion about how to install dependencies or hide additional install steps elsewhere.
Credentials
The skill requests no environment variables, no credentials, and references no config paths. The code uses only outward HTTP(S) requests to public APIs (arXiv) and does not access secrets, so requested privileges are proportionate to its stated purpose.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-wide settings. There is no code in the visible files that writes to other skills' configs or requests elevated privileges.
What to consider before installing
What to consider before installing: - Capability mismatch: the SKILL.md/README advertise multi-source retrieval (arXiv, PubMed, Google Scholar) but the included Python code only implements arXiv queries. Ask the author or inspect the rest of the code to confirm support for PubMed/Google Scholar before relying on those features. - Packaging oddness: package.json (an npm manifest) lists Python libraries and a different version than the registry metadata. This is likely a packaging mistake but could cause confusion about how to install dependencies; verify dependency installation instructions and run in an isolated environment. - Network behavior: the script performs outbound HTTP requests to arXiv (public API). This will leak search queries and requested paper metadata to that remote service — expected for this skill, but worth noting for sensitive queries. The script uses an http arXiv endpoint; consider network encryption policies in your environment. - Source provenance: the skill source/homepage and owner details are minimal/unknown. If you need stronger assurance, request the upstream repository, tests, or an author identity and a signed release. - Next steps to raise confidence: confirm full implementation (PubMed/Google Scholar), correct packaging metadata or provide a proper install spec, and review the remainder of the Python file (truncated in the manifest) for any unexpected external endpoints or file I/O. If you cannot obtain those, run the skill in a sandboxed environment and avoid providing private credentials or sensitive project text as inputs.

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

latestvk975x2bs3xnac5fd7t4vjzvb218514x7
51downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

⚠️ 已整合 - 请使用 research 统一入口

本技能保留用于向后兼容,功能已整合到 research 统一入口技能

推荐使用: research review [领域] [参数] 或直接使用本技能(自动转发)


Research Review Assistant(兼容层)

科研文献综述与迭代助手 - 自动检索、结构化总结文献,支持多轮优化和综述草稿生成。

迁移指南

新用法:

research review RTHS 时滞补偿 max_papers=20
research review 振动控制 detailed
research review 深度学习 结构健康监测 iteration_rounds=3

旧用法(仍然可用):

review RTHS 时滞补偿 max_papers=20

核心功能

  • ✅ 自动检索指定领域最新论文(arXiv/PubMed/Google Scholar)
  • ✅ 结构化总结(标题/作者/方法/创新点/结果/局限性)
  • ✅ 相关性评估(与用户研究方向的关联度 1-10 分)
  • ✅ 多轮迭代优化(根据用户反馈修订)
  • ✅ 生成 SCI 格式综述草稿
  • ✅ 支持基金申请文献支持模块

配置参数

  • max_papers - 最大检索论文数(默认 30)
  • summary_length - 总结长度(short/detailed/expert)
  • iteration_rounds - 迭代轮次(默认 3 轮)

输出格式

Markdown(默认)| LaTeX(可选)| 国标格式(基金申请用)

Comments

Loading comments...