Legal Intake Pilot

AdvisoryAudited by Static analysis on May 8, 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.

What this means

Incorrect or overly broad agent actions could create or transmit sensitive lead records in a law firm CRM without adequate review.

Why it was flagged

This describes direct writes or submissions to external legal CRM systems, but the artifacts do not define approval gates, field limits, validation, or rollback for those high-impact business records.

Skill content
**Instant CRM Integration:** Pushes qualified leads directly to Clio, MyCase, or Litify.
Recommendation

Require explicit human confirmation before CRM writes, restrict the connector to least-privilege lead-creation scopes, validate field mappings, and keep audit logs.

What this means

A broad or long-lived CRM API key could give the agent more access to firm contacts, matters, or leads than intended.

Why it was flagged

The setup introduces a sensitive CRM credential even though the registry metadata lists no required environment variables or primary credential, and the artifacts do not specify token scope or permissions.

Skill content
**Clio API:** Add `CLIO_API_KEY` to your `.env`.
Recommendation

Declare the credential requirement clearly, use a scoped OAuth/app credential or least-privilege API token, store it in a secret manager, and rotate/audit access.

What this means

Potential-client legal details, contact information, and medical facts could persist in shared logs or be reused outside the intended intake context.

Why it was flagged

The skill expects a shared persistent leads log containing sensitive intake data. It mentions redaction for some PHI, but does not define storage boundaries, retention, access control, or how broader legal/contact details are protected.

Skill content
**PHI Redaction:** Automatically redact SSNs or specific diagnosis text in the shared `leads` log.
Recommendation

Minimize collected data, define retention and deletion rules, enforce access controls and encryption, test redaction, and avoid storing PHI or privileged details in shared agent memory/logs.

What this means

A law firm might rely on the skill as if it guarantees HIPAA compliance or UPL prevention when the artifacts do not prove that level of protection.

Why it was flagged

The package is instruction-only and provides policy text, not an auditable enforcement implementation. Strong claims such as high-security, hardened, and HIPAA-compliant may cause users to over-trust the skill.

Skill content
The Legal Intake Pilot is a high-security AI agent ... hardened with ThumbGate ... keeping your logs HIPAA-compliant.
Recommendation

Treat the rules as guidance, not compliance proof; require attorney/compliance review, documented controls, and tested technical enforcement before using it with real clients.