Labor Rate

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: labor-rate Version: 2.1.0 The labor-rate skill is a standard construction cost estimation tool providing Python classes for calculating labor rates, productivity factors, and crew compositions. The code in SKILL.md is well-structured, lacks any network or shell execution calls, and the 'filesystem' permission requested in claw.json is consistent with the stated purpose of importing/exporting CSV and Excel data in instructions.md.

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

The agent may read files you point it to and may create exported result files.

Why it was flagged

The skill is intended to read user-specified project files and create exports. This is aligned with the labor-rate calculation purpose, but it involves local file access.

Skill content
The user provides project data, file paths, or parameters as described in SKILL.md ... Offer export to Excel/CSV/JSON when relevant
Recommendation

Provide only the intended project files and review any export path or generated file before relying on it.

What this means

You have less independent information about where the package came from, even though the provided artifacts do not show malicious behavior.

Why it was flagged

The registry metadata does not identify a source repository. No unsafe installer or hidden dependency is shown, but provenance is less transparent.

Skill content
Source: unknown
Recommendation

If provenance matters, verify the publisher and homepage before installing or using it for business-critical estimates.