Construction Law
AdvisoryAudited by Static analysis on May 10, 2026.
Overview
No suspicious patterns detected.
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.
Running the skill can execute local scripts and create or update files in the workspace.
The skill instructs users to run local Python scripts and optionally read/write local matter and report files. This is central to the stated calculator/template purpose and appears user-directed, but it is still local code execution.
python3 scripts/construction_law.py intake ... python3 scripts/intake.py --file matter.json --output report.md --save-matter answers.json
Run it only from a trusted workspace, review generated outputs, and avoid pointing it at sensitive matter files unless you are comfortable with local processing.
It may be harder to confirm whether you are using the release whose legal-deadline corrections and holiday data you expect.
This internal metadata version does not match the registry version shown as 2.11.1, and pyproject.toml shows 2.11.0. The mismatch creates version/provenance ambiguity, especially for a legal-deadline tool with accuracy-related changelog entries.
"version": "2.8.2"
Confirm the installed package contents, changelog, and script version before relying on deadline calculations.
If a user relies on provisional holiday data for legal deadlines, a date could be wrong once official gazette data changes.
The skill is positioned around deadline reliability, but at least one bundled future-year holiday set is explicitly provisional. The caveat is disclosed, so this is a reliance warning rather than deception.
"source": "MOM gazette — Singapore Public Holidays 2027 (provisional — verify when gazetted, expected Nov 2026)"
Verify deadline-critical dates against the current official gazette, the contract, and qualified legal advice before acting.
