Ai Slides Zh

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This skill appears to do what it says—generate PowerPoint slides—and shows no code, credential use, persistence, or hidden behavior, though it relies on an external Office MCP tool.

This looks safe to install as an instruction-only slide generator. Before using it, make sure the referenced office-mcp tool is the one you intended to use, and avoid placing sensitive business information into generated slides unless you trust your local agent and document-processing setup.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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

The agent may create presentation files and add slide content on the user's behalf.

Why it was flagged

The skill asks the agent to use a tool that creates and modifies presentation files. This is expected for a PowerPoint generation skill, but it is still a user-visible file-writing capability.

Skill content
## Tools Required
- office-mcp: create_pptx, add_slide
Recommendation

Use it for intended slide-generation tasks and review the generated presentation before distributing or presenting it.

What this means

The safety of actual PPT creation depends partly on the office-mcp tool configured in the user's environment.

Why it was flagged

The skill depends on an external MCP tool, while the supplied package has no install spec or bundled code. The skill itself does not show unsafe installation behavior, but the external tool's provenance should be checked separately.

Skill content
## Tools Required
- office-mcp: create_pptx, add_slide
Recommendation

Only use this skill with a trusted, expected office-mcp implementation and avoid installing unknown MCP servers just to satisfy the dependency.