Back to skill

Security audit

Ai Slides Zh

Security checks for vulnerabilities and agentic risk

Overview

This is a simple Chinese-language slide-generation skill that creates PowerPoint presentations and shows no hidden or unsafe behavior.

Install this if you want a Chinese-oriented helper for quickly drafting PPT files. Review generated slide content before sharing, especially for business, financial, HR, or customer-facing presentations, and specify the desired language when needed.

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 (2)

Natural-Language Policy Violations

Medium
Confidence
86% confidence
Finding
The skill metadata and content are entirely Chinese-oriented without stating that language choice should follow user preference, which can cause the agent to force or bias interactions into Chinese. This is mainly a routing and usability safety issue: users may receive output in an unintended language, misunderstand generated content, or have reduced ability to verify the produced presentation before it is turned into a file.

Vague Triggers

Medium
Confidence
93% confidence
Finding
The skill advertises very broad trigger phrases such as general requests to 'make PPT' or 'generate slides', which can overlap with many ordinary user intents and cause the skill to activate more often than necessary. Over-broad routing can misdirect user requests, create unexpected tool use, and increase the chance that another skill or safer default behavior is bypassed.

Static analysis

No suspicious patterns detected.