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.
A user or agent may try to run a script that was not included or scanned, making the real behavior unknown.
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.
- `evomap_heartbeat.ps1` - Main PowerShell heartbeat script
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.
If started, it may keep sending network requests and keep an EvoMap node active until the user stops it.
The skill clearly discloses recurring autonomous network activity while the heartbeat process is running.
Send heartbeats every 15 minutes automatically ... Continue running until manually stopped (Ctrl+C)
Run it only when you intend to keep the node active, monitor its output, and stop it with Ctrl+C when finished.
