Construction Claim Strategy
PassAudited by ClawScan on May 10, 2026.
Overview
The skill appears to be a coherent, user-directed construction-claim strategy aid, with only purpose-aligned local script use and local saving of potentially sensitive claim strategy files.
This appears safe to use as a local, user-invoked strategy aid. Before installing, consider the unknown source/provenance and remember that generated reports and saved strategy JSON files may contain confidential legal or commercial information; keep them protected and review any advice with qualified professionals.
Findings (3)
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.
A user has less information about who maintains the runnable script and where it came from.
The skill has no declared source homepage and includes runnable helper code. This is not suspicious by itself, but it gives users less provenance to evaluate before running the helper.
Source: unknown; Homepage: none; Code file presence: 3 code file(s): scripts/strategy_advisor.py ...
Install only if you trust the publisher/package source, and review the bundled Python helper before using it for sensitive matters.
Using the skill may involve executing local Python code from the package.
The skill documents running a local Python script for the interactive strategy workflow. This is expected for the stated advisor/report-generation purpose and is user-directed rather than hidden or automatic.
python3 scripts/strategy_advisor.py
Run the script only from the installed skill directory you intended to use, and avoid running modified or untrusted copies.
Local saved strategy files or generated reports could expose confidential dispute strategy if stored or shared carelessly.
The skill can save a strategy file for later reuse. That persistence is explicit and user-directed, but the saved file may contain sensitive claim positions, deadlines, weaknesses, or disclosure strategy.
python3 scripts/strategy_advisor.py --save-strategy my_strategy.json
Store generated strategy files in an appropriate confidential location, review them before sharing, and delete them when no longer needed.
