Legal Intake Agent

SuspiciousAudited by ClawScan on May 10, 2026.

Overview

The skill’s legal-intake purpose is coherent, but it asks for sensitive client data and law-firm system access without clearly limiting permissions, privacy handling, or safety enforcement.

Do not connect this directly to production legal systems until you have verified the ThumbGate package, limited CRM/calendar permissions, documented where client data goes, and required attorney review for conflict, statute, and consultation decisions.

Findings (5)

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.

ConcernMedium Confidence
ASI02: Tool Misuse and Exploitation
What this means

The agent could create or block consultations and affect legal lead handling without clear supervision controls.

Why it was flagged

Booking into legal CRMs or calendars is a high-impact account mutation. The artifacts do not specify per-booking approval, calendar scope, rollback, or limits on when the agent may book or refuse consultations.

Skill content
Books paid or free consultations directly into Clio, MyCase, or Google Calendar.
Recommendation

Require explicit user or attorney approval for bookings and denials, define allowed calendars/CRMs, and document reversal and audit procedures.

ConcernMedium Confidence
ASI03: Identity and Privilege Abuse
What this means

Over-broad CRM or automation permissions could expose or alter sensitive law-firm records beyond intake scheduling.

Why it was flagged

Syncing intake data into legal CRMs through Make.com requires delegated access to firm accounts, but the artifacts do not declare credential requirements, OAuth scopes, or permission boundaries.

Skill content
**CRM Automation:** Use [Make.com](https://make.com) to sync intake data into Clio, MyCase, or PracticePanther.
Recommendation

Use least-privilege service accounts, document exact OAuth scopes and CRM objects touched, and require review before granting production CRM access.

What this means

Potential client names, claim details, conflict information, and scheduling data may be processed by third parties without clear privacy controls.

Why it was flagged

The workflow routes voice/text intake and legal lead data through external providers, but the artifacts do not describe identity validation, data retention, consent, or boundaries between providers.

Skill content
**Voice/Phone:** Use our [ElevenLabs](https://elevenlabs.io/affiliates) link ... **CRM Automation:** Use [Make.com](https://make.com) to sync intake data
Recommendation

Document every provider that receives intake data, configure retention and access controls, and ensure client-consent and confidentiality requirements are met before deployment.

What this means

A law firm may overtrust the agent to prevent unauthorized legal advice or liability even though enforcement is not demonstrated in the reviewed artifacts.

Why it was flagged

The artifacts make strong safety and liability claims, but the submitted skill is instruction-only and does not include enforceable guardrail code or validation evidence.

Skill content
ThumbGate rules that physically BLOCK the AI from giving legal advice or making promises it can't keep. It captures the lead without creating liability.
Recommendation

Treat the ThumbGate claims as unverified until tested, and require attorney-supervised scripts, logs, and compliance validation before public use.

What this means

Installing an unpinned external package can introduce code that was not reviewed with this skill.

Why it was flagged

This is a user-directed setup command, but it downloads/runs an external package without a pinned version or included reviewed source, and that package is central to the claimed safety mechanism.

Skill content
Install ThumbGate: `npx thumbgate init --agent openclaw`
Recommendation

Pin the package version, verify the package source, and test it in a non-production environment before connecting law-firm systems.