defense lawyer

PassAudited by ClawScan on May 1, 2026.

Overview

The skill is a coherent legal-assistance prompt with no suspicious code, but users should verify the external Python package and have all legal outputs reviewed by a licensed lawyer.

Before installing, verify the PyPI package or GitHub repository and use an isolated Python environment. When using the skill, share only necessary case information and treat generated legal analysis or documents as drafts requiring licensed attorney review.

Findings (2)

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

Installing the recommended package means trusting code from PyPI or GitHub outside the scanned skill files.

Why it was flagged

The README directs users to install or clone external code that is not included in the supplied skill bundle. This is normal for a Python-based tool, but users should verify the package and repository before trusting it with case data.

Skill content
pip install openclaw-defense-lawyer ... git clone https://github.com/ZhenRobotics/openclaw-defense-lawyer.git
Recommendation

Verify the package source, use an isolated environment, and review the external package before using it with sensitive legal information.

What this means

A user could over-rely on AI-generated legal strategy or documents if they ignore the disclaimer.

Why it was flagged

The skill positions the assistant as producing defense strategies and legal documents, which are high-trust outputs. The artifact also includes a clear disclaimer requiring licensed attorney review, so this is a user-awareness note rather than a concern.

Skill content
You act as an experienced defense attorney ... All outputs require review by licensed attorneys before use.
Recommendation

Treat outputs as drafts or research aids only and have a licensed attorney review them before use in any real case.