Pptx Anthropic

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a coherent PowerPoint-helper skill, with disclosed local file-editing scripts and optional package installs that users should run carefully.

This skill is reasonable to use for PowerPoint work. Before installing, verify the publisher/source, avoid unnecessary global npm installs, keep originals/backups of presentations, run editing scripts only on copies, and be cautious with subagents if decks contain confidential content.

Findings (4)

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.

What this means

If the user runs this setup command, future/unpinned npm package versions could affect the local environment.

Why it was flagged

The documentation includes a user-directed global npm install for optional icon generation. This is purpose-aligned, but it installs unpinned packages system-wide.

Skill content
Install: `npm install -g react-icons react react-dom sharp`
Recommendation

Prefer project-local, pinned installs when possible, and verify packages before running global installation commands.

What this means

Users may want to verify that this package is from a trusted publisher before relying on its bundled scripts.

Why it was flagged

The listing uses Anthropic-related naming but does not provide a source or homepage for provenance verification.

Skill content
Name: Pptx Anthropic; Source: unknown; Homepage: none
Recommendation

Confirm the publisher/source through trusted registry or vendor channels before installing in sensitive environments.

What this means

Running cleanup on the wrong working directory or without a backup could remove assets from the unpacked presentation copy.

Why it was flagged

The cleanup script intentionally deletes files from an unpacked PPTX directory. That is expected for presentation cleanup, but it is still local mutation authority.

Skill content
This script removes:\n- Orphaned slides ...\n- Unreferenced media, embeddings, charts, diagrams, drawings, ink files
Recommendation

Keep the original PPTX, run scripts only on a dedicated working copy, and review the script output before packing the final deck.

What this means

Confidential slide content may be processed by more than one agent context during editing.

Why it was flagged

The workflow may delegate slide XML edits to subagents. This is disclosed and scoped, but it can expose presentation content to additional agent contexts.

Skill content
**Use subagents here if available** — slides are separate XML files, so subagents can edit in parallel.
Recommendation

Use subagents only when appropriate for the sensitivity of the deck, and keep delegation limited to specific slide files.