AI Legal Assistant Pro

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

The agent may run a small local calculation helper, but the reviewed code does not show broader system access.

Why it was flagged

The skill includes executable local code that accepts a user-supplied claim amount, but the code is limited to numeric validation and fee calculation with no network, shell, file writes, or credential handling.

Skill content
amount = float(sys.argv[1]) ... fee = calc(amount) ... print(f'Estimated filing fee: {fee:.2f} RMB')
Recommendation

Allow this only for lawsuit-fee estimates, and review any future script changes before trusting them.

What this means

Users could rely too heavily on draft legal guidance or share sensitive legal details when pursuing an upgrade.

Why it was flagged

The skill handles legal matters where users may over-trust outputs and also includes an off-platform upgrade path; the artifacts disclose these limits and require disclaimers, so this is a user-awareness note rather than a concern.

Skill content
本 skill 仅提供初步结构化辅助,不替代执业律师的正式法律意见。... 可在平台外升级到 Pro / Business 版本。
Recommendation

Treat outputs as first-pass assistance only, verify important matters with a licensed lawyer, and avoid sharing unnecessary personal or case details off-platform.