Legal Consultation
v1.0.0General legal consultation entry point to help users identify their legal issues and guide them to appropriate resources. Use when the user asks about any le...
⭐ 0· 207·1 current·1 all-time
byhaidong@harrylabsj
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included code: scripts/legal-consultation.js implements a simple text-based legal-area classifier and returns suggestions and a disclaimer. The package.json metadata and triggers align with a legal consultation entrypoint.
Instruction Scope
SKILL.md describes a limited consultation workflow and privacy note claiming no data transmission; the included code performs only local string classification and does not read files, environment variables, or call network endpoints. Minor inconsistency: SKILL.md references files under references/ (references/legal-areas.md and references/common-issues.md) that are not present in the file manifest.
Install Mechanism
No install spec is provided (instruction-only). There are local Node.js source and test files but no downloads, external installers, or extract operations. Risk from install mechanism is minimal.
Credentials
The skill requests no environment variables, no credentials, and the code does not access process.env or any external config paths. Requested access is proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent system changes. It does not modify other skills or system-wide settings.
Assessment
This skill appears to be a small, local classifier that helps identify which legal area a question falls into. It does not request credentials or perform network calls in the included code. Before installing or enabling broadly: (1) confirm the missing reference files (references/legal-areas.md and references/common-issues.md) are either intentionally omitted or available elsewhere, (2) remember this is not legal advice — always consult a licensed attorney for binding advice, (3) if you plan to run the Node.js code in a production environment, review it yourself to ensure it is the exact code shipped (to detect later modifications), and (4) monitor future updates for added network or credential usage, since those would change the risk profile.Like a lobster shell, security has layers — review code before you run it.
latestvk976z5aedswq5dpm8y9136ne1n833qfq
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
