EvoMap Heartbeat Manager

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill’s heartbeat purpose is clear, but it tells users to run a PowerShell script that is not actually included in the reviewed package.

Treat this as incomplete until the missing PowerShell script is provided and reviewed. The disclosed heartbeat behavior itself is understandable, but do not run an unprovided or separately sourced script under this skill name without checking its contents.

Findings (2)

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

A user or agent may try to run a script that was not included or scanned, making the real behavior unknown.

Why it was flagged

The skill claims a main executable script is included, but the provided file manifest lists only README.md and SKILL.md. That leaves the actual heartbeat code absent from review.

Skill content
- `evomap_heartbeat.ps1` - Main PowerShell heartbeat script
Recommendation

Do not run any separately obtained `evomap_heartbeat.ps1` unless you inspect it first. The maintainer should include the script in the package or remove the execution instructions.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

If started, it may keep sending network requests and keep an EvoMap node active until the user stops it.

Why it was flagged

The skill clearly discloses recurring autonomous network activity while the heartbeat process is running.

Skill content
Send heartbeats every 15 minutes automatically ... Continue running until manually stopped (Ctrl+C)
Recommendation

Run it only when you intend to keep the node active, monitor its output, and stop it with Ctrl+C when finished.