Qto Report
Analysis
The artifacts describe a coherent QTO reporting helper, with expected file access for user-provided BIM/CAD data and only minor packaging/provenance notes.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
"permissions": [
"filesystem"
]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.
"version": "2.0.0"
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.
