WLS运行时工程师 WLS进程稳定

PassAudited by VirusTotal on May 3, 2026.

Overview

Type: OpenClaw Skill Name: wls-wls Version: 1.0.0 The skill bundle contains operational instructions for an AI agent to manage WLS (Weline Server) process lifecycles and runtime stability. The instructions in SKILL.md emphasize safe development practices, such as using non-production ports (9502+), ensuring the cleanup of test instances, and avoiding blocking calls in runtime-sensitive code. No indicators of malicious intent, data exfiltration, or harmful prompt injection were found.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may guide starting, reloading, restarting, or stopping WLS test processes, so mistakes could affect a local test runtime.

Why it was flagged

The skill directs runtime process testing and cleanup. This is operationally sensitive, but it is disclosed, scoped to WLS validation, and includes explicit cleanup requirements.

Skill content
Validate with a dedicated WLS test instance on port `9502+` using a unique name. Stop the dedicated WLS test instance after validation.
Recommendation

Use this skill only in an appropriate WLS development or test environment, confirm the port and instance name before running commands, and verify the cleanup step completes.