CtrlK
BlogDocsLog inGet started
Tessl Logo

paper-slides

Generate conference presentation slides (beamer LaTeX → PDF + editable PPTX) from a compiled paper, with speaker notes and full talk script. Use when user says "做PPT", "做幻灯片", "make slides", "conference talk", "presentation slides", "生成slides", "写演讲稿", or wants beamer slides for a conference talk.

63

Quality

77%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Critical

Do not install without reviewing

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/paper-slides/SKILL.md
SKILL.md
Quality
Evals
Security

Security

3 findings — 1 critical severity, 2 medium severity. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.

Critical

E006: Malicious code pattern detected in skill scripts

What this means

Detected high-risk code patterns in the skill content — including its prompts, tool definitions, and resources — such as data exfiltration, backdoors, remote code execution, credential theft, system compromise, supply chain attacks, and obfuscation techniques.

Why it was flagged

Malicious code pattern detected (high risk: 0.90). This skill contains deliberate data-exfiltration and supply-chain execution behaviors (sending paper text/LaTeX to an external "GPT-5.5"/Codex reviewer, executing helper scripts from local/ARIS_REPO paths) plus policies that silently overwrite files and optionally use local notification credentials — together these present a high risk of leaking sensitive/unpublished content or executing untrusted code.

Report incorrect finding
Medium

W012: Unverifiable external dependency detected (runtime URL that controls agent)

What this means

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.

Why it was flagged

Potentially malicious external URL detected (high risk: 0.80). The skill can, when invoked with --style-ref pointing to an http(s) source (e.g., https://arxiv.org/abs/<id> or any https://... URL), run the helper via python3 tools/extract_paper_style.py --source "<source>" at runtime to fetch remote content whose style_profile.md is then used to shape slide structure and agent behavior, so this is a runtime external dependency that can directly control prompts.

Medium

W021: Hidden or invisible Unicode characters detected (potential obfuscation or prompt injection)

Why it was flagged

Hidden Unicode characters detected (1 type(s) found)

Repository
wanshuiyin/Auto-claude-code-research-in-sleep
Audited
Security analysis
Snyk

Is this your skill?

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.