ppt
PassAudited by ClawScan on May 1, 2026.
Overview
This appears to be a straightforward HTML slide generator; the main caveat is that the generated presentation template loads third-party CDN assets.
This skill is reasonable to use for generating HTML slides. Before opening or sharing the generated file, remember it contains your presentation content and may load style/script assets from public CDNs; use local assets if you need offline or stricter security.
Findings (1)
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.
When the generated HTML is opened, it may load external CDN resources; if those resources are unavailable or changed, the presentation may look or behave differently.
The generated presentation template depends on a third-party CDN-hosted script, with additional external font links. This is disclosed and purpose-aligned for slide styling, but it means the output depends on remote assets.
<script src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/tailwindcss/3.0.23/tailwind.min.js"></script>
For offline, sensitive, or high-assurance presentations, review the generated HTML and consider replacing CDN links with trusted local or pinned assets.
