生成精美科研风格 HTML 文档,深度解析论文与对应代码实现。

PassAudited by ClawScan on May 15, 2026.

Overview

This instruction-only skill is coherent and benign, but it will read user-specified paper/code paths and create an HTML report, optionally delegating design work to another skill.

Before installing, confirm you are comfortable letting the agent read the specific paper and code paths you provide and write an HTML report to the selected location. If the paper or code is confidential, also verify that the frontend-design skill used for formatting is trusted.

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 agent may read the paper and code locations the user provides and write an HTML report to the chosen path.

Why it was flagged

The skill requires user-specified local input files/directories and an output path. This is expected for generating a paper/code analysis report, but users should ensure the paths do not include unintended private files.

Skill content
启动任务前必须收集以下三个信息... 论文路径... 代码路径... HTML输出路径
Recommendation

Provide only the intended paper and code directories, and choose an output location you are comfortable writing to.

What this means

Report generation may rely on the installed frontend-design skill, so its behavior can affect the final HTML output.

Why it was flagged

The skill depends on another installed skill for report design. This dependency is clearly disclosed and includes a fallback choice if unavailable, but the final behavior also depends on that other skill.

Skill content
必须调用 `frontend-design` skill 来生成HTML界面。
Recommendation

Use a trusted frontend-design skill, and if it is unavailable, review the simplified HTML output before relying on it.

What this means

Potentially sensitive paper or source-code excerpts may be included in the data handed to the design skill.

Why it was flagged

The generated analysis content, potentially including code snippets, is passed to another skill for HTML generation. This is purpose-aligned and disclosed, but users should recognize that project content may be shared across skill context.

Skill content
调用 `frontend-design` skill,传入... 内容结构... `codeSnippets`
Recommendation

Avoid using this skill on confidential code or unpublished papers unless you trust the full skill chain and review what content is included in the report.