Cost Estimation Resource

PassAudited by ClawScan on May 10, 2026.

Overview

This appears to be a benign instruction-only construction cost estimator, with one caution: it declares filesystem access that is not clearly scoped in the instructions.

This skill is primarily a calculator-style assistant for construction cost estimation. Before installing, note that it declares filesystem access; only allow it to use project files you intentionally provide, and verify estimates independently before using them for bids or financial decisions.

Findings (1)

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 enabled, the agent may have access to local files beyond what is necessary for a simple cost calculation, although no artifact shows automatic file reading or writing.

Why it was flagged

The skill declares filesystem access even though the provided instructions only describe calculating estimates from user-provided work items, resources, and norms. No file access workflow or path boundary is specified.

Skill content
"permissions": ["filesystem"]
Recommendation

Use the skill only with files or folders relevant to the estimate, and prefer an update that documents exactly when file access is needed and limits it to user-selected project data.