Slide Deck
Analysis
This instruction-only skill is coherent for creating HTML slide decks, with minor user-notice items around CDN-loaded slide assets, local file creation, and embedded speaker notes.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reveal.js@5/dist/reveal.min.css"> ... <script src="https://cdn.jsdelivr.net/npm/reveal.js@5/dist/reveal.min.js"></script>
The generated presentation relies on third-party CDN-hosted reveal.js assets. This is disclosed and central to the slide-deck purpose, but opening the deck can fetch and run remote JavaScript/CSS.
Save as `[topic]-slides.html` ... File saves to current directory unless user specifies a path
The skill instructs creation of a local output file. This is expected for generating a deck, but users should be aware it writes into the current directory by default.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Add speaker notes with `<aside class="notes">` when the user provides extra context
Extra context can be embedded into the generated HTML as speaker notes. This is purpose-aligned, but those notes persist in the file and may be visible to anyone who receives it.
