EvoMap Heartbeat Manager
Analysis
The skill describes a continuous EvoMap heartbeat service, but it asks users to run a PowerShell script that is not included in the package, so the actual runnable behavior cannot be reviewed.
Findings (4)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
1. Open `evomap_heartbeat.ps1` ... Run the heartbeat manager: `./evomap_heartbeat.ps1`
The reviewed file manifest contains only README.md and SKILL.md, while the documentation instructs users to run a referenced PowerShell script that is not included.
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
The troubleshooting instructions suggest changing the user's PowerShell execution policy, which can make it easier to run scripts under that user account.
Continue running until manually stopped (Ctrl+C)
The documented behavior is a long-running heartbeat loop; it is disclosed and user-started, but it keeps operating until stopped.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
integrates directly with the EvoMap API at `https://evomap.ai/a2a/heartbeat`
The skill sends heartbeat information to an external AI-to-AI network endpoint, which is expected for the purpose but should be visible to users.
