Back to skill

Security audit

Ppt Auto Generator Pro

Security checks for vulnerabilities and agentic risk

Overview

This skill is a straightforward PPT-generation helper with normal file-output behavior and no evidence of hidden execution, persistence, credential access, or unrelated data handling.

Installers should understand that the skill is intended for Chinese-language PPT workflows and may create or replace presentation output files at paths the user or agent provides. Review output filenames and directories before running batch generation or template application.

Vulnerability Patterns
  • Skill Instruction HijackingAlters the agent's session goals or safety constraints when the skill loads
  • Agent Memory PoisoningWrites attacker-controlled rules into memory that affect later sessions
  • Remote Payload Retrieval and ExecutionFetches external code whose behavior can change after review
  • Embedded Malicious CodeShips malicious scripts inside the skill and executes them locally
  • Unauthorized Access and Privilege EscalationObtains permissions beyond the task's legitimate needs
Vulnerability Patterns
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (4)

Vague Triggers

Medium
Confidence
87% confidence
Finding
The manifest description says the tool is an 'AI PPT auto-generation tool' that can 'generate professional slides with one click,' but it does not define when this skill should be invoked or what specific requests should trigger it. In a manifest file, this broad phrasing can overlap with many common presentation-related requests and lacks scope limits or exclusion conditions.

Missing User Warnings

Low
Confidence
90% confidence
Finding
This markdown file documents a batch PPT generation command that writes output to a filesystem directory, but it does not warn users that files may be created or overwritten. For markdown files, safety-relevant behaviors affecting user data or system state should be disclosed clearly.

Missing User Warnings

Low
Confidence
92% confidence
Finding
The skill description includes an operation that reads an input PPT and writes a new output file, which can affect user data if the target path already exists. The markdown does not mention file creation, overwrite risks, or any need to review paths before execution.

Natural-Language Policy Violations

Low
Confidence
75% confidence
Finding
The display name and description are written only in Chinese, which may impose a language expectation without documenting that the skill is intended for Chinese-speaking users or offering any language choice. This can be a natural-language policy concern when locale constraints are not explicitly justified.

Static analysis

No suspicious patterns detected.