Back to skill

Security audit

internet-search-pro网页搜索助手

Security checks for vulnerabilities and agentic risk

Overview

This is a simple web-search helper with disclosed network-search behavior and no bundled code, persistence, or hidden privilege requests.

Install this if you want a Chinese-language web-search helper. Be aware that vague requests like “查一下” may cause a web query, so avoid including private or sensitive details unless you intend them to be searched online.

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
90% confidence
Finding
The manifest description, instructions, and output template are written to operate in Chinese, but there is no indication that the user can choose another language or that the skill is intentionally limited to a Chinese-only context. This can violate language/locale policy when a skill implicitly enforces one language without opt-in.

Vague Triggers

Medium
Confidence
96% confidence
Finding
The activation guidance includes generic phrases such as “查一下” and “找资料,” which are common in everyday conversation and can cause the web-search skill to trigger when the user did not explicitly request network access. This can lead to unnecessary external retrieval, privacy leakage through unintended queries, and reduced reliability due to misrouting requests away from safer local handling.

Static analysis

No suspicious patterns detected.