Estimate Builder

PassAudited by ClawScan on May 1, 2026.

Overview

The skill is coherent for creating construction estimates, with minor review notes around broad filesystem permission and a version metadata mismatch.

This appears safe for normal construction estimate drafting. Before installing, confirm you are comfortable granting filesystem access and only allow the agent to read or write files you explicitly choose.

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

If filesystem access is granted, the agent may be able to read or write local files during estimate workflows.

Why it was flagged

The manifest requests filesystem access, while the main instructions focus on calculating and presenting estimates. Filesystem use may be appropriate for estimate import/export, but it is broad enough that users should keep file operations explicit.

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

Use filesystem access only for user-requested files and paths, and review any file reads or writes before allowing them.

What this means

A version mismatch can make it harder to confirm exactly which package release is being installed.

Why it was flagged

The packaged manifest version differs from the registry metadata version 2.1.0, which is a minor packaging/provenance inconsistency.

Skill content
"version": "2.0.0"
Recommendation

Verify the package source and version against the publisher or homepage before relying on it in a production workflow.