Ai Ppt Generator 1

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

Overview

This appears to be a purpose-aligned Baidu AI PPT generator, but it uses your Baidu API key, sends PPT content to Baidu, and has a package identity mismatch worth verifying.

Install only if you intend to use Baidu Qianfan AI PPT with your own API key. Do not submit sensitive presentation content unless Baidu processing and storage are acceptable for your use case, and verify the package identity mismatch before trusting it with credentials.

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 skill can use the configured Baidu API key to generate PPTs and may consume quota or incur provider-side usage.

Why it was flagged

The script reads the user's Baidu API key from the environment and uses it as a bearer token for Baidu's PPT API. This is expected for the stated integration, but it grants use of the user's Baidu account/API quota.

Skill content
api_key = os.getenv("BAIDU_API_KEY") ... "Authorization": "Bearer %s" % api_key
Recommendation

Use a scoped or revocable Baidu API key if available, monitor usage, and only run the skill for intended PPT generation tasks.

What this means

PPT topics, outlines, optional supplied content, and generated presentation output may be processed or stored by Baidu services.

Why it was flagged

The code sends the user's PPT query and optional web_content to Baidu's Qianfan AI PPT endpoints and requests saved output. This matches the skill purpose, but it is an external provider data flow.

Skill content
URL_PREFIX = "https://qianfan.baidubce.com/v2/tools/ai_ppt/" ... "query": query ... "web_content": web_content ... "enable_save_bos": True
Recommendation

Avoid submitting confidential or regulated content unless your use of Baidu's service is approved for that data.

What this means

The package may have been renamed, republished, or inconsistently packaged, making it harder to confirm provenance.

Why it was flagged

The bundled metadata differs from the registry metadata shown for this evaluation, which lists a different owner ID, slug, and version. This does not show malicious behavior, but it is a provenance/identity inconsistency.

Skill content
"ownerId": "kn7akgt520t01vgs2tzx7yk6m180kt26", "slug": "ai-ppt-generator", "version": "1.1.4"
Recommendation

Verify that the publisher and package identity are the ones you intended to install before providing an API key.