This skill should be used when converting academic papers into promotional and presentation formats including interactive websites (Paper2Web), presentation videos (Paper2Video), and conference posters (Paper2Poster). Use this skill for tasks involving paper dissemination, conference preparation, creating explorable academic homepages, generating video abstracts, or producing print-ready posters from LaTeX or PDF sources.
77
67%
Does it follow best practices?
Impact
95%
2.63xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./scientific-skills/paper-2-web/SKILL.mdSecurity
2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.70). The skill explicitly fetches content from the open web — e.g., "Automatic logo discovery (with Google Search API)" in SKILL.md and the "Logo Discovery" and "Citation Integration" features in references/paper2web.md (and references/paper2poster.md) — which downloads and integrates public third‑party assets and link previews that the pipeline reads and uses in generation, exposing the agent to untrusted web content.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
Potentially malicious external URL detected (high risk: 0.90). The skill’s Quick Start instructs cloning and running code from the remote repository (git clone https://github.com/YuhangChen1/Paper2All.git and then running pipeline scripts), which means external code fetched from that URL would be executed as a required dependency at setup/runtime, creating a high-risk runtime external dependency.
b58ad7e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.