Qto Report
PassAudited by ClawScan on May 1, 2026.
Overview
The artifacts describe a coherent QTO reporting helper, with expected file access for user-provided BIM/CAD data and only minor packaging/provenance notes.
This appears safe for its stated purpose. Before installing, verify the source/version mismatch if it matters to you, and when using it, provide only the BIM/CAD files you intend to process and review any exported cost or quantity reports before business use.
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.
The agent may read local project data files and write generated report files when directed.
The skill declares filesystem access, which is expected for reading BIM/CAD exports and writing QTO reports, but it means the user should ensure the agent only uses intended project files and output locations.
"permissions": [
"filesystem"
]Use explicit input and output paths, review generated reports before relying on them, and avoid pointing the skill at unrelated private directories.
A version mismatch can make it harder to confirm exactly which skill revision is being installed.
The package registry metadata lists version 2.1.0 while claw.json lists 2.0.0, a minor provenance/packaging inconsistency users may want to verify.
"version": "2.0.0"
Confirm the package source and expected version before installation, especially if version-specific behavior matters.
