Swarm Layer

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This looks like a coherent workflow-orchestration skill, but it asks you to install an external plugin and can run supervised automation with persistent session state.

Before installing, verify the external plugin/package source and version. Use the automation on a bounded project, keep autopilot supervised, review task approvals carefully, and periodically inspect or clean persistent sessions and reports.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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

Installing the full plugin may run code outside the reviewed instruction-only skill.

Why it was flagged

The skill directs users to install and build an external plugin/source package that was not part of the submitted artifact set. This is disclosed and central to the skill, but users should verify the package before installing.

Skill content
npm install openclaw-swarm-layer ... git clone https://github.com/xucheng/openclaw-swarm-layer.git ... npm install && npm run build
Recommendation

Install only from a trusted source, confirm the package/version, and review the plugin repository or package contents before enabling it.

What this means

A mistaken spec or run command could cause multiple automated task attempts inside the selected project.

Why it was flagged

The skill exposes automation, retry, and parallel execution workflows. These are purpose-aligned for orchestration and are described with review gates, but they can amplify an incorrect task specification or command.

Skill content
Dispatch tasks through manual fallback or ACP automation ... Auto-retry on failure ... Parallel dispatch — `--parallel N`
Recommendation

Start with a small project or dry-run-style workflow where possible, keep parallelism low until trusted, and approve/reject task results intentionally.

What this means

If started, autopilot may continue making workflow decisions until paused or stopped.

Why it was flagged

The skill includes an autopilot control plane, which is a form of ongoing agentic operation. The artifact frames it as supervised and provides stop/pause/status controls, so this is a notice rather than a concern.

Skill content
Autopilot control plane — Supervised `status/start/pause/resume/stop/tick` flows with lease-backed decisions and degraded-mode holds
Recommendation

Use autopilot only when you can supervise it, check status regularly, and stop or pause it if behavior is unexpected.

What this means

Project details and prior task summaries may persist and be reused in future workflow steps.

Why it was flagged

The skill intentionally stores and reuses session context across runs. This supports continuity, but stale, sensitive, or misleading context could influence later tasks.

Skill content
Persistent sessions with binding-key reuse, thread-bound follow-up ... Cross-session continuity — Progress summary synthesis
Recommendation

Review session summaries and reports, avoid placing unnecessary secrets in specs or logs, and clean up stale sessions when they are no longer needed.