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
77%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Critical
Do not install without reviewing
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/paper-slides/SKILL.mdSecurity
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.
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.
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.
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.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.
Hidden Unicode characters detected (1 type(s) found)
31cc7b9
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.