Back to skill

Security audit

OpenClaw更新检查

Security checks for vulnerabilities and agentic risk

Overview

This skill only checks OpenClaw version information, reads public release notes, and sends update advice without performing updates itself.

Install this only if you want periodic OpenClaw update checks and are comfortable with the skill sending version and release-summary information through Feishu or the configured messaging tool. Configure any daily cron job yourself and keep it limited to reporting, not automatic updating.

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)

Missing User Warnings

Medium
Confidence
84% confidence
Finding
The skill specifies pushing update recommendations through Feishu but does not warn users that version information, release summaries, and potentially environment-specific context may be transmitted to an external messaging platform. This creates a privacy and data-handling risk because users may not realize operational metadata is being shared outside the local environment.

Vague Triggers

Medium
Confidence
96% confidence
Finding
The manual trigger phrase is described as "用户发送'检查更新'或类似指令时执行", which is broad enough to allow accidental or unintended activation from loosely related user messages. In a skill that executes local commands and fetches remote content, ambiguous triggering increases the chance of unauthorized or surprising actions, even if the skill only checks status and sends recommendations rather than performing updates.

Natural-Language Policy Violations

Low
Confidence
88% confidence
Finding
All user-facing instructions and example output are specified only in Chinese, with no indication that the skill can adapt to the user's preferred language or locale. Under the policy, forcing a specific language without opt-in is a natural-language policy concern.

Static analysis

No suspicious patterns detected.