Elecz

AdvisoryAudited by Static analysis on May 13, 2026.

Overview

No suspicious patterns detected.

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

If paired with other automation tools, the agent could schedule appliances, EV charging, or batch jobs based on Elecz’s price signal.

Why it was flagged

The skill frames returned price signals as inputs for automation. This is purpose-aligned for energy scheduling, and no device-control tool is included, but users should notice if another agent/tool uses these signals to act automatically.

Skill content
Use `current_hour_is_cheap` and `hours_until_next_cheap` for direct automation decisions.
Recommendation

Use Elecz outputs as advice unless the user explicitly approves real-world device actions or financial decisions.

What this means

Elecz may receive your electricity zone and optional consumption/heating information when the agent uses the skill.

Why it was flagged

The skill uses a remote MCP endpoint and discloses the fields sent to it. This is expected for a live electricity-price service, but it means approximate location and energy-use details may leave the agent environment.

Skill content
mcp_servers: ... url: https://elecz.com/mcp ... Sent to `https://elecz.com/mcp`: `zone`, `consumption` (optional), `heating` (optional).
Recommendation

Review the provider privacy policy and avoid adding unnecessary personal details such as exact address, account numbers, or login information.