Back to skill

Security audit

动漫更新查询

Security checks for vulnerabilities and agentic risk

Overview

This skill is a simple Chinese-language anime update helper that uses web search for current information and does not install code, persist, or request privileged access.

Install this if you want Chinese/domestic anime update lookups and recommendations. Be aware that queries may be sent through web search or third-party entertainment sites, so avoid including private information in anime search requests.

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
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (3)

Vague Triggers

Medium
Confidence
89% confidence
Finding
The manifest description says the skill is suitable for queries like "最近有什么好看的动漫" and similar scenarios, but it does not clearly constrain when the skill should activate versus when a general recommendation skill should respond. These broad examples overlap with common conversational requests and no exclusion conditions or negative examples are provided.

Natural-Language Policy Violations

Medium
Confidence
83% confidence
Finding
The description is written to query "国内动漫动画" and all examples and output expectations are implicitly in Chinese, without indicating that users may choose another language. This creates a natural-language locale constraint without opt-in or justification.

Missing User Warnings

Low
Confidence
91% confidence
Finding
The skill states that it obtains data through web search from external sources, but it does not warn users that their anime query may be sent to third-party websites or search services. For a markdown skill description, this is a missing disclosure about network behavior that could affect user privacy.

Static analysis

No suspicious patterns detected.